Update.
[glibc.git] / db2 / config.h
blob6f09795e3c4fb47b17878fbfeb2f2814168181c3
1 /* config.h. Generated automatically by configure. */
2 /* config.h.in. Generated automatically from configure.in by autoheader. */
4 /* ...but edited by hand to be used in GNU libc. */
6 /* Define to empty if the keyword does not work. */
7 /* #undef const */
9 /* Define to `int' if <sys/types.h> doesn't define. */
10 /* #undef mode_t */
12 /* Define to `long' if <sys/types.h> doesn't define. */
13 /* #undef off_t */
15 /* Define to `int' if <sys/types.h> doesn't define. */
16 /* #undef pid_t */
18 /* Define to `unsigned' if <sys/types.h> doesn't define. */
19 /* #undef size_t */
21 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
22 /* #undef STAT_MACROS_BROKEN */
24 /* Define if you have the ANSI C header files. */
25 #define STDC_HEADERS 1
27 /* Say we have endian.h. */
28 #define HAVE_ENDIAN_H 1
30 /* Define to `int' if <sys/types.h> doesn't define. */
31 /* #undef ssize_t */
33 /* Define if you want a debugging version. */
34 /* #undef DEBUG */
36 /* Define if you want a version with run-time diagnostic checking. */
37 /* #undef DIAGNOSTIC */
39 /* Define if you have sigfillset (and sigprocmask). */
40 #define HAVE_SIGFILLSET 1
42 /* Define if building on AIX, HP, Solaris to get big-file environment. */
43 /* #undef HAVE_FILE_OFFSET_BITS */
44 #ifdef HAVE_FILE_OFFSET_BITS
45 #define _FILE_OFFSET_BITS 64
46 #endif
48 /* Define if you have spinlocks. */
49 /* #undef HAVE_SPINLOCKS */
51 /* Define if you want to use mc68020/gcc assembly spinlocks. */
52 /* #undef HAVE_ASSEM_MC68020_GCC */
54 /* Define if you want to use parisc/gcc assembly spinlocks. */
55 /* #undef HAVE_ASSEM_PARISC_GCC */
57 /* Define if you want to use sco/cc assembly spinlocks. */
58 /* #undef HAVE_ASSEM_SCO_CC */
60 /* Define if you want to use sparc/gcc assembly spinlocks. */
61 /* #undef HAVE_ASSEM_SPARC_GCC */
63 /* Define if you want to use uts4/cc assembly spinlocks. */
64 /* #undef HAVE_ASSEM_UTS4_CC */
66 /* Define if you want to use x86/gcc assembly spinlocks. */
67 /* #undef HAVE_ASSEM_X86_GCC */
69 /* Define if you have the AIX _check_lock spinlocks. */
70 /* #undef HAVE_FUNC_AIX */
72 /* Define if you have the OSF1 or HPPA msemaphore spinlocks. */
73 /* #undef HAVE_FUNC_MSEM */
75 /* Define if you have the SGI abilock_t spinlocks. */
76 /* #undef HAVE_FUNC_SGI */
78 /* Define if you have the ReliantUNIX spinlock_t spinlocks. */
79 /* #undef HAVE_FUNC_RELIANT */
81 /* Define if you have the Solaris mutex_t spinlocks. */
82 /* #undef HAVE_FUNC_SOLARIS */
84 /* Define if your sprintf returns a pointer, not a length. */
85 /* #undef SPRINTF_RET_CHARPNT */
87 /* Define if you have the getcwd function. */
88 #define HAVE_GETCWD 1
90 /* Define if you have the getopt function. */
91 #define HAVE_GETOPT 1
93 /* Define if you have the getuid function. */
94 #define HAVE_GETUID 1
96 /* Define if you have the memcmp function. */
97 #define HAVE_MEMCMP 1
99 /* Define if you have the memcpy function. */
100 #define HAVE_MEMCPY 1
102 /* Define if you have the memmove function. */
103 #define HAVE_MEMMOVE 1
105 /* Define if you have the mmap function. */
106 #define HAVE_MMAP 1
108 /* Define if you have the raise function. */
109 #define HAVE_RAISE 1
111 /* Define if you have the select function. */
112 #define HAVE_SELECT 1
114 /* Define if you have the shmget function. */
115 #define HAVE_SHMGET 1
117 /* Define if you have the snprintf function. */
118 #define HAVE_SNPRINTF 1
120 /* Define if you have the strerror function. */
121 #define HAVE_STRERROR 1
123 /* Define if you have the strsep function. */
124 #define HAVE_STRSEP 1
126 /* Define if you have the sysconf function. */
127 #define HAVE_SYSCONF 1
129 /* Define if you have the vsnprintf function. */
130 #define HAVE_VSNPRINTF 1
132 /* Define if you have the <dirent.h> header file. */
133 #define HAVE_DIRENT_H 1
135 /* Define if you have the <ndir.h> header file. */
136 /* #undef HAVE_NDIR_H */
138 /* Define if you have the <sys/dir.h> header file. */
139 /* #undef HAVE_SYS_DIR_H */
141 /* Define if you have the <sys/ndir.h> header file. */
142 /* #undef HAVE_SYS_NDIR_H */
144 /* Define if you have the <sys/select.h> header file. */
145 #define HAVE_SYS_SELECT_H 1
147 /* Define if you have the <sys/time.h> header file. */
148 #define HAVE_SYS_TIME_H 1
150 #include_next <config.h>