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