Release tarball for barry-0.6
[barry.git] / gui / config.h.in
blob9f20f2856a86cdf2647456773780d0db9f84191d
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 `alarm' function. */
7 #undef HAVE_ALARM
9 /* Define to 1 if you have the <assert.h> header file. */
10 #undef HAVE_ASSERT_H
12 /* Define to 1 if you have the `bzero' function. */
13 #undef HAVE_BZERO
15 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
17 #undef HAVE_DIRENT_H
19 /* Define to 1 if you have the <dlfcn.h> header file. */
20 #undef HAVE_DLFCN_H
22 /* Define to 1 if you have the `gettimeofday' function. */
23 #undef HAVE_GETTIMEOFDAY
25 /* Define to 1 if you have the <inttypes.h> header file. */
26 #undef HAVE_INTTYPES_H
28 /* Define to 1 if you have the `pthread' library (-lpthread). */
29 #undef HAVE_LIBPTHREAD
31 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
32 to 0 otherwise. */
33 #undef HAVE_MALLOC
35 /* Define to 1 if you have the <memory.h> header file. */
36 #undef HAVE_MEMORY_H
38 /* Define to 1 if you have the `memset' function. */
39 #undef HAVE_MEMSET
41 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
42 #undef HAVE_NDIR_H
44 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
45 and to 0 otherwise. */
46 #undef HAVE_REALLOC
48 /* Define to 1 if you have the `select' function. */
49 #undef HAVE_SELECT
51 /* Define to 1 if `stat' has the bug that it succeeds when given the
52 zero-length file name argument. */
53 #undef HAVE_STAT_EMPTY_STRING_BUG
55 /* Define to 1 if you have the <stdint.h> header file. */
56 #undef HAVE_STDINT_H
58 /* Define to 1 if you have the <stdlib.h> header file. */
59 #undef HAVE_STDLIB_H
61 /* Define to 1 if you have the `strcasecmp' function. */
62 #undef HAVE_STRCASECMP
64 /* Define to 1 if you have the `strchr' function. */
65 #undef HAVE_STRCHR
67 /* Define to 1 if you have the `strerror' function. */
68 #undef HAVE_STRERROR
70 /* Define to 1 if you have the <strings.h> header file. */
71 #undef HAVE_STRINGS_H
73 /* Define to 1 if you have the <string.h> header file. */
74 #undef HAVE_STRING_H
76 /* Define to 1 if you have the `strtol' function. */
77 #undef HAVE_STRTOL
79 /* Define to 1 if you have the `strtoul' function. */
80 #undef HAVE_STRTOUL
82 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
84 #undef HAVE_SYS_DIR_H
86 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
88 #undef HAVE_SYS_NDIR_H
90 /* Define to 1 if you have the <sys/select.h> header file. */
91 #undef HAVE_SYS_SELECT_H
93 /* Define to 1 if you have the <sys/socket.h> header file. */
94 #undef HAVE_SYS_SOCKET_H
96 /* Define to 1 if you have the <sys/stat.h> header file. */
97 #undef HAVE_SYS_STAT_H
99 /* Define to 1 if you have the <sys/time.h> header file. */
100 #undef HAVE_SYS_TIME_H
102 /* Define to 1 if you have the <sys/types.h> header file. */
103 #undef HAVE_SYS_TYPES_H
105 /* Define to 1 if you have the <time.h> header file. */
106 #undef HAVE_TIME_H
108 /* Define to 1 if you have the <unistd.h> header file. */
109 #undef HAVE_UNISTD_H
111 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
112 slash. */
113 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
115 /* Name of package */
116 #undef PACKAGE
118 /* Define to the address where bug reports for this package should be sent. */
119 #undef PACKAGE_BUGREPORT
121 /* Define to the full name of this package. */
122 #undef PACKAGE_NAME
124 /* Define to the full name and version of this package. */
125 #undef PACKAGE_STRING
127 /* Define to the one symbol short name of this package. */
128 #undef PACKAGE_TARNAME
130 /* Define to the version of this package. */
131 #undef PACKAGE_VERSION
133 /* Define to the type of arg 1 for `select'. */
134 #undef SELECT_TYPE_ARG1
136 /* Define to the type of args 2, 3 and 4 for `select'. */
137 #undef SELECT_TYPE_ARG234
139 /* Define to the type of arg 5 for `select'. */
140 #undef SELECT_TYPE_ARG5
142 /* Define to 1 if you have the ANSI C header files. */
143 #undef STDC_HEADERS
145 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
146 #undef TIME_WITH_SYS_TIME
148 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
149 #undef TM_IN_SYS_TIME
151 /* Version number of package */
152 #undef VERSION
154 /* Define to rpl_malloc if the replacement function should be used. */
155 #undef malloc
157 /* Define to rpl_realloc if the replacement function should be used. */
158 #undef realloc