Update.
[glibc.git] / db2 / config.h
blob27dbdaa439f54e9616ae777d5b06b3677291508b
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 you have the ANSI C header files. */
28 #define STDC_HEADERS 1
30 /* Say we have endian.h. */
31 #define HAVE_ENDIAN_H 1
33 /* Define to `int' if <sys/types.h> doesn't define. */
34 /* #undef ssize_t */
36 /* Define if you want a debugging version. */
37 /* #undef DEBUG */
39 /* Define if you have sigfillset (and sigprocmask). */
40 #define HAVE_SIGFILLSET 1
42 /* Define if seeking to 64-bit file offsets requires the _llseek() call. */
43 /* #undef HAVE_LLSEEK */
45 /* Define if seeking to 64-bit file offsets requires the _lseeki64() call. */
46 /* #undef HAVE_LSEEKI */
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 sparc/gcc assembly spinlocks. */
55 /* #undef HAVE_ASSEM_SPARC_GCC */
57 /* Define if you want to use uts4/cc assembly spinlocks. */
58 /* #undef HAVE_ASSEM_UTS4_CC */
60 /* Define if you want to use x86/gcc assembly spinlocks. */
61 /* #undef HAVE_ASSEM_X86_GCC */
63 /* Define if you have the AIX _check_lock spinlocks. */
64 /* #undef HAVE_FUNC_AIX */
66 /* Define if you have the OSF1 or HPPA msemaphore spinlocks. */
67 /* #undef HAVE_FUNC_MSEM */
69 /* Define if you have the SGI abilock_t spinlocks. */
70 /* #undef HAVE_FUNC_SGI */
72 /* Define if you have the Solaris mutex_t spinlocks. */
73 /* #undef HAVE_FUNC_SOLARIS */
75 /* Define if your sprintf returns a pointer, not a length. */
76 /* #undef SPRINTF_RET_CHARPNT */
78 /* Define if you have the getcwd function. */
79 #define HAVE_GETCWD 1
81 /* Define if you have the getopt function. */
82 #define HAVE_GETOPT 1
84 /* Define if you have the getuid function. */
85 #define HAVE_GETUID 1
87 /* Define if you have the memcmp function. */
88 #define HAVE_MEMCMP 1
90 /* Define if you have the memcpy function. */
91 #define HAVE_MEMCPY 1
93 /* Define if you have the memmove function. */
94 #define HAVE_MEMMOVE 1
96 /* Define if you have the mmap function. */
97 #define HAVE_MMAP 1
99 /* Define if you have the raise function. */
100 #define HAVE_RAISE 1
102 /* Define if you have the select function. */
103 #define HAVE_SELECT 1
105 /* Define if you have the snprintf function. */
106 #define HAVE_SNPRINTF 1
108 /* Define if you have the strdup function. */
109 #define HAVE_STRDUP 1
111 /* Define if you have the strerror function. */
112 #define HAVE_STRERROR 1
114 /* Define if you have the strsep function. */
115 #define HAVE_STRSEP 1
117 /* Define if you have the vsnprintf function. */
118 #define HAVE_VSNPRINTF 1
120 /* Define if you have the <dirent.h> header file. */
121 #define HAVE_DIRENT_H 1
123 /* Define if you have the <ndir.h> header file. */
124 /* #undef HAVE_NDIR_H */
126 /* Define if you have the <sys/dir.h> header file. */
127 /* #undef HAVE_SYS_DIR_H */
129 /* Define if you have the <sys/ndir.h> header file. */
130 /* #undef HAVE_SYS_NDIR_H */
132 /* Define if you have the <sys/select.h> header file. */
133 #define HAVE_SYS_SELECT_H 1
135 /* Define if you have the <sys/time.h> header file. */
136 #define HAVE_SYS_TIME_H 1
138 #include_next <config.h>