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