xref: /onnv-gate/usr/src/cmd/filebench/common/config.h (revision 6613:38664cf1a8a1)
1 /*
2  * CDDL HEADER START
3  *
4  * The contents of this file are subject to the terms of the
5  * Common Development and Distribution License (the "License").
6  * You may not use this file except in compliance with the License.
7  *
8  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9  * or http://www.opensolaris.org/os/licensing.
10  * See the License for the specific language governing permissions
11  * and limitations under the License.
12  *
13  * When distributing Covered Code, include this CDDL HEADER in each
14  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15  * If applicable, add the following below this CDDL HEADER, with the
16  * fields enclosed by brackets "[]" replaced with your own identifying
17  * information: Portions Copyright [yyyy] [name of copyright owner]
18  *
19  * CDDL HEADER END
20  */
21 
22 /*
23  * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24  * Use is subject to license terms.
25  */
26 
27 #ifndef	_FB_CONFIG_H
28 #define	_FB_CONFIG_H
29 
30 #pragma ident	"%Z%%M%	%I%	%E% SMI"
31 
32 #ifdef  __cplusplus
33 extern "C" {
34 #endif
35 
36 #define	HAVE_AIO 1
37 #define	HAVE_AIOCB64_T 1
38 #define	HAVE_AIOWAITN 1
39 #define	HAVE_AIO_H 1
40 #define	HAVE_CADDR_T 1
41 #define	HAVE_FORK 1
42 #define	HAVE_FORK1 1
43 #define	HAVE_HRTIME 1
44 #define	HAVE_LIBKSTAT 1
45 #define	HAVE_LWPS 1
46 #define	HAVE_MKSTEMP 1
47 #define	HAVE_OFF64_T 1
48 #define	HAVE_PROCFS 1
49 #define	HAVE_PROCSCOPE_PTHREADS 1
50 #define	HAVE_PTHREAD 1
51 #define	HAVE_PTHREAD_MUTEXATTR_SETPROTOCOL 1
52 #define	HAVE_ROBUST_MUTEX 1
53 #define	HAVE_SEMTIMEDOP 1
54 #define	HAVE_SETRLIMIT 1
55 #define	HAVE_SHM_SHARE_MMU 1
56 #define	HAVE_SIGSEND 1
57 #define	HAVE_STDINT_H 1
58 #define	HAVE_SYSV_SEM 1
59 #define	HAVE_SEM_RMID 1
60 #define	HAVE_SYS_INT_LIMITS_H 1
61 #define	HAVE_UINT64_MAX 1
62 #define	HAVE_UINT_T 1
63 #define	HAVE_BOOLEAN_T 1
64 #define	HAVE_U_LONGLONG_T 1
65 #define	HAVE_LIBTECLA 1
66 #define	HAVE_RAW_SUPPORT 1
67 #define	HAVE_FTRUNCATE64 1
68 #define	USE_PROCESS_MODEL 1
69 
70 /* Define to 1 if you have the <libaio.h> header file. */
71 /* #undefHAVE_LIBAIO_H */
72 
73 /* Checking if you have /proc/stat */
74 /* #undef HAVE_PROC_STAT */
75 
76 /* Define to 1 if you have the <sys/async.h> header file. */
77 /* #undef HAVE_SYS_ASYNC_H */
78 
79 /* Define if you want support for RDTSC. */
80 /* #undef USE_RDTSC */
81 
82 #ifdef  __cplusplus
83 }
84 #endif
85 
86 #endif	/* _FB_CONFIG_H */
87