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