Release tarball for barry-0.9
[barry.git] / config.h.in
blob55f21cb96ea8c6ebc86b5e2e5885ffded855087a
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to 1 if the `closedir' function returns void instead of `int'. */
4 #undef CLOSEDIR_VOID
6 /* Define to 1 if you have the <assert.h> header file. */
7 #undef HAVE_ASSERT_H
9 /* Define to 1 if you have the `bzero' function. */
10 #undef HAVE_BZERO
12 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
14 #undef HAVE_DIRENT_H
16 /* Define to 1 if you have the <dlfcn.h> header file. */
17 #undef HAVE_DLFCN_H
19 /* Define to 1 if you have the `gettimeofday' function. */
20 #undef HAVE_GETTIMEOFDAY
22 /* Define to 1 if you have the <inttypes.h> header file. */
23 #undef HAVE_INTTYPES_H
25 /* Define to 1 if you have the `pthread' library (-lpthread). */
26 #undef HAVE_LIBPTHREAD
28 /* Define to 1 if you have the <memory.h> header file. */
29 #undef HAVE_MEMORY_H
31 /* Define to 1 if you have the `memset' function. */
32 #undef HAVE_MEMSET
34 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
35 #undef HAVE_NDIR_H
37 /* Define to 1 if you have the `select' function. */
38 #undef HAVE_SELECT
40 /* Define to 1 if you have the <stdint.h> header file. */
41 #undef HAVE_STDINT_H
43 /* Define to 1 if you have the <stdlib.h> header file. */
44 #undef HAVE_STDLIB_H
46 /* Define to 1 if you have the `strcasecmp' function. */
47 #undef HAVE_STRCASECMP
49 /* Define to 1 if you have the `strchr' function. */
50 #undef HAVE_STRCHR
52 /* Define to 1 if you have the `strerror' function. */
53 #undef HAVE_STRERROR
55 /* Define to 1 if you have the <strings.h> header file. */
56 #undef HAVE_STRINGS_H
58 /* Define to 1 if you have the <string.h> header file. */
59 #undef HAVE_STRING_H
61 /* Define to 1 if you have the `strtol' function. */
62 #undef HAVE_STRTOL
64 /* Define to 1 if you have the `strtoul' function. */
65 #undef HAVE_STRTOUL
67 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
69 #undef HAVE_SYS_DIR_H
71 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
73 #undef HAVE_SYS_NDIR_H
75 /* Define to 1 if you have the <sys/select.h> header file. */
76 #undef HAVE_SYS_SELECT_H
78 /* Define to 1 if you have the <sys/socket.h> header file. */
79 #undef HAVE_SYS_SOCKET_H
81 /* Define to 1 if you have the <sys/stat.h> header file. */
82 #undef HAVE_SYS_STAT_H
84 /* Define to 1 if you have the <sys/types.h> header file. */
85 #undef HAVE_SYS_TYPES_H
87 /* Define to 1 if you have the <time.h> header file. */
88 #undef HAVE_TIME_H
90 /* Define to 1 if you have the <unistd.h> header file. */
91 #undef HAVE_UNISTD_H
93 /* Define to 1 if a working strnlen exists, 0 if not. */
94 #undef HAVE_WORKING_STRNLEN
96 /* Name of package */
97 #undef PACKAGE
99 /* Define to the address where bug reports for this package should be sent. */
100 #undef PACKAGE_BUGREPORT
102 /* Define to the full name of this package. */
103 #undef PACKAGE_NAME
105 /* Define to the full name and version of this package. */
106 #undef PACKAGE_STRING
108 /* Define to the one symbol short name of this package. */
109 #undef PACKAGE_TARNAME
111 /* Define to the version of this package. */
112 #undef PACKAGE_VERSION
114 /* Define to the type of arg 1 for `select'. */
115 #undef SELECT_TYPE_ARG1
117 /* Define to the type of args 2, 3 and 4 for `select'. */
118 #undef SELECT_TYPE_ARG234
120 /* Define to the type of arg 5 for `select'. */
121 #undef SELECT_TYPE_ARG5
123 /* Define to 1 if you have the ANSI C header files. */
124 #undef STDC_HEADERS
126 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
127 #undef TIME_WITH_SYS_TIME
129 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
130 #undef TM_IN_SYS_TIME
132 /* Version number of package */
133 #undef VERSION
135 /* Define to 1 if your processor stores words with the most significant byte
136 first (like Motorola and SPARC, unlike Intel and VAX). */
137 #undef WORDS_BIGENDIAN
139 /* Define to 1 if on AIX 3.
140 System headers sometimes define this.
141 We just want to avoid a redefinition error message. */
142 #ifndef _ALL_SOURCE
143 # undef _ALL_SOURCE
144 #endif
146 /* Enable GNU extensions on systems that have them. */
147 #ifndef _GNU_SOURCE
148 # undef _GNU_SOURCE
149 #endif
151 /* Define to 1 if on MINIX. */
152 #undef _MINIX
154 /* Define to 2 if the system does not provide POSIX.1 features except with
155 this defined. */
156 #undef _POSIX_1_SOURCE
158 /* Define to 1 if you need to in order for `stat' and other things to work. */
159 #undef _POSIX_SOURCE
161 /* Enable extensions on Solaris. */
162 #ifndef __EXTENSIONS__
163 # undef __EXTENSIONS__
164 #endif
165 #ifndef _POSIX_PTHREAD_SEMANTICS
166 # undef _POSIX_PTHREAD_SEMANTICS
167 #endif
168 #ifndef _TANDEM_SOURCE
169 # undef _TANDEM_SOURCE
170 #endif