1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3/* Define as the return type of signal handlers (int or void).  */
4#undef RETSIGTYPE
5
6#undef PACKAGE
7#undef VERSION
8#undef DEBUG
9#undef HAVE_GETPASS
10#undef HAVE_SYS_ERRLIST
11#undef OS
12#undef USE_MD5
13#undef DEF_SERVICE
14
15/* Define if you have the fork function.  */
16#undef HAVE_FORK
17
18/* Define if you have the getegid function.  */
19#undef HAVE_GETEGID
20
21/* Define if you have the geteuid function.  */
22#undef HAVE_GETEUID
23
24/* Define if you have the getgid function.  */
25#undef HAVE_GETGID
26
27/* Define if you have the gethostbyaddr function.  */
28#undef HAVE_GETHOSTBYADDR
29
30/* Define if you have the getopt function.  */
31#undef HAVE_GETOPT
32
33/* Define if you have the getopt_long function.  */
34#undef HAVE_GETOPT_LONG
35
36/* Define if you have the getpid function.  */
37#undef HAVE_GETPID
38
39/* Define if you have the getservbyname function.  */
40#undef HAVE_GETSERVBYNAME
41
42/* Define if you have the getuid function.  */
43#undef HAVE_GETUID
44
45/* Define if you have the herror function.  */
46#undef HAVE_HERROR
47
48/* Define if you have the inet_addr function.  */
49#undef HAVE_INET_ADDR
50
51/* Define if you have the inet_aton function.  */
52#undef HAVE_INET_ATON
53
54/* Define if you have the inet_ntoa function.  */
55#undef HAVE_INET_NTOA
56
57/* Define if you have the setegid function.  */
58#undef HAVE_SETEGID
59
60/* Define if you have the seteuid function.  */
61#undef HAVE_SETEUID
62
63/* Define if you have the setgid function.  */
64#undef HAVE_SETGID
65
66/* Define if you have the setuid function.  */
67#undef HAVE_SETUID
68
69/* Define if you have the snprintf function.  */
70#undef HAVE_SNPRINTF
71
72/* Define if you have the socket function.  */
73#undef HAVE_SOCKET
74
75/* Define if you have the stat function.  */
76#undef HAVE_STAT
77
78/* Define if you have the strdup function.  */
79#undef HAVE_STRDUP
80
81/* Define if you have the strerror function.  */
82#undef HAVE_STRERROR
83
84/* Define if you have the strftime function.  */
85#undef HAVE_STRFTIME
86
87/* Define if you have the vfork function.  */
88#undef HAVE_VFORK
89
90/* Define if you have the vfprintf function.  */
91#undef HAVE_VFPRINTF
92
93/* Define if you have the vsnprintf function.  */
94#undef HAVE_VSNPRINTF
95
96/* Define if you have the vsprintf function.  */
97#undef HAVE_VSPRINTF
98
99/* Define if you have the wait function.  */
100#undef HAVE_WAIT
101
102/* Define if you have the waitpid function.  */
103#undef HAVE_WAITPID
104
105/* Define if you have the <arpa/inet.h> header file.  */
106#undef HAVE_ARPA_INET_H
107
108/* Define if you have the <errno.h> header file.  */
109#undef HAVE_ERRNO_H
110
111/* Define if you have the <fcntl.h> header file.  */
112#undef HAVE_FCNTL_H
113
114/* Define if you have the <getopt.h> header file.  */
115#undef HAVE_GETOPT_H
116
117/* Define if you have the <grp.h> header file.  */
118#undef HAVE_GRP_H
119
120/* Define if you have the <netdb.h> header file.  */
121#undef HAVE_NETDB_H
122
123/* Define if you have the <netinet/in.h> header file.  */
124#undef HAVE_NETINET_IN_H
125
126/* Define if you have the <pwd.h> header file.  */
127#undef HAVE_PWD_H
128
129/* Define if you have the <signal.h> header file.  */
130#undef HAVE_SIGNAL_H
131
132/* Define if you have the <stdarg.h> header file.  */
133#undef HAVE_STDARG_H
134
135/* Define if you have the <sys/socket.h> header file.  */
136#undef HAVE_SYS_SOCKET_H
137
138/* Define if you have the <sys/sockio.h> header file.  */
139#undef HAVE_SYS_SOCKIO_H
140
141/* Define if you have the <sys/stat.h> header file.  */
142#undef HAVE_SYS_STAT_H
143
144/* Define if you have the <sys/time.h> header file.  */
145#undef HAVE_SYS_TIME_H
146
147/* Define if you have the <sys/types.h> header file.  */
148#undef HAVE_SYS_TYPES_H
149
150/* Define if you have the <sys/wait.h> header file.  */
151#undef HAVE_SYS_WAIT_H
152
153/* Define if you have the <syslog.h> header file.  */
154#undef HAVE_SYSLOG_H
155
156/* Define if you have the <unistd.h> header file.  */
157#undef HAVE_UNISTD_H
158
159/* Define if you have the nsl library (-lnsl).  */
160#undef HAVE_LIBNSL
161
162/* Define if you have the socket library (-lsocket).  */
163#undef HAVE_LIBSOCKET
164
165/* Name of package */
166#undef PACKAGE
167
168/* Version number of package */
169#undef VERSION
170
171