Merge from vendor branch DIFFUTILS:
[dragonfly.git] / gnu / usr.bin / cvs / lib / config.h.proto
1 /* $DragonFly: src/gnu/usr.bin/cvs/lib/config.h.proto,v 1.3 2004/01/20 05:53:42 asmodai Exp $ */
2 /* config.h.  Generated by configure.  */
3 /* config.h.in.  Generated from configure.in by autoheader.  */
4
5 /* Enable AUTH_CLIENT_SUPPORT to enable pserver as a remote access method in
6    the CVS client (default) */
7 #define AUTH_CLIENT_SUPPORT 1
8
9 /* Define if you want to use the password authenticated server. */
10 #define AUTH_SERVER_SUPPORT 1
11
12 /* Define if you want CVS to be able to be a remote repository client. */
13 #define CLIENT_SUPPORT 1
14
15 /* Define to 1 if the `closedir' function returns void instead of `int'. */
16 /* #undef CLOSEDIR_VOID */
17
18 /* The CVS admin command is restricted to the members of the group
19    CVS_ADMIN_GROUP. If this group does not exist, all users are allowed to run
20    CVS admin. To disable the CVS admin command for all users, create an empty
21    CVS_ADMIN_GROUP by running configure with the --with-cvs-admin-group=
22    option. To disable access control for CVS admin, run configure with the
23    --without-cvs-admin-group option in order to comment out the define below.
24    */
25 #define CVS_ADMIN_GROUP "@CVS_ADMIN_GROUP@"
26
27 /* When committing a permanent change, CVS and RCS make a log entry of who
28    committed the change. If you are committing the change logged in as "root"
29    (not under "su" or other root-priv giving program), CVS/RCS cannot
30    determine who is actually making the change. As such, by default, CVS
31    prohibits changes committed by users logged in as "root". You can disable
32    checking by passing the "--enable-rootcommit" option to configure or by
33    commenting out the lines below. */
34 #define CVS_BADROOT 1
35
36 /* The default editor to use, if one does not specify the "-e" option to cvs,
37    or does not have an EDITOR environment variable. If this is not set to an
38    absolute path to an executable, use the shell to find where the editor
39    actually is. This allows sites with /usr/bin/vi or /usr/ucb/vi to work
40    equally well (assuming that their PATH is reasonable). */
41 #define EDITOR_DFLT "vi"
42
43 /* Define to 1 if translation of program messages to the user's native
44    language is requested. */
45 /* #undef ENABLE_NLS */
46
47 /* Define to enable encryption support. */
48 /* #undef ENCRYPTION */
49
50 /* Define if this executable will be running on case insensitive file systems.
51    In the client case, this means that it will request that the server pretend
52    to be case insensitive if it isn't already. */
53 /* #undef FILENAMES_CASE_INSENSITIVE */
54
55 /* When committing or importing files, you must enter a log message. Normally,
56    you can do this either via the -m flag on the command line, the -F flag on
57    the command line, or an editor will be started for you. If you like to use
58    logging templates (the rcsinfo file within the $CVSROOT/CVSROOT directory),
59    you might want to force people to use the editor even if they specify a
60    message with -m or -F. Enabling FORCE_USE_EDITOR will cause the -m or -F
61    message to be appended to the temp file when the editor is started. */
62 /* #undef FORCE_USE_EDITOR */
63
64 /* Define to an alternative value if GSS_C_NT_HOSTBASED_SERVICE isn't defined
65    in the gssapi.h header file. MIT Kerberos 1.2.1 requires this. Only
66    relevant when using GSSAPI. */
67 /* #undef GSS_C_NT_HOSTBASED_SERVICE */
68
69 /* Define to 1 if you have the `atexit' function. */
70 #define HAVE_ATEXIT 1
71
72 /* Define if you have the connect function. */
73 #define HAVE_CONNECT 1
74
75 /* Define if you have the crypt function. */
76 #define HAVE_CRYPT 1
77
78 /* Define if the GNU dcgettext() function is already present or preinstalled.
79    */
80 /* #undef HAVE_DCGETTEXT */
81
82 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
83    you don't. */
84 #define HAVE_DECL_CLEARERR_UNLOCKED 1
85
86 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
87    don't. */
88 #define HAVE_DECL_FEOF_UNLOCKED 1
89
90 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
91    you don't. */
92 #define HAVE_DECL_FERROR_UNLOCKED 1
93
94 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
95    you don't. */
96 #define HAVE_DECL_FFLUSH_UNLOCKED 0
97
98 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
99    you don't. */
100 #define HAVE_DECL_FGETS_UNLOCKED 0
101
102 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
103    you don't. */
104 #define HAVE_DECL_FPUTC_UNLOCKED 0
105
106 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
107    you don't. */
108 #define HAVE_DECL_FPUTS_UNLOCKED 0
109
110 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
111    you don't. */
112 #define HAVE_DECL_FREAD_UNLOCKED 0
113
114 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
115    */
116 #define HAVE_DECL_FREE 1
117
118 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
119    you don't. */
120 #define HAVE_DECL_FWRITE_UNLOCKED 0
121
122 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
123    you don't. */
124 #define HAVE_DECL_GETCHAR_UNLOCKED 1
125
126 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
127    don't. */
128 #define HAVE_DECL_GETC_UNLOCKED 1
129
130 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
131    */
132 #define HAVE_DECL_GETENV 1
133
134 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
135    you don't. */
136 #define HAVE_DECL_PUTCHAR_UNLOCKED 1
137
138 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
139    don't. */
140 #define HAVE_DECL_PUTC_UNLOCKED 1
141
142 /* Define to 1 if you have the <direct.h> header file. */
143 /* #undef HAVE_DIRECT_H */
144
145 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
146    */
147 #define HAVE_DIRENT_H 1
148
149 /* Define to 1 if you have the `dup2' function. */
150 #define HAVE_DUP2 1
151
152 /* Define to 1 if you have the `fchdir' function. */
153 #define HAVE_FCHDIR 1
154
155 /* Define to 1 if you have the `fchmod' function. */
156 #define HAVE_FCHMOD 1
157
158 /* Define to 1 if you have the <fcntl.h> header file. */
159 #define HAVE_FCNTL_H 1
160
161 /* Define to 1 if your system has a working POSIX `fnmatch' function. */
162 #define HAVE_FNMATCH 1
163
164 /* Define to 1 if you have the <fnmatch.h> header file. */
165 #define HAVE_FNMATCH_H 1
166
167 /* Define to 1 if you have the `fork' function. */
168 #define HAVE_FORK 1
169
170 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
171 #define HAVE_FSEEKO 1
172
173 /* Define to 1 if you have the `fsync' function. */
174 #define HAVE_FSYNC 1
175
176 /* Define to 1 if you have the `ftime' function. */
177 /* #undef HAVE_FTIME */
178
179 /* Define to 1 if you have the `ftruncate' function. */
180 #define HAVE_FTRUNCATE 1
181
182 /* Define to 1 if you have the `getdelim' function. */
183 /* #undef HAVE_GETDELIM */
184
185 /* Define to 1 if you have the `geteuid' function. */
186 #define HAVE_GETEUID 1
187
188 /* Define to 1 if you have the `getgroups' function. */
189 #define HAVE_GETGROUPS 1
190
191 /* Define to 1 if you have the `gethostname' function. */
192 #define HAVE_GETHOSTNAME 1
193
194 /* Define to 1 if you have the `getpagesize' function. */
195 #define HAVE_GETPAGESIZE 1
196
197 /* Define if you have the getspnam function. */
198 /* #undef HAVE_GETSPNAM */
199
200 /* Define if the GNU gettext() function is already present or preinstalled. */
201 /* #undef HAVE_GETTEXT */
202
203 /* Define to 1 if you have the `gettimeofday' function. */
204 #define HAVE_GETTIMEOFDAY 1
205
206 /* Define if you have GSSAPI with Kerberos version 5 available. */
207 /* #undef HAVE_GSSAPI */
208
209 /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
210 /* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
211
212 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
213 /* #undef HAVE_GSSAPI_GSSAPI_H */
214
215 /* Define to 1 if you have the <gssapi.h> header file. */
216 /* #undef HAVE_GSSAPI_H */
217
218 /* Define if you have the iconv() function. */
219 /* #undef HAVE_ICONV */
220
221 /* Define to 1 if you have the `initgroups' function. */
222 #define HAVE_INITGROUPS 1
223
224 /* Define to 1 if you have the <inttypes.h> header file. */
225 #define HAVE_INTTYPES_H 1
226
227 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
228    declares uintmax_t. */
229 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
230
231 /* Define to 1 if you have the <io.h> header file. */
232 /* #undef HAVE_IO_H */
233
234 /* Define if you have MIT Kerberos version 4 available. */
235 /* #undef HAVE_KERBEROS */
236
237 /* Define to 1 if you have the <krb5.h> header file. */
238 /* #undef HAVE_KRB5_H */
239
240 /* Define to 1 if you have the `krb_get_err_text' function. */
241 /* #undef HAVE_KRB_GET_ERR_TEXT */
242
243 /* Define to 1 if you have the `krb' library (-lkrb). */
244 /* #undef HAVE_LIBKRB */
245
246 /* Define to 1 if you have the `krb4' library (-lkrb4). */
247 /* #undef HAVE_LIBKRB4 */
248
249 /* Define to 1 if you have the `nsl' library (-lnsl). */
250 /* #undef HAVE_LIBNSL */
251
252 /* Define to 1 if you have the `login' function. */
253 /* #undef HAVE_LOGIN */
254
255 /* Define to 1 if you have the `logout' function. */
256 /* #undef HAVE_LOGOUT */
257
258 /* Define to 1 if you support file names longer than 14 characters. */
259 #define HAVE_LONG_FILE_NAMES 1
260
261 /* Define to 1 if `lstat' has the bug that it succeeds when given the
262    zero-length file name argument. */
263 /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
264
265 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
266    to 0 otherwise. */
267 #define HAVE_MALLOC 1
268
269 /* Define if you have memchr (always for CVS). */
270 #define HAVE_MEMCHR 1
271
272 /* Define to 1 if you have the `memmove' function. */
273 #define HAVE_MEMMOVE 1
274
275 /* Define to 1 if you have the <memory.h> header file. */
276 #define HAVE_MEMORY_H 1
277
278 /* Define to 1 if you have the `mkdir' function. */
279 #define HAVE_MKDIR 1
280
281 /* Define to 1 if you have the `mknod' function. */
282 #define HAVE_MKNOD 1
283
284 /* Define to 1 if you have the `mkstemp' function. */
285 #define HAVE_MKSTEMP 1
286
287 /* Define to 1 if you have a working `mmap' system call. */
288 #define HAVE_MMAP 1
289
290 /* Define to 1 if you have the `nanosleep' function. */
291 #define HAVE_NANOSLEEP 1
292
293 /* Define to 1 if you have the <ndbm.h> header file. */
294 #define HAVE_NDBM_H 1
295
296 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
297 /* #undef HAVE_NDIR_H */
298
299 /* Define to enable system authentication with PAM instead of using the simple
300    getpwnam interface. This allows authentication (in theory) with any PAM
301    module, e.g. on systems with shadow passwords or via LDAP */
302 /* #undef HAVE_PAM */
303
304 /* Define to 1 if the `printf' function supports the %p format for printing
305    pointers. */
306 #define HAVE_PRINTF_PTR 1
307
308 /* Define to 1 if you have the `putenv' function. */
309 #define HAVE_PUTENV 1
310
311 /* Define to 1 if you have the `readlink' function. */
312 #define HAVE_READLINK 1
313
314 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
315    and to 0 otherwise. */
316 #define HAVE_REALLOC 1
317
318 /* Define to 1 if you have the `regcomp' function. */
319 #define HAVE_REGCOMP 1
320
321 /* Define to 1 if you have the `regerror' function. */
322 #define HAVE_REGERROR 1
323
324 /* Define to 1 if you have the `regexec' function. */
325 #define HAVE_REGEXEC 1
326
327 /* Define to 1 if you have the `regfree' function. */
328 #define HAVE_REGFREE 1
329
330 /* Define to 1 if you have the `rename' function. */
331 #define HAVE_RENAME 1
332
333 /* Define to 1 if you have the `select' function. */
334 /* #undef HAVE_SELECT */
335
336 /* Define if the diff library should use setmode for binary files. */
337 /* #undef HAVE_SETMODE */
338
339 /* Define to 1 if you have the `sigaction' function. */
340 #define HAVE_SIGACTION 1
341
342 /* Define to 1 if you have the `sigblock' function. */
343 #define HAVE_SIGBLOCK 1
344
345 /* Define to 1 if you have the `sigprocmask' function. */
346 #define HAVE_SIGPROCMASK 1
347
348 /* Define to 1 if you have the `sigsetmask' function. */
349 #define HAVE_SIGSETMASK 1
350
351 /* Define to 1 if you have the `sigvec' function. */
352 #define HAVE_SIGVEC 1
353
354 /* Define to 1 if `stat' has the bug that it succeeds when given the
355    zero-length file name argument. */
356 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
357
358 /* Define to 1 if you have the <stdint.h> header file. */
359 #define HAVE_STDINT_H 1
360
361 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
362    uintmax_t. */
363 #define HAVE_STDINT_H_WITH_UINTMAX 1
364
365 /* Define to 1 if you have the <stdlib.h> header file. */
366 #define HAVE_STDLIB_H 1
367
368 /* Define if you have strchr (always for CVS). */
369 #define HAVE_STRCHR 1
370
371 /* Define to 1 if you have the `strerror' function. */
372 #define HAVE_STRERROR 1
373
374 /* Define to 1 if you have the <strings.h> header file. */
375 #define HAVE_STRINGS_H 1
376
377 /* Define to 1 if you have the <string.h> header file. */
378 #define HAVE_STRING_H 1
379
380 /* Define to 1 if you have the `strstr' function. */
381 #define HAVE_STRSTR 1
382
383 /* Define to 1 if you have the `strtoul' function. */
384 #define HAVE_STRTOUL 1
385
386 /* Define to 1 if `st_blksize' is member of `struct stat'. */
387 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
388
389 /* Define to 1 if `st_rdev' is member of `struct stat'. */
390 #define HAVE_STRUCT_STAT_ST_RDEV 1
391
392 /* Define to 1 if you have the <syslog.h> header file. */
393 #define HAVE_SYSLOG_H 1
394
395 /* Define to 1 if you have the <sys/bsdtypes.h> header file. */
396 /* #undef HAVE_SYS_BSDTYPES_H */
397
398 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
399    */
400 /* #undef HAVE_SYS_DIR_H */
401
402 /* Define to 1 if you have the <sys/file.h> header file. */
403 #define HAVE_SYS_FILE_H 1
404
405 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
406    */
407 /* #undef HAVE_SYS_NDIR_H */
408
409 /* Define to 1 if you have the <sys/param.h> header file. */
410 #define HAVE_SYS_PARAM_H 1
411
412 /* Define to 1 if you have the <sys/resource.h> header file. */
413 #define HAVE_SYS_RESOURCE_H 1
414
415 /* Define to 1 if you have the <sys/select.h> header file. */
416 #define HAVE_SYS_SELECT_H 1
417
418 /* Define to 1 if you have the <sys/stat.h> header file. */
419 #define HAVE_SYS_STAT_H 1
420
421 /* Define to 1 if you have the <sys/timeb.h> header file. */
422 #define HAVE_SYS_TIMEB_H 1
423
424 /* Define to 1 if you have the <sys/time.h> header file. */
425 #define HAVE_SYS_TIME_H 1
426
427 /* Define to 1 if you have the <sys/types.h> header file. */
428 #define HAVE_SYS_TYPES_H 1
429
430 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
431 #define HAVE_SYS_WAIT_H 1
432
433 /* Define to 1 if you have the `timezone' function. */
434 #define HAVE_TIMEZONE 1
435
436 /* Define to 1 if you have the `tzset' function. */
437 #define HAVE_TZSET 1
438
439 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
440 #define HAVE_UINTMAX_T 1
441
442 /* Define to 1 if you have the `uname' function. */
443 /* #undef HAVE_UNAME */
444
445 /* Define to 1 if you have the <unistd.h> header file. */
446 #define HAVE_UNISTD_H 1
447
448 /* Define if you have the 'unsigned long long' type. */
449 #define HAVE_UNSIGNED_LONG_LONG 1
450
451 /* Define to 1 if you have the `usleep' function. */
452 /* #undef HAVE_USLEEP */
453
454 /* Define to 1 if you have the <utime.h> header file. */
455 #define HAVE_UTIME_H 1
456
457 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
458 #define HAVE_UTIME_NULL 1
459
460 /* Define to 1 if you have the `valloc' function. */
461 #define HAVE_VALLOC 1
462
463 /* Define to 1 if you have the `vfork' function. */
464 #define HAVE_VFORK 1
465
466 /* Define to 1 if you have the <vfork.h> header file. */
467 /* #undef HAVE_VFORK_H */
468
469 /* Define to 1 if you have the `vprintf' function. */
470 #define HAVE_VPRINTF 1
471
472 /* Define to 1 if you have the `wait3' function. */
473 #define HAVE_WAIT3 1
474
475 /* Define to 1 if you have the `waitpid' function. */
476 #define HAVE_WAITPID 1
477
478 /* Define to 1 if `fork' works. */
479 #define HAVE_WORKING_FORK 1
480
481 /* Define to 1 if `vfork' works. */
482 #define HAVE_WORKING_VFORK 1
483
484 /* Define to 1 if you have the <zlib.h> header file. */
485 #define HAVE_ZLIB_H 1
486
487 /* Define to 1 if you have the `__secure_getenv' function. */
488 /* #undef HAVE___SECURE_GETENV */
489
490 /* Define to include locking code which prevents versions of CVS earlier than
491    1.12.4 directly accessing the same repositiory as this executable from
492    ignoring this executable's promotable read locks. If only CVS versions
493    1.12.4 and later will be accessing your repository directly (as a server or
494    locally), you can safely disable this option in return for fewer disk
495    accesses and a small speed increase. Disabling this option when versions of
496    CVS earlier than 1,12,4 _will_ be accessing your repository, however, is
497    *VERY* *VERY* *VERY* dangerous and could result in data loss. As such, by
498    default, CVS is compiled with this code enabled. If you are sure you would
499    like this code disabled, you can disable it by passing the
500    "--disable-lock-compatibility" option to configure or by commenting out the
501    lines below. */
502 #define LOCK_COMPATIBILITY 1
503
504 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
505    slash. */
506 /* #undef LSTAT_FOLLOWS_SLASHED_SYMLINK */
507
508 /* By default, CVS stores its modules and other such items in flat text files
509    (MY_NDBM enables this). Turning off MY_NDBM causes CVS to look for a
510    system-supplied ndbm database library and use it instead. That may speed
511    things up, but the default setting generally works fine too. */
512 #define MY_NDBM 1
513
514 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
515 /* #undef NO_MINUS_C_MINUS_O */
516
517 /* Define to the address where bug reports for this package should be sent. */
518 #define PACKAGE_BUGREPORT "bug-cvs@gnu.org"
519
520 /* Define to the full name of this package. */
521 #define PACKAGE_NAME "Concurrent Versions System (CVS)"
522
523 /* Define to the full name and version of this package. */
524 #define PACKAGE_STRING "Concurrent Versions System (CVS) @VERSION@"
525
526 /* Define to the one symbol short name of this package. */
527 #define PACKAGE_TARNAME "cvs"
528
529 /* Define to the version of this package. */
530 #define PACKAGE_VERSION "@VERSION@"
531
532 /* Define to set a service name for PAM. This must be defined. Define to
533    `program_name', without the quotes, to use whatever name CVS was invoked
534    as. Otherwise, define to a double-quoted literal string, such as `"cvs"'.
535    */
536 #define PAM_SERVICE_NAME "cvs"
537
538 /* Path to the pr utility */
539 #define PR_PROGRAM "/usr/bin/pr"
540
541 /* Define to force lib/regex.c to use malloc instead of alloca. */
542 #define REGEX_MALLOC 1
543
544 /* Define as the return type of signal handlers (`int' or `void'). */
545 #define RETSIGTYPE void
546
547 /* The default remote shell to use, if one does not specify the CVS_RSH
548    environment variable. */
549 #define RSH_DFLT "ssh"
550
551 /* If you are working with a large remote repository and a 'cvs checkout' is
552    swamping your network and memory, define these to enable flow control. You
553    will end up with even less probability of a consistent checkout (see
554    Concurrency in cvs.texinfo), but CVS doesn't try to guarantee that anyway.
555    The master server process will monitor how far it is getting behind, if it
556    reaches the high water mark, it will signal the child process to stop
557    generating data when convenient (ie: no locks are held, currently at the
558    beginning of a new directory). Once the buffer has drained sufficiently to
559    reach the low water mark, it will be signalled to start again. */
560 #define SERVER_FLOWCONTROL 1
561
562 /* The high water mark in bytes for server flow control. Required if
563    SERVER_FLOWCONTROL is defined, and useless otherwise. */
564 #define SERVER_HI_WATER (2 * 1024 * 1024)
565
566 /* The low water mark in bytes for server flow control. Required if
567    SERVER_FLOWCONTROL is defined, and useless otherwise. */
568 #define SERVER_LO_WATER (1 * 1024 * 1024)
569
570 /* Define if you want CVS to be able to serve repositories to remote clients.
571    */
572 #define SERVER_SUPPORT 1
573
574 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
575 /* #undef STAT_MACROS_BROKEN */
576
577 /* Define to 1 if you have the ANSI C header files. */
578 #define STDC_HEADERS 1
579
580 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
581 #define TIME_WITH_SYS_TIME 1
582
583 /* Directory used for storing temporary files, if not overridden by
584    environment variables or the -T global option. There should be little need
585    to change this (-T is a better mechanism if you need to use a different
586    directory for temporary files). */
587 #define TMPDIR_DFLT "@TMPDIR_DFLT@"
588
589 /* The default umask to use when creating or otherwise setting file or
590    directory permissions in the repository. Must be a value in the range of 0
591    through 0777. For example, a value of 002 allows group rwx access and world
592    rx access; a value of 007 allows group rwx access but no world access. This
593    value is overridden by the value of the CVSUMASK environment variable,
594    which is interpreted as an octal number. */
595 #define UMASK_DFLT @UMASK_DFLT@
596
597 /* Define if setmode is required when writing binary data to stdout. */
598 /* #undef USE_SETMODE_STDOUT */
599
600 /* Define if utime requires write access to the file (true on Windows, but not
601    Unix). */
602 /* #undef UTIME_EXPECTS_WRITABLE */
603
604 /* Define to 1 if on AIX 3.
605    System headers sometimes define this.
606    We just want to avoid a redefinition error message.  */
607 #ifndef _ALL_SOURCE
608 /* # undef _ALL_SOURCE */
609 #endif
610
611 /* Number of bits in a file offset, on hosts where this is settable. */
612 /* #undef _FILE_OFFSET_BITS */
613
614 /* Enable GNU extensions on systems that have them.  */
615 #ifndef _GNU_SOURCE
616 # define _GNU_SOURCE 1
617 #endif
618
619 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
620 /* #undef _LARGEFILE_SOURCE */
621
622 /* Define for large files, on AIX-style hosts. */
623 /* #undef _LARGE_FILES */
624
625 /* Define to 1 if on MINIX. */
626 /* #undef _MINIX */
627
628 /* Define to 2 if the system does not provide POSIX.1 features except with
629    this defined. */
630 /* #undef _POSIX_1_SOURCE */
631
632 /* Define to 1 if you need to in order for `stat' and other things to work. */
633 /* #undef _POSIX_SOURCE */
634
635 /* Define to force lib/regex.c to define re_comp et al. */
636 #define _REGEX_RE_COMP 1
637
638 /* Define to empty if `const' does not conform to ANSI C. */
639 /* #undef const */
640
641 /* Define to a replacement function name for getline(). */
642 #define getline gnu_getline
643
644 /* We want to always use the GNULIB version of getpass which we have in lib,
645    so define getpass to something that won't conflict with any existing system
646    declarations. */
647 #define getpass gnu_getpass
648
649 /* Define to `int' if <sys/types.h> doesn't define. */
650 /* #undef gid_t */
651
652 /* Define to rpl_malloc if the replacement function should be used. */
653 /* #undef malloc */
654
655 /* Define to rpl_mkstemp if the replacement function should be used. */
656 /* #undef mkstemp */
657
658 /* Define to `int' if <sys/types.h> does not define. */
659 /* #undef mode_t */
660
661 /* Define to `int' if <sys/types.h> does not define. */
662 /* #undef pid_t */
663
664 /* Define to rpl_realloc if the replacement function should be used. */
665 /* #undef realloc */
666
667 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
668    supported. Do not define if restrict is supported directly. */
669 #define restrict __restrict
670
671 /* Define as a signed type of the same size as size_t. */
672 /* #undef ssize_t */
673
674 /* Define to `int' if <sys/types.h> doesn't define. */
675 /* #undef uid_t */
676
677 /* Define to unsigned long or unsigned long long if <stdint.h> and
678    <inttypes.h> don't define. */
679 /* #undef uintmax_t */
680
681 /* Define as `fork' if `vfork' does not work. */
682 /* #undef vfork */