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