1107484Speter/* config.h.in.  Generated from configure.in by autoheader.  */
217721Speter
3107484Speter/* Enable AUTH_CLIENT_SUPPORT to enable pserver as a remote access method in
4107484Speter   the CVS client (default) */
5107484Speter#undef AUTH_CLIENT_SUPPORT
617721Speter
7107484Speter/* Define if you want to use the password authenticated server. */
8107484Speter#undef AUTH_SERVER_SUPPORT
932785Speter
10107484Speter/* Define if you want CVS to be able to be a remote repository client. */
11107484Speter#undef CLIENT_SUPPORT
1217721Speter
13107484Speter/* Define to 1 if the `closedir' function returns void instead of `int'. */
14107484Speter#undef CLOSEDIR_VOID
1517721Speter
16109655Speter/* The CVS admin command is restricted to the members of the group
17109655Speter   CVS_ADMIN_GROUP. If this group does not exist, all users are allowed to run
18109655Speter   CVS admin. To disable the CVS admin command for all users, create an empty
19109655Speter   CVS_ADMIN_GROUP by running configure with the --with-cvs-admin-group=
20109655Speter   option. To disable access control for CVS admin, run configure with the
21109655Speter   --without-cvs-admin-group option in order to comment out the define below.
22109655Speter   */
23109655Speter#undef CVS_ADMIN_GROUP
24109655Speter
25107484Speter/* When committing a permanent change, CVS and RCS make a log entry of who
26107484Speter   committed the change. If you are committing the change logged in as "root"
27107484Speter   (not under "su" or other root-priv giving program), CVS/RCS cannot
28107484Speter   determine who is actually making the change. As such, by default, CVS
29107484Speter   prohibits changes committed by users logged in as "root". You can disable
30107484Speter   checking by passing the "--enable-rootcommit" option to configure or by
31107484Speter   commenting out the lines below. */
32107484Speter#undef CVS_BADROOT
3366525Speter
34107484Speter/* The default editor to use, if one does not specify the "-e" option to cvs,
35107484Speter   or does not have an EDITOR environment variable. If this is not set to an
36107484Speter   absolute path to an executable, use the shell to find where the editor
37107484Speter   actually is. This allows sites with /usr/bin/vi or /usr/ucb/vi to work
38107484Speter   equally well (assuming that their PATH is reasonable). */
39107484Speter#undef EDITOR_DFLT
4017721Speter
41107484Speter/* Define to enable encryption support. */
42107484Speter#undef ENCRYPTION
43102840Speter
44128266Speter/* Define if this executable will be running on case insensitive file systems.
45128266Speter   In the client case, this means that it will request that the server pretend
46128266Speter   to be case insensitive if it isn't already. */
47128266Speter#undef FILENAMES_CASE_INSENSITIVE
48128266Speter
49107484Speter/* When committing or importing files, you must enter a log message. Normally,
50107484Speter   you can do this either via the -m flag on the command line, the -F flag on
51107484Speter   the command line, or an editor will be started for you. If you like to use
52128266Speter   logging templates (the rcsinfo file within the $CVSROOT/CVSROOT directory),
53107484Speter   you might want to force people to use the editor even if they specify a
54107484Speter   message with -m or -F. Enabling FORCE_USE_EDITOR will cause the -m or -F
55107484Speter   message to be appended to the temp file when the editor is started. */
56107484Speter#undef FORCE_USE_EDITOR
5732785Speter
58107484Speter/* Define to an alternative value if GSS_C_NT_HOSTBASED_SERVICE isn't defined
59107484Speter   in the gssapi.h header file. MIT Kerberos 1.2.1 requires this. Only
60107484Speter   relevant when using GSSAPI. */
61107484Speter#undef GSS_C_NT_HOSTBASED_SERVICE
6266525Speter
63107484Speter/* Define if you have the connect function. */
64107484Speter#undef HAVE_CONNECT
6517721Speter
66107484Speter/* Define if you have the crypt function. */
67107484Speter#undef HAVE_CRYPT
6817721Speter
69107484Speter/* Define to 1 if you have the <direct.h> header file. */
70107484Speter#undef HAVE_DIRECT_H
7132785Speter
72107484Speter/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
73107484Speter   */
74107484Speter#undef HAVE_DIRENT_H
7517721Speter
76107484Speter/* Define to 1 if you have the `dup2' function. */
77107484Speter#undef HAVE_DUP2
7817721Speter
79107484Speter/* Define to 1 if you have the <errno.h> header file. */
80107484Speter#undef HAVE_ERRNO_H
81102840Speter
82107484Speter/* Define to 1 if you have the `fchdir' function. */
83107484Speter#undef HAVE_FCHDIR
8417721Speter
85107484Speter/* Define to 1 if you have the `fchmod' function. */
86107484Speter#undef HAVE_FCHMOD
8717721Speter
88107484Speter/* Define to 1 if you have the <fcntl.h> header file. */
89107484Speter#undef HAVE_FCNTL_H
9017721Speter
91128266Speter/* Define to 1 if your system has a working POSIX `fnmatch' function. */
92107484Speter#undef HAVE_FNMATCH
9317721Speter
94107484Speter/* Define to 1 if you have the <fnmatch.h> header file. */
95107484Speter#undef HAVE_FNMATCH_H
9617721Speter
97107484Speter/* Define to 1 if you have the `fork' function. */
98107484Speter#undef HAVE_FORK
9917721Speter
100107484Speter/* Define to 1 if you have the `fsync' function. */
101107484Speter#undef HAVE_FSYNC
10217721Speter
103107484Speter/* Define to 1 if you have the `ftime' function. */
104107484Speter#undef HAVE_FTIME
10517721Speter
106107484Speter/* Define to 1 if you have the `ftruncate' function. */
107107484Speter#undef HAVE_FTRUNCATE
10817721Speter
109107484Speter/* Define to 1 if you have the `geteuid' function. */
110107484Speter#undef HAVE_GETEUID
11132785Speter
112107484Speter/* Define to 1 if you have the `getgroups' function. */
113107484Speter#undef HAVE_GETGROUPS
11417721Speter
115107484Speter/* Define to 1 if you have the `gethostname' function. */
116107484Speter#undef HAVE_GETHOSTNAME
11717721Speter
118107484Speter/* Define to 1 if you have the `getopt' function. */
119107484Speter#undef HAVE_GETOPT
12017721Speter
121107484Speter/* Define to 1 if you have the `getpagesize' function. */
122107484Speter#undef HAVE_GETPAGESIZE
12317721Speter
124107484Speter/* Define if you have the getspnam function. */
125107484Speter#undef HAVE_GETSPNAM
12617721Speter
127107484Speter/* Define to 1 if you have the `gettimeofday' function. */
128107484Speter#undef HAVE_GETTIMEOFDAY
12932785Speter
130107484Speter/* Define if you have GSSAPI with Kerberos version 5 available. */
131107484Speter#undef HAVE_GSSAPI
13232785Speter
133107484Speter/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
134107484Speter#undef HAVE_GSSAPI_GSSAPI_GENERIC_H
13532785Speter
136107484Speter/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
137107484Speter#undef HAVE_GSSAPI_GSSAPI_H
13832785Speter
139107484Speter/* Define to 1 if you have the <gssapi.h> header file. */
140107484Speter#undef HAVE_GSSAPI_H
14132785Speter
142107484Speter/* Define to 1 if you have the `initgroups' function. */
143107484Speter#undef HAVE_INITGROUPS
14425839Speter
145107484Speter/* Define to 1 if you have the <inttypes.h> header file. */
146107484Speter#undef HAVE_INTTYPES_H
14766525Speter
148107484Speter/* Define to 1 if you have the <io.h> header file. */
149107484Speter#undef HAVE_IO_H
15066525Speter
151107484Speter/* Define if you have MIT Kerberos version 4 available. */
152107484Speter#undef HAVE_KERBEROS
15366525Speter
154107484Speter/* Define to 1 if you have the <krb5.h> header file. */
155107484Speter#undef HAVE_KRB5_H
15666525Speter
157107484Speter/* Define to 1 if you have the `krb_get_err_text' function. */
158107484Speter#undef HAVE_KRB_GET_ERR_TEXT
15917721Speter
160128266Speter/* Define to 1 if you have the `krb' library (-lkrb). */
161128266Speter#undef HAVE_LIBKRB
162128266Speter
163128266Speter/* Define to 1 if you have the `krb4' library (-lkrb4). */
164128266Speter#undef HAVE_LIBKRB4
165128266Speter
166107484Speter/* Define to 1 if you have the `nsl' library (-lnsl). */
167107484Speter#undef HAVE_LIBNSL
16817721Speter
169107484Speter/* Define to 1 if you have the <limits.h> header file. */
170107484Speter#undef HAVE_LIMITS_H
17117721Speter
172107484Speter/* Define to 1 if you have the `login' function. */
173107484Speter#undef HAVE_LOGIN
17417721Speter
175107484Speter/* Define to 1 if you have the `logout' function. */
176107484Speter#undef HAVE_LOGOUT
17717721Speter
178107484Speter/* Define to 1 if you support file names longer than 14 characters. */
179107484Speter#undef HAVE_LONG_FILE_NAMES
18081404Speter
181107484Speter/* Define if you have memchr (always for CVS). */
182107484Speter#undef HAVE_MEMCHR
18317721Speter
184107484Speter/* Define to 1 if you have the `memmove' function. */
185107484Speter#undef HAVE_MEMMOVE
18625839Speter
187107484Speter/* Define to 1 if you have the <memory.h> header file. */
188107484Speter#undef HAVE_MEMORY_H
18981404Speter
190107484Speter/* Define to 1 if you have the `mkdir' function. */
19166525Speter#undef HAVE_MKDIR
19266525Speter
193107484Speter/* Define to 1 if you have the `mknod' function. */
19466525Speter#undef HAVE_MKNOD
19566525Speter
196107484Speter/* Define to 1 if you have the `mkstemp' function. */
19781404Speter#undef HAVE_MKSTEMP
19881404Speter
199107484Speter/* Define to 1 if you have the `mktemp' function. */
20025839Speter#undef HAVE_MKTEMP
20125839Speter
202107484Speter/* Define to 1 if you have a working `mmap' system call. */
203107484Speter#undef HAVE_MMAP
204107484Speter
205107484Speter/* Define to 1 if you have the `nanosleep' function. */
20681404Speter#undef HAVE_NANOSLEEP
20781404Speter
208107484Speter/* Define to 1 if you have the <ndbm.h> header file. */
209107484Speter#undef HAVE_NDBM_H
210107484Speter
211107484Speter/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
212107484Speter#undef HAVE_NDIR_H
213107484Speter
214107484Speter/* Define to 1 if you have the `putenv' function. */
21517721Speter#undef HAVE_PUTENV
21617721Speter
217107484Speter/* Define to 1 if you have the `readlink' function. */
21825839Speter#undef HAVE_READLINK
21917721Speter
220107484Speter/* Define to 1 if you have the `regcomp' function. */
221107484Speter#undef HAVE_REGCOMP
222107484Speter
223107484Speter/* Define to 1 if you have the `regerror' function. */
224107484Speter#undef HAVE_REGERROR
225107484Speter
226107484Speter/* Define to 1 if you have the `regexec' function. */
227107484Speter#undef HAVE_REGEXEC
228107484Speter
229107484Speter/* Define to 1 if you have the `regfree' function. */
230107484Speter#undef HAVE_REGFREE
231107484Speter
232107484Speter/* Define to 1 if you have the `rename' function. */
23366525Speter#undef HAVE_RENAME
23466525Speter
235107484Speter/* Define to 1 if you have the `select' function. */
23681404Speter#undef HAVE_SELECT
23781404Speter
238107484Speter/* Define if the diff library should use setmode for binary files. */
239107484Speter#undef HAVE_SETMODE
240107484Speter
241107484Speter/* Define to 1 if you have the `sigaction' function. */
24217721Speter#undef HAVE_SIGACTION
24317721Speter
244107484Speter/* Define to 1 if you have the `sigblock' function. */
24517721Speter#undef HAVE_SIGBLOCK
24617721Speter
247107484Speter/* Define to 1 if you have the `sigprocmask' function. */
24817721Speter#undef HAVE_SIGPROCMASK
24917721Speter
250107484Speter/* Define to 1 if you have the `sigsetmask' function. */
25117721Speter#undef HAVE_SIGSETMASK
25217721Speter
253107484Speter/* Define to 1 if you have the `sigvec' function. */
25417721Speter#undef HAVE_SIGVEC
25517721Speter
256107484Speter/* Define to 1 if you have the <stdint.h> header file. */
257107484Speter#undef HAVE_STDINT_H
258107484Speter
259107484Speter/* Define to 1 if you have the <stdlib.h> header file. */
260107484Speter#undef HAVE_STDLIB_H
261107484Speter
262107484Speter/* Define if you have strchr (always for CVS). */
263107484Speter#undef HAVE_STRCHR
264107484Speter
265107484Speter/* Define to 1 if you have the `strerror' function. */
26666525Speter#undef HAVE_STRERROR
26766525Speter
268107484Speter/* Define to 1 if you have the <strings.h> header file. */
269107484Speter#undef HAVE_STRINGS_H
270107484Speter
271107484Speter/* Define to 1 if you have the <string.h> header file. */
272107484Speter#undef HAVE_STRING_H
273107484Speter
274107484Speter/* Define to 1 if you have the `strstr' function. */
27566525Speter#undef HAVE_STRSTR
27666525Speter
277107484Speter/* Define to 1 if you have the `strtoul' function. */
27866525Speter#undef HAVE_STRTOUL
27966525Speter
280107484Speter/* Define to 1 if `st_blksize' is member of `struct stat'. */
281107484Speter#undef HAVE_STRUCT_STAT_ST_BLKSIZE
282107484Speter
283107484Speter/* Define to 1 if `st_rdev' is member of `struct stat'. */
284107484Speter#undef HAVE_STRUCT_STAT_ST_RDEV
285107484Speter
286107484Speter/* Define to 1 if you have the <syslog.h> header file. */
287107484Speter#undef HAVE_SYSLOG_H
288107484Speter
289107484Speter/* Define to 1 if you have the <sys/bsdtypes.h> header file. */
290107484Speter#undef HAVE_SYS_BSDTYPES_H
291107484Speter
292107484Speter/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
293107484Speter   */
294107484Speter#undef HAVE_SYS_DIR_H
295107484Speter
296107484Speter/* Define to 1 if you have the <sys/file.h> header file. */
297107484Speter#undef HAVE_SYS_FILE_H
298107484Speter
299107484Speter/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
300107484Speter   */
301107484Speter#undef HAVE_SYS_NDIR_H
302107484Speter
303107484Speter/* Define to 1 if you have the <sys/param.h> header file. */
304107484Speter#undef HAVE_SYS_PARAM_H
305107484Speter
306107484Speter/* Define to 1 if you have the <sys/resource.h> header file. */
307107484Speter#undef HAVE_SYS_RESOURCE_H
308107484Speter
309107484Speter/* Define to 1 if you have the <sys/select.h> header file. */
310107484Speter#undef HAVE_SYS_SELECT_H
311107484Speter
312107484Speter/* Define to 1 if you have the <sys/stat.h> header file. */
313107484Speter#undef HAVE_SYS_STAT_H
314107484Speter
315107484Speter/* Define to 1 if you have the <sys/timeb.h> header file. */
316107484Speter#undef HAVE_SYS_TIMEB_H
317107484Speter
318107484Speter/* Define to 1 if you have the <sys/time.h> header file. */
319107484Speter#undef HAVE_SYS_TIME_H
320107484Speter
321107484Speter/* Define to 1 if you have the <sys/types.h> header file. */
322107484Speter#undef HAVE_SYS_TYPES_H
323107484Speter
324107484Speter/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
325107484Speter#undef HAVE_SYS_WAIT_H
326107484Speter
327107484Speter/* Define to 1 if you have the `tempnam' function. */
32825839Speter#undef HAVE_TEMPNAM
32925839Speter
330107484Speter/* Define to 1 if you have the `timezone' function. */
33117721Speter#undef HAVE_TIMEZONE
33217721Speter
333107484Speter/* Define to 1 if you have the `tzset' function. */
33425839Speter#undef HAVE_TZSET
33525839Speter
336107484Speter/* Define to 1 if you have the <unistd.h> header file. */
337107484Speter#undef HAVE_UNISTD_H
338107484Speter
339107484Speter/* Define to 1 if you have the `usleep' function. */
34081404Speter#undef HAVE_USLEEP
34181404Speter
342107484Speter/* Define to 1 if you have the <utime.h> header file. */
343107484Speter#undef HAVE_UTIME_H
344107484Speter
345107484Speter/* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
346107484Speter#undef HAVE_UTIME_NULL
347107484Speter
348107484Speter/* Define to 1 if you have the `valloc' function. */
34966525Speter#undef HAVE_VALLOC
35066525Speter
351107484Speter/* Define to 1 if you have the `vfork' function. */
352107484Speter#undef HAVE_VFORK
353107484Speter
354107484Speter/* Define to 1 if you have the <vfork.h> header file. */
355107484Speter#undef HAVE_VFORK_H
356107484Speter
357107484Speter/* Define to 1 if you have the `vprintf' function. */
35817721Speter#undef HAVE_VPRINTF
35917721Speter
360107484Speter/* Define to 1 if you have the `wait3' function. */
36125839Speter#undef HAVE_WAIT3
36225839Speter
363107484Speter/* Define to 1 if you have the `waitpid' function. */
36466525Speter#undef HAVE_WAITPID
36566525Speter
366107484Speter/* Define to 1 if `fork' works. */
367107484Speter#undef HAVE_WORKING_FORK
36817721Speter
369107484Speter/* Define to 1 if `vfork' works. */
370107484Speter#undef HAVE_WORKING_VFORK
37117721Speter
372109655Speter/* By default, CVS stores its modules and other such items in flat text files
373109655Speter   (MY_NDBM enables this). Turning off MY_NDBM causes CVS to look for a
374109655Speter   system-supplied ndbm database library and use it instead. That may speed
375109655Speter   things up, but the default setting generally works fine too. */
376109655Speter#undef MY_NDBM
377109655Speter
378107484Speter/* Define to 1 if your C compiler doesn't accept -c and -o together. */
379107484Speter#undef NO_MINUS_C_MINUS_O
38017721Speter
381107484Speter/* Define to the address where bug reports for this package should be sent. */
382107484Speter#undef PACKAGE_BUGREPORT
38317721Speter
384107484Speter/* Define to the full name of this package. */
385107484Speter#undef PACKAGE_NAME
38644852Speter
387107484Speter/* Define to the full name and version of this package. */
388107484Speter#undef PACKAGE_STRING
38944852Speter
390107484Speter/* Define to the one symbol short name of this package. */
391107484Speter#undef PACKAGE_TARNAME
39244852Speter
393107484Speter/* Define to the version of this package. */
394107484Speter#undef PACKAGE_VERSION
39517721Speter
396107484Speter/* Path to the pr utility */
397107484Speter#undef PR_PROGRAM
39866525Speter
399107484Speter/* Define to force lib/regex.c to use malloc instead of alloca. */
400107484Speter#undef REGEX_MALLOC
40132785Speter
402107484Speter/* Define as the return type of signal handlers (`int' or `void'). */
403107484Speter#undef RETSIGTYPE
40417721Speter
405175261Sobrien/* The default remote shell to use, if one does not specify the CVS_RSH
406175261Sobrien   environment variable. */
407175261Sobrien#undef RSH_DFLT
408175261Sobrien
409107484Speter/* If you are working with a large remote repository and a 'cvs checkout' is
410107484Speter   swamping your network and memory, define these to enable flow control. You
411107484Speter   will end up with even less probability of a consistent checkout (see
412107484Speter   Concurrency in cvs.texinfo), but CVS doesn't try to guarantee that anyway.
413107484Speter   The master server process will monitor how far it is getting behind, if it
414107484Speter   reaches the high water mark, it will signal the child process to stop
415107484Speter   generating data when convenient (ie: no locks are held, currently at the
416107484Speter   beginning of a new directory). Once the buffer has drained sufficiently to
417107484Speter   reach the low water mark, it will be signalled to start again. */
418107484Speter#undef SERVER_FLOWCONTROL
41917721Speter
420107484Speter/* The high water mark in bytes for server flow control. Required if
421107484Speter   SERVER_FLOWCONTROL is defined, and useless otherwise. */
422107484Speter#undef SERVER_HI_WATER
42317721Speter
424107484Speter/* The low water mark in bytes for server flow control. Required if
425107484Speter   SERVER_FLOWCONTROL is defined, and useless otherwise. */
426107484Speter#undef SERVER_LO_WATER
427102840Speter
428107484Speter/* Define if you want CVS to be able to serve repositories to remote clients.
429107484Speter   */
430107484Speter#undef SERVER_SUPPORT
43117721Speter
432130303Speter/* Define as the maximum value of type 'size_t', if the system doesn't define
433130303Speter   it. */
434130303Speter#undef SIZE_MAX
435130303Speter
436177391Sobrien/* The default remote shell to use, if one does not specify the CVS_SSH
437177391Sobrien   environment variable. */
438177391Sobrien#undef SSH_DFLT
439177391Sobrien
440107484Speter/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
441107484Speter#undef STAT_MACROS_BROKEN
44217721Speter
443107484Speter/* Define to 1 if you have the ANSI C header files. */
444107484Speter#undef STDC_HEADERS
44517721Speter
446107484Speter/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
447107484Speter#undef TIME_WITH_SYS_TIME
44832785Speter
449107484Speter/* Directory used for storing temporary files, if not overridden by
450107484Speter   environment variables or the -T global option. There should be little need
451107484Speter   to change this (-T is a better mechanism if you need to use a different
452107484Speter   directory for temporary files). */
453107484Speter#undef TMPDIR_DFLT
45417721Speter
455107484Speter/* The default umask to use when creating or otherwise setting file or
456107484Speter   directory permissions in the repository. Must be a value in the range of 0
457107484Speter   through 0777. For example, a value of 002 allows group rwx access and world
458107484Speter   rx access; a value of 007 allows group rwx access but no world access. This
459107484Speter   value is overridden by the value of the CVSUMASK environment variable,
460107484Speter   which is interpreted as an octal number. */
461107484Speter#undef UMASK_DFLT
46217721Speter
463107484Speter/* Define if setmode is required when writing binary data to stdout. */
464107484Speter#undef USE_SETMODE_STDOUT
46517721Speter
466107484Speter/* Define if utime requires write access to the file (true on Windows, but not
467107484Speter   Unix). */
468107484Speter#undef UTIME_EXPECTS_WRITABLE
46917721Speter
470107484Speter/* Define to 1 if on AIX 3.
471107484Speter   System headers sometimes define this.
472107484Speter   We just want to avoid a redefinition error message.  */
473107484Speter#ifndef _ALL_SOURCE
474107484Speter# undef _ALL_SOURCE
475107484Speter#endif
476102840Speter
477107484Speter/* Define to 1 if on MINIX. */
478107484Speter#undef _MINIX
47917721Speter
480107484Speter/* Define to 2 if the system does not provide POSIX.1 features except with
481107484Speter   this defined. */
482107484Speter#undef _POSIX_1_SOURCE
48317721Speter
484107484Speter/* Define to 1 if you need to in order for `stat' and other things to work. */
485107484Speter#undef _POSIX_SOURCE
486102840Speter
487107484Speter/* Define to force lib/regex.c to define re_comp et al. */
488107484Speter#undef _REGEX_RE_COMP
48981404Speter
490107484Speter/* Define to empty if `const' does not conform to ANSI C. */
491107484Speter#undef const
49217721Speter
493128266Speter/* We want to always use the GNULIB version of getpass which we have in lib,
494128266Speter   so define getpass to something that won't conflict with any existing system
495128266Speter   declarations. */
496128266Speter#undef getpass
497128266Speter
498107484Speter/* Define to `int' if <sys/types.h> doesn't define. */
499107484Speter#undef gid_t
50017721Speter
501130303Speter/* Define to `__inline__' or `__inline' if that's what the C compiler
502130303Speter   calls it, or to nothing if 'inline' is not supported under any name.  */
503130303Speter#ifndef __cplusplus
504130303Speter#undef inline
505130303Speter#endif
506130303Speter
507107484Speter/* Define to `int' if <sys/types.h> does not define. */
508107484Speter#undef mode_t
50981404Speter
510107484Speter/* Define to `int' if <sys/types.h> does not define. */
511107484Speter#undef pid_t
51281404Speter
513177391Sobrien/* Define to `unsigned int' if <sys/types.h> does not define. */
514107484Speter#undef size_t
51581404Speter
516107484Speter/* Define to `int' if <sys/types.h> doesn't define. */
517107484Speter#undef uid_t
51881404Speter
519107484Speter/* Define as `fork' if `vfork' does not work. */
520107484Speter#undef vfork
521