xref: /openbsd/gnu/usr.bin/cvs/config.h.in (revision 404b540a)
1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3/* Define if on AIX 3.
4   System headers sometimes define this.
5   We just want to avoid a redefinition error message.  */
6#ifndef _ALL_SOURCE
7#undef _ALL_SOURCE
8#endif
9
10/* Define if the closedir function returns void instead of int.  */
11#undef CLOSEDIR_VOID
12
13/* Define to empty if the keyword does not work.  */
14#undef const
15
16/* Define to `int' if <sys/types.h> doesn't define.  */
17#undef gid_t
18
19/* Define if your system has a working fnmatch function.  */
20#undef HAVE_FNMATCH
21
22/* Define if you support file names longer than 14 characters.  */
23#undef HAVE_LONG_FILE_NAMES
24
25/* Define if your struct stat has st_blksize.  */
26#undef HAVE_ST_BLKSIZE
27
28/* Define if your struct stat has st_rdev.  */
29#undef HAVE_ST_RDEV
30
31/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
32#undef HAVE_SYS_WAIT_H
33
34/* Define if utime(file, NULL) sets file's timestamp to the present.  */
35#undef HAVE_UTIME_NULL
36
37/* Define if you have <vfork.h>.  */
38#undef HAVE_VFORK_H
39
40/* Define if on MINIX.  */
41#undef _MINIX
42
43/* Define to `int' if <sys/types.h> doesn't define.  */
44#undef mode_t
45
46/* Define to `int' if <sys/types.h> doesn't define.  */
47#undef pid_t
48
49/* Define if the system does not provide POSIX.1 features except
50   with this defined.  */
51#undef _POSIX_1_SOURCE
52
53/* Define if you need to in order for stat and other things to work.  */
54#undef _POSIX_SOURCE
55
56/* Define as the return type of signal handlers (int or void).  */
57#undef RETSIGTYPE
58
59/* Define to `unsigned' if <sys/types.h> doesn't define.  */
60#undef size_t
61
62/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
63#undef STAT_MACROS_BROKEN
64
65/* Define if you have the ANSI C header files.  */
66#undef STDC_HEADERS
67
68/* Define if you can safely include both <sys/time.h> and <time.h>.  */
69#undef TIME_WITH_SYS_TIME
70
71/* Define to `int' if <sys/types.h> doesn't define.  */
72#undef uid_t
73
74/* Define vfork as fork if vfork does not work.  */
75#undef vfork
76
77/* Define if you have MIT Kerberos version 4 available.  */
78#undef HAVE_KERBEROS
79
80/* Define if you want CVS to be able to be a remote repository client.  */
81#undef CLIENT_SUPPORT
82
83/* Define if you want CVS to be able to serve repositories to remote
84   clients.  */
85#undef SERVER_SUPPORT
86
87/* Define if you want to use the password authenticated server.  */
88#undef AUTH_SERVER_SUPPORT
89
90/* Define if you want encryption support.  */
91#undef ENCRYPTION
92
93/* Define if you have the connect function.  */
94#undef HAVE_CONNECT
95
96/* Define if you have memchr (always for CVS).  */
97#undef HAVE_MEMCHR
98
99/* Define if you have strchr (always for CVS).  */
100#undef HAVE_STRCHR
101
102/* Define if utime requires write access to the file (true on Windows,
103   but not Unix).  */
104#undef UTIME_EXPECTS_WRITABLE
105
106/* Define if setmode is required when writing binary data to stdout.  */
107#undef USE_SETMODE_STDOUT
108
109/* Define if the diff library should use setmode for binary files.
110   FIXME: Why two different macros for setmode?  */
111#undef HAVE_SETMODE
112
113/* Define if you have the crypt function.  */
114#undef HAVE_CRYPT
115
116/* Define if you have the getspnam function.  */
117#undef HAVE_GETSPNAM
118
119/* Define to force lib/regex.c to use malloc instead of alloca.  */
120#undef REGEX_MALLOC
121
122/* Define to force lib/regex.c to define re_comp et al.  */
123#undef _REGEX_RE_COMP
124
125/* Define if you have the dup2 function.  */
126#undef HAVE_DUP2
127
128/* Define if you have the fchdir function.  */
129#undef HAVE_FCHDIR
130
131/* Define if you have the fchmod function.  */
132#undef HAVE_FCHMOD
133
134/* Define if you have the fsync function.  */
135#undef HAVE_FSYNC
136
137/* Define if you have the ftime function.  */
138#undef HAVE_FTIME
139
140/* Define if you have the ftruncate function.  */
141#undef HAVE_FTRUNCATE
142
143/* Define if you have the getgroups function.  */
144#undef HAVE_GETGROUPS
145
146/* Define if you have the getpagesize function.  */
147#undef HAVE_GETPAGESIZE
148
149/* Define if you have the getpassphrase function.  */
150#undef HAVE_GETPASSPHRASE
151
152/* Define if you have the gettimeofday function.  */
153#undef HAVE_GETTIMEOFDAY
154
155/* Define if you have the initgroups function.  */
156#undef HAVE_INITGROUPS
157
158/* Define if you have the krb_get_err_text function.  */
159#undef HAVE_KRB_GET_ERR_TEXT
160
161/* Define if you have the memmove function.  */
162#undef HAVE_MEMMOVE
163
164/* Define if you have the mkdir function.  */
165#undef HAVE_MKDIR
166
167/* Define if you have the mknod function.  */
168#undef HAVE_MKNOD
169
170/* Define if you have the mkstemp function.  */
171#undef HAVE_MKSTEMP
172
173/* Define if you have the mktemp function.  */
174#undef HAVE_MKTEMP
175
176/* Define if you have the nanosleep function.  */
177#undef HAVE_NANOSLEEP
178
179/* Define if you have the putenv function.  */
180#undef HAVE_PUTENV
181
182/* Define if you have the readlink function.  */
183#undef HAVE_READLINK
184
185/* Define if you have the rename function.  */
186#undef HAVE_RENAME
187
188/* Define if you have the select function.  */
189#undef HAVE_SELECT
190
191/* Define if you have the sigaction function.  */
192#undef HAVE_SIGACTION
193
194/* Define if you have the sigblock function.  */
195#undef HAVE_SIGBLOCK
196
197/* Define if you have the sigprocmask function.  */
198#undef HAVE_SIGPROCMASK
199
200/* Define if you have the sigsetmask function.  */
201#undef HAVE_SIGSETMASK
202
203/* Define if you have the sigvec function.  */
204#undef HAVE_SIGVEC
205
206/* Define if you have the strerror function.  */
207#undef HAVE_STRERROR
208
209/* Define if you have the strstr function.  */
210#undef HAVE_STRSTR
211
212/* Define if you have the strtoul function.  */
213#undef HAVE_STRTOUL
214
215/* Define if you have the tempnam function.  */
216#undef HAVE_TEMPNAM
217
218/* Define if you have the timezone function.  */
219#undef HAVE_TIMEZONE
220
221/* Define if you have the tzset function.  */
222#undef HAVE_TZSET
223
224/* Define if you have the usleep function.  */
225#undef HAVE_USLEEP
226
227/* Define if you have the valloc function.  */
228#undef HAVE_VALLOC
229
230/* Define if you have the vprintf function.  */
231#undef HAVE_VPRINTF
232
233/* Define if you have the wait3 function.  */
234#undef HAVE_WAIT3
235
236/* Define if you have the waitpid function.  */
237#undef HAVE_WAITPID
238
239/* Define if you have the <direct.h> header file.  */
240#undef HAVE_DIRECT_H
241
242/* Define if you have the <dirent.h> header file.  */
243#undef HAVE_DIRENT_H
244
245/* Define if you have the <errno.h> header file.  */
246#undef HAVE_ERRNO_H
247
248/* Define if you have the <fcntl.h> header file.  */
249#undef HAVE_FCNTL_H
250
251/* Define if you have the <gssapi.h> header file.  */
252#undef HAVE_GSSAPI_H
253
254/* Define if you have the <gssapi/gssapi.h> header file.  */
255#undef HAVE_GSSAPI_GSSAPI_H
256
257/* Define if you have the <gssapi/gssapi_generic.h> header file.  */
258#undef HAVE_GSSAPI_GSSAPI_GENERIC_H
259
260/* Define if you have the <io.h> header file.  */
261#undef HAVE_IO_H
262
263/* Define if you have the <krb5.h> header file.  */
264#undef HAVE_KRB5_H
265
266/* Define if you have the <limits.h> header file.  */
267#undef HAVE_LIMITS_H
268
269/* Define if you have the <memory.h> header file.  */
270#undef HAVE_MEMORY_H
271
272/* Define if you have the <ndbm.h> header file.  */
273#undef HAVE_NDBM_H
274
275/* Define if you have the <ndir.h> header file.  */
276#undef HAVE_NDIR_H
277
278/* Define if you have the <string.h> header file.  */
279#undef HAVE_STRING_H
280
281/* Define if you have the <sys/bsdtypes.h> header file.  */
282#undef HAVE_SYS_BSDTYPES_H
283
284/* Define if you have the <sys/dir.h> header file.  */
285#undef HAVE_SYS_DIR_H
286
287/* Define if you have the <sys/file.h> header file.  */
288#undef HAVE_SYS_FILE_H
289
290/* Define if you have the <sys/ndir.h> header file.  */
291#undef HAVE_SYS_NDIR_H
292
293/* Define if you have the <sys/param.h> header file.  */
294#undef HAVE_SYS_PARAM_H
295
296/* Define if you have the <sys/resource.h> header file.  */
297#undef HAVE_SYS_RESOURCE_H
298
299/* Define if you have the <sys/select.h> header file.  */
300#undef HAVE_SYS_SELECT_H
301
302/* Define if you have the <sys/time.h> header file.  */
303#undef HAVE_SYS_TIME_H
304
305/* Define if you have the <sys/timeb.h> header file.  */
306#undef HAVE_SYS_TIMEB_H
307
308/* Define if you have the <syslog.h> header file.  */
309#undef HAVE_SYSLOG_H
310
311/* Define if you have the <unistd.h> header file.  */
312#undef HAVE_UNISTD_H
313
314/* Define if you have the <utime.h> header file.  */
315#undef HAVE_UTIME_H
316
317/* Name of package */
318#undef PACKAGE
319
320/* Version number of package */
321#undef VERSION
322
323/* Path to the pr utility */
324#undef PR_PROGRAM
325
326/* Define if you have GSSAPI with Kerberos version 5 available. */
327#undef HAVE_GSSAPI
328
329/* Define to an alternative value if GSS_C_NT_HOSTBASED_SERVICE isn't defined
330in the gssapi.h header file.  MIT Kerberos 1.2.1 requires this.  Only relevant
331when using GSSAPI. */
332#undef GSS_C_NT_HOSTBASED_SERVICE
333
334