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