1/* config.hin.  Generated automatically from configure.in by autoheader.  */
2
3/* Define to empty if the keyword does not work.  */
4#undef const
5
6/* Define if you need to in order for stat and other things to work.  */
7#undef _POSIX_SOURCE
8
9/* Define to `unsigned' if <sys/types.h> doesn't define.  */
10#undef size_t
11
12/* Define if you have the ANSI C header files.  */
13#undef STDC_HEADERS
14
15/* Define if you have the strtok function.  */
16#undef HAVE_STRTOK
17
18/* Define if you have the <ctype.h> header file.  */
19#undef HAVE_CTYPE_H
20
21/* Define if you have the <fcntl.h> header file.  */
22#undef HAVE_FCNTL_H
23
24/* Define if you have the <io.h> header file.  */
25#undef HAVE_IO_H
26
27/* Define if you have the <jsys.h> header file.  */
28#undef HAVE_JSYS_H
29
30/* Define if you have the <libc.h> header file.  */
31#undef HAVE_LIBC_H
32
33/* Define if you have the <limits.h> header file.  */
34#undef HAVE_LIMITS_H
35
36/* Define if you have the <pwd.h> header file.  */
37#undef HAVE_PWD_H
38
39/* Define if you have the <stdio.h> header file.  */
40#undef HAVE_STDIO_H
41
42/* Define if you have the <stdlib.h> header file.  */
43#undef HAVE_STDLIB_H
44
45/* Define if you have the <string.h> header file.  */
46#undef HAVE_STRING_H
47
48/* Define if you have the <sys/types.h> header file.  */
49#undef HAVE_SYS_TYPES_H
50
51/* Define if you have the <sys/utsname.h> header file.  */
52#undef HAVE_SYS_UTSNAME_H
53
54/* Define if you have the <time.h> header file.  */
55#undef HAVE_TIME_H
56
57/* Define if you have the <unistd.h> header file.  */
58#undef HAVE_UNISTD_H
59
60/* Define cast of ctime() argument: const time_t* or long* */
61#undef CTIME_ARG_IS_TIME_T_POINTER
62
63#if defined(CTIME_ARG_IS_TIME_T_POINTER)
64#define CTIME_CAST	const time_t*
65#else
66#define CTIME_CAST	long*
67#endif
68
69/* Define if getlogin() is available */
70#undef HAVE_GETLOGIN
71
72/* Define if getlogin() is declared (in unistd.h) */
73#undef HAVE_GETLOGIN_DECL
74
75/* Define if getlogin() is a C++ function (else C) */
76#undef HAVE_GETLOGIN_IN_CPLUSPLUS
77
78/* Define if gethostname() is available */
79#undef HAVE_GETHOSTNAME
80
81/* Define if gethostname() is declared (in unistd.h??) */
82#undef HAVE_GETHOSTNAME_DECL
83
84/* Define if gethostname() is a C++ function (else C) */
85#undef HAVE_GETHOSTNAME_IN_CPLUSPLUS
86
87/* Define if getpwnam() is available */
88#undef HAVE_GETPWNAM
89
90/* Define if getpwnam() is declared (in unistd.h??) */
91#undef HAVE_GETPWNAM_DECL
92
93/* Define if getpwnam() is a C++ function (else C) */
94#undef HAVE_GETPWNAM_IN_CPLUSPLUS
95
96/* Define if getpwnam() is available */
97#undef HAVE_GETPWUID
98
99/* Define if getpwnam() is declared (in unistd.h??) */
100#undef HAVE_GETPWUID_DECL
101
102/* Define if getpwnam() is a C++ function (else C) */
103#undef HAVE_GETPWUID_IN_CPLUSPLUS
104
105/* Define if getgetuid() is available */
106#undef HAVE_GETUID
107
108/* Define if getuid() is declared (in unistd.h??) */
109#undef HAVE_GETUID_DECL
110
111/* Define if getuid() is a C++ function (else C) */
112#undef HAVE_GETUID_IN_CPLUSPLUS
113
114/* Define if compiler supports ANSI/ISO Standard C function prototypes */
115#undef HAVE_STDC_PROTOTYPES
116
117/* Define if void* pointers are supported */
118#undef HAVE_VOIDP
119
120/* Define with program name as a string literal */
121#undef PACKAGE
122
123/* Define if the compiler accepts ANSI/ISO Standard C */
124#undef STDC
125
126/* Define with program version number as a string literal */
127#undef VERSION
128
129#include <confix.h>		/* fixups for config.h errors (mostly for C++) */
130