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