1*7c478bd9Sstevel@tonic-gate /* config.h. Generated automatically by configure. */ 2*7c478bd9Sstevel@tonic-gate /* config.hin. Generated automatically from configure.in by autoheader. */ 3*7c478bd9Sstevel@tonic-gate 4*7c478bd9Sstevel@tonic-gate /* Define to empty if the keyword does not work. */ 5*7c478bd9Sstevel@tonic-gate /* #undef const */ 6*7c478bd9Sstevel@tonic-gate 7*7c478bd9Sstevel@tonic-gate /* Define if your struct stat has st_blksize. */ 8*7c478bd9Sstevel@tonic-gate #define HAVE_ST_BLKSIZE 1 9*7c478bd9Sstevel@tonic-gate 10*7c478bd9Sstevel@tonic-gate /* Define to `int' if <sys/types.h> doesn't define. */ 11*7c478bd9Sstevel@tonic-gate /* #undef mode_t */ 12*7c478bd9Sstevel@tonic-gate 13*7c478bd9Sstevel@tonic-gate /* Define to `long' if <sys/types.h> doesn't define. */ 14*7c478bd9Sstevel@tonic-gate /* #undef off_t */ 15*7c478bd9Sstevel@tonic-gate 16*7c478bd9Sstevel@tonic-gate /* Define to `int' if <sys/types.h> doesn't define. */ 17*7c478bd9Sstevel@tonic-gate /* #undef pid_t */ 18*7c478bd9Sstevel@tonic-gate 19*7c478bd9Sstevel@tonic-gate /* Define to `unsigned' if <sys/types.h> doesn't define. */ 20*7c478bd9Sstevel@tonic-gate /* #undef size_t */ 21*7c478bd9Sstevel@tonic-gate 22*7c478bd9Sstevel@tonic-gate /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */ 23*7c478bd9Sstevel@tonic-gate /* #undef STAT_MACROS_BROKEN */ 24*7c478bd9Sstevel@tonic-gate 25*7c478bd9Sstevel@tonic-gate /* Define if you have the ANSI C header files. */ 26*7c478bd9Sstevel@tonic-gate #define STDC_HEADERS 1 27*7c478bd9Sstevel@tonic-gate 28*7c478bd9Sstevel@tonic-gate /* Define if your processor stores words with the most significant 29*7c478bd9Sstevel@tonic-gate byte first (like Motorola and SPARC, unlike Intel and VAX). */ 30*7c478bd9Sstevel@tonic-gate #define WORDS_BIGENDIAN 1 31*7c478bd9Sstevel@tonic-gate 32*7c478bd9Sstevel@tonic-gate /* Define to `int' if <sys/types.h> doesn't define. */ 33*7c478bd9Sstevel@tonic-gate /* #undef ssize_t */ 34*7c478bd9Sstevel@tonic-gate 35*7c478bd9Sstevel@tonic-gate /* Define if you want a debugging version. */ 36*7c478bd9Sstevel@tonic-gate /* #undef DEBUG */ 37*7c478bd9Sstevel@tonic-gate 38*7c478bd9Sstevel@tonic-gate /* Define if you want a version with run-time diagnostic checking. */ 39*7c478bd9Sstevel@tonic-gate /* #undef DIAGNOSTIC */ 40*7c478bd9Sstevel@tonic-gate 41*7c478bd9Sstevel@tonic-gate /* Define if you have sigfillset (and sigprocmask). */ 42*7c478bd9Sstevel@tonic-gate #define HAVE_SIGFILLSET 1 43*7c478bd9Sstevel@tonic-gate 44*7c478bd9Sstevel@tonic-gate /* Define if building big-file environment (e.g., Solaris, HP/UX). */ 45*7c478bd9Sstevel@tonic-gate #define HAVE_FILE_OFFSET_BITS 1 46*7c478bd9Sstevel@tonic-gate 47*7c478bd9Sstevel@tonic-gate /* Define if you have spinlocks. */ 48*7c478bd9Sstevel@tonic-gate #define HAVE_SPINLOCKS 1 49*7c478bd9Sstevel@tonic-gate 50*7c478bd9Sstevel@tonic-gate /* Define if you want to use mc68020/gcc assembly spinlocks. */ 51*7c478bd9Sstevel@tonic-gate /* #undef HAVE_ASSEM_MC68020_GCC */ 52*7c478bd9Sstevel@tonic-gate 53*7c478bd9Sstevel@tonic-gate /* Define if you want to use parisc/gcc assembly spinlocks. */ 54*7c478bd9Sstevel@tonic-gate /* #undef HAVE_ASSEM_PARISC_GCC */ 55*7c478bd9Sstevel@tonic-gate 56*7c478bd9Sstevel@tonic-gate /* Define if you want to use sco/cc assembly spinlocks. */ 57*7c478bd9Sstevel@tonic-gate /* #undef HAVE_ASSEM_SCO_CC */ 58*7c478bd9Sstevel@tonic-gate 59*7c478bd9Sstevel@tonic-gate /* Define if you want to use sparc/gcc assembly spinlocks. */ 60*7c478bd9Sstevel@tonic-gate /* #undef HAVE_ASSEM_SPARC_GCC */ 61*7c478bd9Sstevel@tonic-gate 62*7c478bd9Sstevel@tonic-gate /* Define if you want to use uts4/cc assembly spinlocks. */ 63*7c478bd9Sstevel@tonic-gate /* #undef HAVE_ASSEM_UTS4_CC */ 64*7c478bd9Sstevel@tonic-gate 65*7c478bd9Sstevel@tonic-gate /* Define if you want to use x86/gcc assembly spinlocks. */ 66*7c478bd9Sstevel@tonic-gate /* #undef HAVE_ASSEM_X86_GCC */ 67*7c478bd9Sstevel@tonic-gate 68*7c478bd9Sstevel@tonic-gate /* Define if you have the AIX _check_lock spinlocks. */ 69*7c478bd9Sstevel@tonic-gate /* #undef HAVE_FUNC_AIX */ 70*7c478bd9Sstevel@tonic-gate 71*7c478bd9Sstevel@tonic-gate /* Define if you have the OSF1 or HPPA msemaphore spinlocks. */ 72*7c478bd9Sstevel@tonic-gate /* #undef HAVE_FUNC_MSEM */ 73*7c478bd9Sstevel@tonic-gate 74*7c478bd9Sstevel@tonic-gate /* Define if you have the SGI abilock_t spinlocks. */ 75*7c478bd9Sstevel@tonic-gate /* #undef HAVE_FUNC_SGI */ 76*7c478bd9Sstevel@tonic-gate 77*7c478bd9Sstevel@tonic-gate /* Define if you have the ReliantUNIX spinlock_t spinlocks. */ 78*7c478bd9Sstevel@tonic-gate /* #undef HAVE_FUNC_RELIANT */ 79*7c478bd9Sstevel@tonic-gate 80*7c478bd9Sstevel@tonic-gate /* Define if you have the Solaris mutex_t spinlocks. */ 81*7c478bd9Sstevel@tonic-gate #define HAVE_FUNC_SOLARIS 1 82*7c478bd9Sstevel@tonic-gate 83*7c478bd9Sstevel@tonic-gate /* Define if your sprintf returns a pointer, not a length. */ 84*7c478bd9Sstevel@tonic-gate /* #undef SPRINTF_RET_CHARPNT */ 85*7c478bd9Sstevel@tonic-gate 86*7c478bd9Sstevel@tonic-gate /* Define if you have the getcwd function. */ 87*7c478bd9Sstevel@tonic-gate #define HAVE_GETCWD 1 88*7c478bd9Sstevel@tonic-gate 89*7c478bd9Sstevel@tonic-gate /* Define if you have the getopt function. */ 90*7c478bd9Sstevel@tonic-gate #define HAVE_GETOPT 1 91*7c478bd9Sstevel@tonic-gate 92*7c478bd9Sstevel@tonic-gate /* Define if you have the getuid function. */ 93*7c478bd9Sstevel@tonic-gate #define HAVE_GETUID 1 94*7c478bd9Sstevel@tonic-gate 95*7c478bd9Sstevel@tonic-gate /* Define if you have the memcmp function. */ 96*7c478bd9Sstevel@tonic-gate #define HAVE_MEMCMP 1 97*7c478bd9Sstevel@tonic-gate 98*7c478bd9Sstevel@tonic-gate /* Define if you have the memcpy function. */ 99*7c478bd9Sstevel@tonic-gate #define HAVE_MEMCPY 1 100*7c478bd9Sstevel@tonic-gate 101*7c478bd9Sstevel@tonic-gate /* Define if you have the memmove function. */ 102*7c478bd9Sstevel@tonic-gate #define HAVE_MEMMOVE 1 103*7c478bd9Sstevel@tonic-gate 104*7c478bd9Sstevel@tonic-gate /* Define if you have the mmap function. */ 105*7c478bd9Sstevel@tonic-gate #define HAVE_MMAP 1 106*7c478bd9Sstevel@tonic-gate 107*7c478bd9Sstevel@tonic-gate /* Define if you have the munmap function. */ 108*7c478bd9Sstevel@tonic-gate #define HAVE_MUNMAP 1 109*7c478bd9Sstevel@tonic-gate 110*7c478bd9Sstevel@tonic-gate /* Define if you have the pread function. */ 111*7c478bd9Sstevel@tonic-gate #define HAVE_PREAD 1 112*7c478bd9Sstevel@tonic-gate 113*7c478bd9Sstevel@tonic-gate /* Define if you have the pstat_getdynamic function. */ 114*7c478bd9Sstevel@tonic-gate /* #undef HAVE_PSTAT_GETDYNAMIC */ 115*7c478bd9Sstevel@tonic-gate 116*7c478bd9Sstevel@tonic-gate /* Define if you have the qsort function. */ 117*7c478bd9Sstevel@tonic-gate #define HAVE_QSORT 1 118*7c478bd9Sstevel@tonic-gate 119*7c478bd9Sstevel@tonic-gate /* Define if you have the raise function. */ 120*7c478bd9Sstevel@tonic-gate #define HAVE_RAISE 1 121*7c478bd9Sstevel@tonic-gate 122*7c478bd9Sstevel@tonic-gate /* Define if you have the select function. */ 123*7c478bd9Sstevel@tonic-gate #define HAVE_SELECT 1 124*7c478bd9Sstevel@tonic-gate 125*7c478bd9Sstevel@tonic-gate /* Define if you have the shmget function. */ 126*7c478bd9Sstevel@tonic-gate #define HAVE_SHMGET 1 127*7c478bd9Sstevel@tonic-gate 128*7c478bd9Sstevel@tonic-gate /* Define if you have the snprintf function. */ 129*7c478bd9Sstevel@tonic-gate #define HAVE_SNPRINTF 1 130*7c478bd9Sstevel@tonic-gate 131*7c478bd9Sstevel@tonic-gate /* Define if you have the strerror function. */ 132*7c478bd9Sstevel@tonic-gate #define HAVE_STRERROR 1 133*7c478bd9Sstevel@tonic-gate 134*7c478bd9Sstevel@tonic-gate /* Define if you have the strsep function. */ 135*7c478bd9Sstevel@tonic-gate /* #undef HAVE_STRSEP */ 136*7c478bd9Sstevel@tonic-gate 137*7c478bd9Sstevel@tonic-gate /* Define if you have the sysconf function. */ 138*7c478bd9Sstevel@tonic-gate #define HAVE_SYSCONF 1 139*7c478bd9Sstevel@tonic-gate 140*7c478bd9Sstevel@tonic-gate /* Define if you have the vsnprintf function. */ 141*7c478bd9Sstevel@tonic-gate #define HAVE_VSNPRINTF 1 142*7c478bd9Sstevel@tonic-gate 143*7c478bd9Sstevel@tonic-gate /* Define if you have the <dirent.h> header file. */ 144*7c478bd9Sstevel@tonic-gate #define HAVE_DIRENT_H 1 145*7c478bd9Sstevel@tonic-gate 146*7c478bd9Sstevel@tonic-gate /* Define if you have the <ndir.h> header file. */ 147*7c478bd9Sstevel@tonic-gate /* #undef HAVE_NDIR_H */ 148*7c478bd9Sstevel@tonic-gate 149*7c478bd9Sstevel@tonic-gate /* Define if you have the <sys/dir.h> header file. */ 150*7c478bd9Sstevel@tonic-gate /* #undef HAVE_SYS_DIR_H */ 151*7c478bd9Sstevel@tonic-gate 152*7c478bd9Sstevel@tonic-gate /* Define if you have the <sys/ndir.h> header file. */ 153*7c478bd9Sstevel@tonic-gate /* #undef HAVE_SYS_NDIR_H */ 154*7c478bd9Sstevel@tonic-gate 155*7c478bd9Sstevel@tonic-gate /* Define if you have the <sys/select.h> header file. */ 156*7c478bd9Sstevel@tonic-gate #define HAVE_SYS_SELECT_H 1 157*7c478bd9Sstevel@tonic-gate 158*7c478bd9Sstevel@tonic-gate /* Define if you have the <sys/time.h> header file. */ 159*7c478bd9Sstevel@tonic-gate #define HAVE_SYS_TIME_H 1 160*7c478bd9Sstevel@tonic-gate 161*7c478bd9Sstevel@tonic-gate /* 162*7c478bd9Sstevel@tonic-gate * Don't step on the namespace. Also, other libraries have real snprintf(3) 163*7c478bd9Sstevel@tonic-gate * implementations, don't want to override them just because they're loaded 164*7c478bd9Sstevel@tonic-gate * after us. 165*7c478bd9Sstevel@tonic-gate */ 166*7c478bd9Sstevel@tonic-gate #ifndef HAVE_SNPRINTF 167*7c478bd9Sstevel@tonic-gate #define snprintf __db_snprintf 168*7c478bd9Sstevel@tonic-gate #endif 169*7c478bd9Sstevel@tonic-gate #ifndef HAVE_VSNPRINTF 170*7c478bd9Sstevel@tonic-gate #define vsnprintf __db_vsnprintf 171*7c478bd9Sstevel@tonic-gate #endif 172*7c478bd9Sstevel@tonic-gate 173*7c478bd9Sstevel@tonic-gate /* 174*7c478bd9Sstevel@tonic-gate * Big-file configuration. 175*7c478bd9Sstevel@tonic-gate */ 176*7c478bd9Sstevel@tonic-gate #ifdef HAVE_FILE_OFFSET_BITS 177*7c478bd9Sstevel@tonic-gate #define _LARGE_FILES /* AIX specific. */ 178*7c478bd9Sstevel@tonic-gate #define _FILE_OFFSET_BITS 64 179*7c478bd9Sstevel@tonic-gate #endif 180