annotate config.h.in @ 500:614a3177b15c noffle tip

Add mail-from option. Some modern mail systems will try and ensure the sender email is a legitimate address. Which will fail if there isn't such an address.
author Jim Hague <jim.hague@acm.org>
date Wed, 14 Aug 2013 12:04:39 +0100
parents d09bcf917ac9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
498
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
1 /* config.h.in. Generated from configure.in by autoheader. */
43
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
2 /* For use by autoheader */
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
3
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
4 #ifndef CONFIG_H
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
5 #define CONFIG_H /* To stop multiple inclusions. */
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
6
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
7 /* The NOFFLE config-file */
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
8 #undef CONFIGFILE
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
9
288
c02c4eb95f95 [svn] * src/configfile.h,src/configfile.c,docs/noffle.conf.5: Add noffle-user
bears
parents: 278
diff changeset
10 /* The NOFFLE users-file */
c02c4eb95f95 [svn] * src/configfile.h,src/configfile.c,docs/noffle.conf.5: Add noffle-user
bears
parents: 278
diff changeset
11 #undef USERSFILE
c02c4eb95f95 [svn] * src/configfile.h,src/configfile.c,docs/noffle.conf.5: Add noffle-user
bears
parents: 278
diff changeset
12
43
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
13 /* The default NOFFLE spool-directory */
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
14 #undef SPOOLDIR
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
15
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
16 /* Enable GNU extensions. */
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
17 #undef _GNU_SOURCE
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
18
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
19 /* Define to 'unsigned int' if not already defined by the system. */
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
20 #undef socklen_t
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
21
146
fd821441f016 [svn] Applied patch by Paul Slootman: using the mail program is
enz
parents: 43
diff changeset
22 /* path to sendmail binary */
fd821441f016 [svn] Applied patch by Paul Slootman: using the mail program is
enz
parents: 43
diff changeset
23 #undef SENDMAILPROG
43
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
24
288
c02c4eb95f95 [svn] * src/configfile.h,src/configfile.c,docs/noffle.conf.5: Add noffle-user
bears
parents: 278
diff changeset
25 /* Is authentication enabled? */
c02c4eb95f95 [svn] * src/configfile.h,src/configfile.c,docs/noffle.conf.5: Add noffle-user
bears
parents: 278
diff changeset
26 #undef USE_AUTH
c02c4eb95f95 [svn] * src/configfile.h,src/configfile.c,docs/noffle.conf.5: Add noffle-user
bears
parents: 278
diff changeset
27
c02c4eb95f95 [svn] * src/configfile.h,src/configfile.c,docs/noffle.conf.5: Add noffle-user
bears
parents: 278
diff changeset
28 /* Are we using PAM for authentication? */
c02c4eb95f95 [svn] * src/configfile.h,src/configfile.c,docs/noffle.conf.5: Add noffle-user
bears
parents: 278
diff changeset
29 #undef USE_PAM
c02c4eb95f95 [svn] * src/configfile.h,src/configfile.c,docs/noffle.conf.5: Add noffle-user
bears
parents: 278
diff changeset
30
498
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
31 /* autoheader generated things inserted here. */
43
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
32
498
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
33 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
34 */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
35 #undef HAVE_DIRENT_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
36
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
37 /* Define to 1 if you have the <errno.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
38 #undef HAVE_ERRNO_H
43
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
39
498
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
40 /* Define to 1 if you have the <fcntl.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
41 #undef HAVE_FCNTL_H
43
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
42
498
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
43 /* Define to 1 if you have the `fdopen' function. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
44 #undef HAVE_FDOPEN
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
45
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
46 /* Define to 1 if your system has a working POSIX `fnmatch' function. */
43
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
47 #undef HAVE_FNMATCH
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
48
498
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
49 /* Define to 1 if you have the <fnmatch.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
50 #undef HAVE_FNMATCH_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
51
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
52 /* Define to 1 if you have the `gethostname' function. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
53 #undef HAVE_GETHOSTNAME
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
54
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
55 /* Define to 1 if you have the <getopt.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
56 #undef HAVE_GETOPT_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
57
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
58 /* Define to 1 if you have the <inttypes.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
59 #undef HAVE_INTTYPES_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
60
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
61 /* Define to 1 if you have the `nsl' library (-lnsl). */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
62 #undef HAVE_LIBNSL
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
63
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
64 /* Define to 1 if you have the `socket' library (-lsocket). */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
65 #undef HAVE_LIBSOCKET
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
66
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
67 /* Define to 1 if you have the <limits.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
68 #undef HAVE_LIMITS_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
69
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
70 /* Define to 1 if you have the <memory.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
71 #undef HAVE_MEMORY_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
72
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
73 /* Define to 1 if you have the `mkdir' function. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
74 #undef HAVE_MKDIR
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
75
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
76 /* Define to 1 if you have the `mktime' function. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
77 #undef HAVE_MKTIME
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
78
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
79 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
80 #undef HAVE_NDIR_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
81
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
82 /* Define to 1 if you have the <netdb.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
83 #undef HAVE_NETDB_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
84
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
85 /* Define to 1 if you have the <pwd.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
86 #undef HAVE_PWD_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
87
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
88 /* Define to 1 if you have the <regex.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
89 #undef HAVE_REGEX_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
90
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
91 /* Define to 1 if you have the `select' function. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
92 #undef HAVE_SELECT
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
93
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
94 /* Define to 1 if you have the <signal.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
95 #undef HAVE_SIGNAL_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
96
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
97 /* Define to 1 if you have the `snprintf' function. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
98 #undef HAVE_SNPRINTF
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
99
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
100 /* Define to 1 if you have the `socket' function. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
101 #undef HAVE_SOCKET
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
102
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
103 /* Define to 1 if you have the <stdint.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
104 #undef HAVE_STDINT_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
105
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
106 /* Define to 1 if you have the <stdlib.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
107 #undef HAVE_STDLIB_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
108
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
109 /* Define to 1 if you have the `strerror' function. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
110 #undef HAVE_STRERROR
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
111
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
112 /* Define to 1 if you have the `strftime' function. */
43
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
113 #undef HAVE_STRFTIME
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
114
498
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
115 /* Define to 1 if you have the <strings.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
116 #undef HAVE_STRINGS_H
43
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
117
498
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
118 /* Define to 1 if you have the <string.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
119 #undef HAVE_STRING_H
43
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
120
498
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
121 /* Define to 1 if you have the `strstr' function. */
43
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
122 #undef HAVE_STRSTR
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
123
498
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
124 /* Define to 1 if you have the <syslog.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
125 #undef HAVE_SYSLOG_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
126
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
127 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
128 */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
129 #undef HAVE_SYS_DIR_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
130
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
131 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
132 */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
133 #undef HAVE_SYS_NDIR_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
134
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
135 /* Define to 1 if you have the <sys/resource.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
136 #undef HAVE_SYS_RESOURCE_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
137
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
138 /* Define to 1 if you have the <sys/socket.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
139 #undef HAVE_SYS_SOCKET_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
140
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
141 /* Define to 1 if you have the <sys/stat.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
142 #undef HAVE_SYS_STAT_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
143
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
144 /* Define to 1 if you have the <sys/time.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
145 #undef HAVE_SYS_TIME_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
146
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
147 /* Define to 1 if you have the <sys/types.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
148 #undef HAVE_SYS_TYPES_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
149
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
150 /* Define to 1 if you have the <sys/utsname.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
151 #undef HAVE_SYS_UTSNAME_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
152
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
153 /* Define to 1 if you have the `timegm' function. */
258
ebd9c98bbc7f [svn] * config.h.in,configure,configure.in: Check for timegm().
bears
parents: 217
diff changeset
154 #undef HAVE_TIMEGM
ebd9c98bbc7f [svn] * config.h.in,configure,configure.in: Check for timegm().
bears
parents: 217
diff changeset
155
498
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
156 /* Define to 1 if you have the <time.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
157 #undef HAVE_TIME_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
158
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
159 /* Define to 1 if you have the `uname' function. */
43
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
160 #undef HAVE_UNAME
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
161
498
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
162 /* Define to 1 if you have the <unistd.h> header file. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
163 #undef HAVE_UNISTD_H
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
164
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
165 /* Define to 1 if you have the `vsnprintf' function. */
43
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
166 #undef HAVE_VSNPRINTF
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
167
498
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
168 /* Define to 1 if you have the `__snprintf' function. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
169 #undef HAVE___SNPRINTF
43
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
170
498
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
171 /* Define to 1 if you have the `__vsnprintf' function. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
172 #undef HAVE___VSNPRINTF
43
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
173
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
174 /* Name of package */
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
175 #undef PACKAGE
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
176
498
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
177 /* Define to the address where bug reports for this package should be sent. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
178 #undef PACKAGE_BUGREPORT
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
179
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
180 /* Define to the full name of this package. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
181 #undef PACKAGE_NAME
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
182
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
183 /* Define to the full name and version of this package. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
184 #undef PACKAGE_STRING
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
185
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
186 /* Define to the one symbol short name of this package. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
187 #undef PACKAGE_TARNAME
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
188
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
189 /* Define to the home page for this package. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
190 #undef PACKAGE_URL
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
191
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
192 /* Define to the version of this package. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
193 #undef PACKAGE_VERSION
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
194
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
195 /* Define as the return type of signal handlers (`int' or `void'). */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
196 #undef RETSIGTYPE
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
197
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
198 /* Define to 1 if you have the ANSI C header files. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
199 #undef STDC_HEADERS
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
200
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
201 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
202 #undef TIME_WITH_SYS_TIME
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
203
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
204 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
205 #undef TM_IN_SYS_TIME
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
206
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
207 /* Enable extensions on AIX 3, Interix. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
208 #ifndef _ALL_SOURCE
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
209 # undef _ALL_SOURCE
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
210 #endif
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
211 /* Enable GNU extensions on systems that have them. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
212 #ifndef _GNU_SOURCE
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
213 # undef _GNU_SOURCE
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
214 #endif
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
215 /* Enable threading extensions on Solaris. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
216 #ifndef _POSIX_PTHREAD_SEMANTICS
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
217 # undef _POSIX_PTHREAD_SEMANTICS
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
218 #endif
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
219 /* Enable extensions on HP NonStop. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
220 #ifndef _TANDEM_SOURCE
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
221 # undef _TANDEM_SOURCE
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
222 #endif
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
223 /* Enable general extensions on Solaris. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
224 #ifndef __EXTENSIONS__
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
225 # undef __EXTENSIONS__
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
226 #endif
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
227
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
228
43
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
229 /* Version number of package */
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
230 #undef VERSION
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
231
498
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
232 /* Define to 1 if on MINIX. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
233 #undef _MINIX
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
234
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
235 /* Define to 2 if the system does not provide POSIX.1 features except with
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
236 this defined. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
237 #undef _POSIX_1_SOURCE
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
238
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
239 /* Define to 1 if you need to in order for `stat' and other things to work. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
240 #undef _POSIX_SOURCE
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
241
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
242 /* Define to empty if `const' does not conform to ANSI C. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
243 #undef const
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
244
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
245 /* Define to `unsigned int' if <sys/types.h> does not define. */
d09bcf917ac9 Ran updated autoconf and friends.
Jim Hague <jim.hague@acm.org>
parents: 288
diff changeset
246 #undef size_t
43
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
247
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
248
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
249 #endif /* CONFIG_H */
2842f50feb55 [svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
diff changeset
250