Tarball tree for barry-0.17.0.tar.bz2
[barry.git] / gui / config.h.in
blobc413dfe4d62a812f170c35e626e47138087787e5
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 translation of program messages to the user's native
7 language is requested. */
8 #undef ENABLE_NLS
10 /* Define to 1 if you have the `alarm' function. */
11 #undef HAVE_ALARM
13 /* Define to 1 if you have the <assert.h> header file. */
14 #undef HAVE_ASSERT_H
16 /* Define to 1 if you have the `bzero' function. */
17 #undef HAVE_BZERO
19 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
20 CoreFoundation framework. */
21 #undef HAVE_CFLOCALECOPYCURRENT
23 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
24 the CoreFoundation framework. */
25 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
27 /* Define if the GNU dcgettext() function is already present or preinstalled.
29 #undef HAVE_DCGETTEXT
31 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
33 #undef HAVE_DIRENT_H
35 /* Define to 1 if you have the <dlfcn.h> header file. */
36 #undef HAVE_DLFCN_H
38 /* Define if the GNU gettext() function is already present or preinstalled. */
39 #undef HAVE_GETTEXT
41 /* Define to 1 if you have the `gettimeofday' function. */
42 #undef HAVE_GETTIMEOFDAY
44 /* Define if you have the iconv() function and it works. */
45 #undef HAVE_ICONV
47 /* Define to 1 if you have the <inttypes.h> header file. */
48 #undef HAVE_INTTYPES_H
50 /* Define to 1 if you have the `pthread' library (-lpthread). */
51 #undef HAVE_LIBPTHREAD
53 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
54 to 0 otherwise. */
55 #undef HAVE_MALLOC
57 /* Define to 1 if you have the <memory.h> header file. */
58 #undef HAVE_MEMORY_H
60 /* Define to 1 if you have the `memset' function. */
61 #undef HAVE_MEMSET
63 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
64 #undef HAVE_NDIR_H
66 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
67 and to 0 otherwise. */
68 #undef HAVE_REALLOC
70 /* Define to 1 if you have the `select' function. */
71 #undef HAVE_SELECT
73 /* Define to 1 if `stat' has the bug that it succeeds when given the
74 zero-length file name argument. */
75 #undef HAVE_STAT_EMPTY_STRING_BUG
77 /* Define to 1 if you have the <stdint.h> header file. */
78 #undef HAVE_STDINT_H
80 /* Define to 1 if you have the <stdlib.h> header file. */
81 #undef HAVE_STDLIB_H
83 /* Define to 1 if you have the `strcasecmp' function. */
84 #undef HAVE_STRCASECMP
86 /* Define to 1 if you have the `strchr' function. */
87 #undef HAVE_STRCHR
89 /* Define to 1 if you have the `strerror' function. */
90 #undef HAVE_STRERROR
92 /* Define to 1 if you have the <strings.h> header file. */
93 #undef HAVE_STRINGS_H
95 /* Define to 1 if you have the <string.h> header file. */
96 #undef HAVE_STRING_H
98 /* Define to 1 if you have the `strtol' function. */
99 #undef HAVE_STRTOL
101 /* Define to 1 if you have the `strtoul' function. */
102 #undef HAVE_STRTOUL
104 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
106 #undef HAVE_SYS_DIR_H
108 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
110 #undef HAVE_SYS_NDIR_H
112 /* Define to 1 if you have the <sys/select.h> header file. */
113 #undef HAVE_SYS_SELECT_H
115 /* Define to 1 if you have the <sys/socket.h> header file. */
116 #undef HAVE_SYS_SOCKET_H
118 /* Define to 1 if you have the <sys/stat.h> header file. */
119 #undef HAVE_SYS_STAT_H
121 /* Define to 1 if you have the <sys/time.h> header file. */
122 #undef HAVE_SYS_TIME_H
124 /* Define to 1 if you have the <sys/types.h> header file. */
125 #undef HAVE_SYS_TYPES_H
127 /* Define to 1 if you have the <time.h> header file. */
128 #undef HAVE_TIME_H
130 /* Define to 1 if you have the <unistd.h> header file. */
131 #undef HAVE_UNISTD_H
133 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
134 slash. */
135 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
137 /* Name of package */
138 #undef PACKAGE
140 /* Define to the address where bug reports for this package should be sent. */
141 #undef PACKAGE_BUGREPORT
143 /* Define to the full name of this package. */
144 #undef PACKAGE_NAME
146 /* Define to the full name and version of this package. */
147 #undef PACKAGE_STRING
149 /* Define to the one symbol short name of this package. */
150 #undef PACKAGE_TARNAME
152 /* Define to the version of this package. */
153 #undef PACKAGE_VERSION
155 /* Define to the type of arg 1 for `select'. */
156 #undef SELECT_TYPE_ARG1
158 /* Define to the type of args 2, 3 and 4 for `select'. */
159 #undef SELECT_TYPE_ARG234
161 /* Define to the type of arg 5 for `select'. */
162 #undef SELECT_TYPE_ARG5
164 /* Define to 1 if you have the ANSI C header files. */
165 #undef STDC_HEADERS
167 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
168 #undef TIME_WITH_SYS_TIME
170 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
171 #undef TM_IN_SYS_TIME
173 /* Version number of package */
174 #undef VERSION
176 /* Define to rpl_malloc if the replacement function should be used. */
177 #undef malloc
179 /* Define to rpl_realloc if the replacement function should be used. */
180 #undef realloc