1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Path to BIND utilities */
4#undef BIND_UTIL_PATH
5
6/* BIND version as integer number without dots */
7#undef BIND_VERSION
8
9/* Define to 1 if the `closedir' function returns void instead of `int'. */
10#undef CLOSEDIR_VOID
11
12/* zkt-ls with colors */
13#undef COLOR_MODE
14
15/* set path of config file (defaults to /var/named) */
16#undef CONFIG_PATH
17
18/* Define to 1 if you have the `alarm' function. */
19#undef HAVE_ALARM
20
21/* Define to 1 if you have the <curses.h> header file. */
22#undef HAVE_CURSES_H
23
24/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
25   */
26#undef HAVE_DIRENT_H
27
28/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
29#undef HAVE_DOPRNT
30
31/* Define to 1 if you have the <fcntl.h> header file. */
32#undef HAVE_FCNTL_H
33
34/* Define to 1 if you have the <getopt.h> header file. */
35#undef HAVE_GETOPT_H
36
37/* Define to 1 if you have the `getopt_long' function. */
38#undef HAVE_GETOPT_LONG
39
40/* Define to 1 if you have the `gettimeofday' function. */
41#undef HAVE_GETTIMEOFDAY
42
43/* Define to 1 if you have the `getuid' function. */
44#undef HAVE_GETUID
45
46/* Define to 1 if you have the <inttypes.h> header file. */
47#undef HAVE_INTTYPES_H
48
49/* Define to 1 if you have the `ncurses' library (-lncurses). */
50#undef HAVE_LIBNCURSES
51
52/* Define to 1 if you have the <memory.h> header file. */
53#undef HAVE_MEMORY_H
54
55/* Define to 1 if you have the `memset' function. */
56#undef HAVE_MEMSET
57
58/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
59#undef HAVE_NDIR_H
60
61/* Define to 1 if you have the <netdb.h> header file. */
62#undef HAVE_NETDB_H
63
64/* Define to 1 if you have the `putenv' function. */
65#undef HAVE_PUTENV
66
67/* Define to 1 if you have the `socket' function. */
68#undef HAVE_SOCKET
69
70/* Define to 1 if `stat' has the bug that it succeeds when given the
71   zero-length file name argument. */
72#undef HAVE_STAT_EMPTY_STRING_BUG
73
74/* Define to 1 if you have the <stdint.h> header file. */
75#undef HAVE_STDINT_H
76
77/* Define to 1 if you have the <stdlib.h> header file. */
78#undef HAVE_STDLIB_H
79
80/* Define to 1 if you have the `strcasecmp' function. */
81#undef HAVE_STRCASECMP
82
83/* Define to 1 if you have the `strchr' function. */
84#undef HAVE_STRCHR
85
86/* Define to 1 if you have the `strdup' function. */
87#undef HAVE_STRDUP
88
89/* Define to 1 if you have the `strerror' function. */
90#undef HAVE_STRERROR
91
92/* Define to 1 if you have the `strftime' function. */
93#undef HAVE_STRFTIME
94
95/* Define to 1 if you have the <strings.h> header file. */
96#undef HAVE_STRINGS_H
97
98/* Define to 1 if you have the <string.h> header file. */
99#undef HAVE_STRING_H
100
101/* Define to 1 if you have the `strncasecmp' function. */
102#undef HAVE_STRNCASECMP
103
104/* Define to 1 if you have the `strrchr' function. */
105#undef HAVE_STRRCHR
106
107/* Define to 1 if you have the <syslog.h> header file. */
108#undef HAVE_SYSLOG_H
109
110/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
111   */
112#undef HAVE_SYS_DIR_H
113
114/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
115   */
116#undef HAVE_SYS_NDIR_H
117
118/* Define to 1 if you have the <sys/socket.h> header file. */
119#undef HAVE_SYS_SOCKET_H
120
121/* Define to 1 if you have the <sys/stat.h> header file. */
122#undef HAVE_SYS_STAT_H
123
124/* Define to 1 if you have the <sys/time.h> header file. */
125#undef HAVE_SYS_TIME_H
126
127/* Define to 1 if you have the <sys/types.h> header file. */
128#undef HAVE_SYS_TYPES_H
129
130/* Define to 1 if you have the <term.h> header file. */
131#undef HAVE_TERM_H
132
133/* Define to 1 if you have the `timegm' function. */
134#undef HAVE_TIMEGM
135
136/* Define to 1 if you have the `tzset' function. */
137#undef HAVE_TZSET
138
139/* Define to 1 if you have the <unistd.h> header file. */
140#undef HAVE_UNISTD_H
141
142/* Define to 1 if you have the `utime' function. */
143#undef HAVE_UTIME
144
145/* Define to 1 if you have the <utime.h> header file. */
146#undef HAVE_UTIME_H
147
148/* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
149#undef HAVE_UTIME_NULL
150
151/* Define to 1 if you have the `vprintf' function. */
152#undef HAVE_VPRINTF
153
154/* log with level */
155#undef LOG_WITH_LEVEL
156
157/* log with progname */
158#undef LOG_WITH_PROGNAME
159
160/* log with timestamp */
161#undef LOG_WITH_TIMESTAMP
162
163/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
164   slash. */
165#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
166
167/* Define to the address where bug reports for this package should be sent. */
168#undef PACKAGE_BUGREPORT
169
170/* Define to the full name of this package. */
171#undef PACKAGE_NAME
172
173/* Define to the full name and version of this package. */
174#undef PACKAGE_STRING
175
176/* Define to the one symbol short name of this package. */
177#undef PACKAGE_TARNAME
178
179/* Define to the version of this package. */
180#undef PACKAGE_VERSION
181
182/* print age with year */
183#undef PRINT_AGE_WITH_YEAR
184
185/* print out timezone */
186#undef PRINT_TIMEZONE
187
188/* Define to 1 if you have the ANSI C header files. */
189#undef STDC_HEADERS
190
191/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
192#undef TIME_WITH_SYS_TIME
193
194/* Define to 1 if your <sys/time.h> declares `struct tm'. */
195#undef TM_IN_SYS_TIME
196
197/* TTL in keyfiles allowed */
198#undef TTL_IN_KEYFILE_ALLOWED
199
200/* Use TREE data structure for dnssec-zkt */
201#undef USE_TREE
202
203/* ZKT copyright string */
204#undef ZKT_COPYRIGHT
205
206/* ZKT version string */
207#undef ZKT_VERSION
208
209/* Define to empty if `const' does not conform to ANSI C. */
210#undef const
211
212/* Define to `int' if <sys/types.h> doesn't define. */
213#undef gid_t
214
215/* Define to `unsigned int' if <sys/types.h> does not define. */
216#undef size_t
217
218/* Define to `unsigned char' if <sys/types.h> does not define. */
219#undef uchar
220
221/* Define to `int' if <sys/types.h> doesn't define. */
222#undef uid_t
223
224/* Define to `unsigned int' if <sys/types.h> does not define. */
225#undef uint
226
227/* Define to `unsigned long' if <sys/types.h> does not define. */
228#undef ulong
229
230/* Define to `unsigned short' if <sys/types.h> does not define. */
231#undef ushort
232