xref: /onnv-gate/usr/src/cmd/filebench/common/config.h (revision 6613:38664cf1a8a1)
15184Sek110237 /*
25184Sek110237  * CDDL HEADER START
35184Sek110237  *
45184Sek110237  * The contents of this file are subject to the terms of the
55184Sek110237  * Common Development and Distribution License (the "License").
65184Sek110237  * You may not use this file except in compliance with the License.
75184Sek110237  *
85184Sek110237  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95184Sek110237  * or http://www.opensolaris.org/os/licensing.
105184Sek110237  * See the License for the specific language governing permissions
115184Sek110237  * and limitations under the License.
125184Sek110237  *
135184Sek110237  * When distributing Covered Code, include this CDDL HEADER in each
145184Sek110237  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
155184Sek110237  * If applicable, add the following below this CDDL HEADER, with the
165184Sek110237  * fields enclosed by brackets "[]" replaced with your own identifying
175184Sek110237  * information: Portions Copyright [yyyy] [name of copyright owner]
185184Sek110237  *
195184Sek110237  * CDDL HEADER END
205184Sek110237  */
215184Sek110237 
225184Sek110237 /*
23*6613Sek110237  * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
245184Sek110237  * Use is subject to license terms.
255184Sek110237  */
265184Sek110237 
275184Sek110237 #ifndef	_FB_CONFIG_H
285184Sek110237 #define	_FB_CONFIG_H
295184Sek110237 
305184Sek110237 #pragma ident	"%Z%%M%	%I%	%E% SMI"
315184Sek110237 
325184Sek110237 #ifdef  __cplusplus
335184Sek110237 extern "C" {
345184Sek110237 #endif
355184Sek110237 
365184Sek110237 #define	HAVE_AIO 1
375184Sek110237 #define	HAVE_AIOCB64_T 1
385184Sek110237 #define	HAVE_AIOWAITN 1
395184Sek110237 #define	HAVE_AIO_H 1
405184Sek110237 #define	HAVE_CADDR_T 1
415184Sek110237 #define	HAVE_FORK 1
425184Sek110237 #define	HAVE_FORK1 1
435184Sek110237 #define	HAVE_HRTIME 1
445184Sek110237 #define	HAVE_LIBKSTAT 1
455184Sek110237 #define	HAVE_LWPS 1
465184Sek110237 #define	HAVE_MKSTEMP 1
475184Sek110237 #define	HAVE_OFF64_T 1
485184Sek110237 #define	HAVE_PROCFS 1
495184Sek110237 #define	HAVE_PROCSCOPE_PTHREADS 1
505184Sek110237 #define	HAVE_PTHREAD 1
515184Sek110237 #define	HAVE_PTHREAD_MUTEXATTR_SETPROTOCOL 1
525184Sek110237 #define	HAVE_ROBUST_MUTEX 1
535184Sek110237 #define	HAVE_SEMTIMEDOP 1
545184Sek110237 #define	HAVE_SETRLIMIT 1
555184Sek110237 #define	HAVE_SHM_SHARE_MMU 1
565184Sek110237 #define	HAVE_SIGSEND 1
575184Sek110237 #define	HAVE_STDINT_H 1
585184Sek110237 #define	HAVE_SYSV_SEM 1
595184Sek110237 #define	HAVE_SEM_RMID 1
605184Sek110237 #define	HAVE_SYS_INT_LIMITS_H 1
615184Sek110237 #define	HAVE_UINT64_MAX 1
625184Sek110237 #define	HAVE_UINT_T 1
635184Sek110237 #define	HAVE_BOOLEAN_T 1
64*6613Sek110237 #define	HAVE_U_LONGLONG_T 1
655184Sek110237 #define	HAVE_LIBTECLA 1
665673Saw148015 #define	HAVE_RAW_SUPPORT 1
67*6613Sek110237 #define	HAVE_FTRUNCATE64 1
685184Sek110237 #define	USE_PROCESS_MODEL 1
695184Sek110237 
705184Sek110237 /* Define to 1 if you have the <libaio.h> header file. */
715184Sek110237 /* #undefHAVE_LIBAIO_H */
725184Sek110237 
735184Sek110237 /* Checking if you have /proc/stat */
745184Sek110237 /* #undef HAVE_PROC_STAT */
755184Sek110237 
765184Sek110237 /* Define to 1 if you have the <sys/async.h> header file. */
775184Sek110237 /* #undef HAVE_SYS_ASYNC_H */
785184Sek110237 
795184Sek110237 /* Define if you want support for RDTSC. */
805184Sek110237 /* #undef USE_RDTSC */
815184Sek110237 
825184Sek110237 #ifdef  __cplusplus
835184Sek110237 }
845184Sek110237 #endif
855184Sek110237 
865184Sek110237 #endif	/* _FB_CONFIG_H */
87