Add to git.
[dlife.git] / config.h.in
1 /* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
2 #ifndef DLIFE_CONFIG_H
3 #define DLIFE_CONFIG_H
4
5 #undef PACKAGE
6 #undef VERSION
7 #undef SPOOLDIR
8 #undef CONFDIR
9
10 /* Define if you have the closedir function.  */
11 #undef HAVE_CLOSEDIR
12
13 /* Define if you have the getpwnam function.  */
14 #undef HAVE_GETPWNAM
15
16 /* Define if you have the getuid function.  */
17 #undef HAVE_GETUID
18
19 /* Define if you have the initgroups function.  */
20 #undef HAVE_INITGROUPS
21
22 /* Define if you have the nice function.  */
23 #undef HAVE_NICE
24
25 /* Define if you have the opendir function.  */
26 #undef HAVE_OPENDIR
27
28 /* Define if you have the openlog function.  */
29 #undef HAVE_OPENLOG
30
31 /* Define if you have the readdir function.  */
32 #undef HAVE_READDIR
33
34 /* Define if you have the setgid function.  */
35 #undef HAVE_SETGID
36
37 /* Define if you have the setuid function.  */
38 #undef HAVE_SETUID
39
40 /* Define if you have the syslog function.  */
41 #undef HAVE_SYSLOG
42
43 /* Define if you have the <assert.h> header file.  */
44 #undef HAVE_ASSERT_H
45
46 /* Define if you have the <dirent.h> header file.  */
47 #undef HAVE_DIRENT_H
48
49 /* Define if you have the <errno.h> header file.  */
50 #undef HAVE_ERRNO_H
51
52 /* Define if you have the <fcntl.h> header file.  */
53 #undef HAVE_FCNTL_H
54
55 /* Define if you have the <grp.h> header file.  */
56 #undef HAVE_GRP_H
57
58 /* Define if you have the <pwd.h> header file.  */
59 #undef HAVE_PWD_H
60
61 /* Define if you have the <signal.h> header file.  */
62 #undef HAVE_SIGNAL_H
63
64 /* Define if you have the <stddef.h> header file.  */
65 #undef HAVE_STDDEF_H
66
67 /* Define if you have the <stdint.h> header file.  */
68 #undef HAVE_STDINT_H
69
70 /* Define if you have the <string.h> header file.  */
71 #undef HAVE_STRING_H
72
73 /* Define if you have the <sys/param.h> header file.  */
74 #undef HAVE_SYS_PARAM_H
75
76 /* Define if you have the <sys/types.h> header file.  */
77 #undef HAVE_SYS_TYPES_H
78
79 /* Define if you have the <syslog.h> header file.  */
80 #undef HAVE_SYSLOG_H
81
82 /* Define if you have the <time.h> header file.  */
83 #undef HAVE_TIME_H
84
85 /* Define if you have the <unistd.h> header file.  */
86 #undef HAVE_UNISTD_H
87
88 /* Name of package */
89 #undef PACKAGE
90
91 /* Version number of package */
92 #undef VERSION
93
94
95 #endif /* DLIFE_CONFIG_H */