Mercurial > noffle
comparison config.h.in @ 43:2842f50feb55 noffle
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
control.c, control.h, database.c, database.h, dynamicstring.c,
dynamicstring.h, fetch.c, fetch.h, fetchlist.c, fetchlist.h, group.c,
group.h, itemlist.c, itemlist.h, lock.c, lock.h, log.c, log.h, noffle.c,
online.c, online.h, outgoing.c, outgoing.h, over.c, over.h, post.c, post.h,
protocol.c, protocol.h, pseudo.c, pseudo.h, request.c, request.h, server.c,
server.h, util.c, util.h, wildmat.c, wildmat.h: Moved files to the
subdirectory src/
* Makefile.am, acconfig.h, configure.in, docs/Makefile.am, src/Makefile.am,
Makefile.in, aclocal.m4, config.h.in, configure, install-sh, missing,
mkinstalldirs, stamp-h.in, docs/Makefile.in, src/Makefile.in: Added files.
They are used by aclocal, autoheader, autoconf and automake.
* src/config.c, src/config.h: Renamed to configfile.c and configfile.h,
because configure will generate a config.h file itself.
* src/client.c, src/content.c, src/database.c, src/fetch.c, src/fetchlist.c,
src/group.c, src/lock.c, src/noffle.c, src/online.c, src/outgoing.c,
src/over.c, src/pseudo.c, src/request.c, src/server.c, src/util.c:
Changed '#include "config.h"' to '#include "configfile.h"'.
* src/client.c, src/content.c, src/database.c, src/fetch.c, src/fetchlist.c,
src/group.c, src/lock.c, src/online.c, src/outgoing.c, src/post.c,
src/protocol.c, src/request.c, src/server.c: Files now #include <config.h>.
Added missing <stdio.h>. This removes the warnings about snprintf() not
being declared.
* Makefile: Removed. This is now generated by configure.
author | uh1763 |
---|---|
date | Fri, 05 May 2000 22:45:56 +0100 |
parents | |
children | fd821441f016 |
comparison
equal
deleted
inserted
replaced
42:2467ff423c15 | 43:2842f50feb55 |
---|---|
1 /* config.h.in. Generated automatically from configure.in by autoheader. */ | |
2 /* For use by autoheader */ | |
3 | |
4 #ifndef CONFIG_H | |
5 #define CONFIG_H /* To stop multiple inclusions. */ | |
6 | |
7 /* The NOFFLE config-file */ | |
8 #undef CONFIGFILE | |
9 | |
10 /* The default NOFFLE spool-directory */ | |
11 #undef SPOOLDIR | |
12 | |
13 /* Enable GNU extensions. */ | |
14 #undef _GNU_SOURCE | |
15 | |
16 /* Define to 'unsigned int' if not already defined by the system. */ | |
17 #undef socklen_t | |
18 | |
19 | |
20 | |
21 /* Define if on AIX 3. | |
22 System headers sometimes define this. | |
23 We just want to avoid a redefinition error message. */ | |
24 #ifndef _ALL_SOURCE | |
25 #undef _ALL_SOURCE | |
26 #endif | |
27 | |
28 /* Define to empty if the keyword does not work. */ | |
29 #undef const | |
30 | |
31 /* Define if your system has a working fnmatch function. */ | |
32 #undef HAVE_FNMATCH | |
33 | |
34 /* Define if you have the strftime function. */ | |
35 #undef HAVE_STRFTIME | |
36 | |
37 /* Define if on MINIX. */ | |
38 #undef _MINIX | |
39 | |
40 /* Define if the system does not provide POSIX.1 features except | |
41 with this defined. */ | |
42 #undef _POSIX_1_SOURCE | |
43 | |
44 /* Define if you need to in order for stat and other things to work. */ | |
45 #undef _POSIX_SOURCE | |
46 | |
47 /* Define as the return type of signal handlers (int or void). */ | |
48 #undef RETSIGTYPE | |
49 | |
50 /* Define to `unsigned' if <sys/types.h> doesn't define. */ | |
51 #undef size_t | |
52 | |
53 /* Define if you have the ANSI C header files. */ | |
54 #undef STDC_HEADERS | |
55 | |
56 /* Define if you can safely include both <sys/time.h> and <time.h>. */ | |
57 #undef TIME_WITH_SYS_TIME | |
58 | |
59 /* Define if your <sys/time.h> declares struct tm. */ | |
60 #undef TM_IN_SYS_TIME | |
61 | |
62 /* Define if you have the __snprintf function. */ | |
63 #undef HAVE___SNPRINTF | |
64 | |
65 /* Define if you have the __vsnprintf function. */ | |
66 #undef HAVE___VSNPRINTF | |
67 | |
68 /* Define if you have the fdopen function. */ | |
69 #undef HAVE_FDOPEN | |
70 | |
71 /* Define if you have the gethostname function. */ | |
72 #undef HAVE_GETHOSTNAME | |
73 | |
74 /* Define if you have the mkdir function. */ | |
75 #undef HAVE_MKDIR | |
76 | |
77 /* Define if you have the mktime function. */ | |
78 #undef HAVE_MKTIME | |
79 | |
80 /* Define if you have the select function. */ | |
81 #undef HAVE_SELECT | |
82 | |
83 /* Define if you have the snprintf function. */ | |
84 #undef HAVE_SNPRINTF | |
85 | |
86 /* Define if you have the socket function. */ | |
87 #undef HAVE_SOCKET | |
88 | |
89 /* Define if you have the strerror function. */ | |
90 #undef HAVE_STRERROR | |
91 | |
92 /* Define if you have the strstr function. */ | |
93 #undef HAVE_STRSTR | |
94 | |
95 /* Define if you have the uname function. */ | |
96 #undef HAVE_UNAME | |
97 | |
98 /* Define if you have the vsnprintf function. */ | |
99 #undef HAVE_VSNPRINTF | |
100 | |
101 /* Define if you have the <dirent.h> header file. */ | |
102 #undef HAVE_DIRENT_H | |
103 | |
104 /* Define if you have the <errno.h> header file. */ | |
105 #undef HAVE_ERRNO_H | |
106 | |
107 /* Define if you have the <fcntl.h> header file. */ | |
108 #undef HAVE_FCNTL_H | |
109 | |
110 /* Define if you have the <fnmatch.h> header file. */ | |
111 #undef HAVE_FNMATCH_H | |
112 | |
113 /* Define if you have the <gdbm.h> header file. */ | |
114 #undef HAVE_GDBM_H | |
115 | |
116 /* Define if you have the <getopt.h> header file. */ | |
117 #undef HAVE_GETOPT_H | |
118 | |
119 /* Define if you have the <limits.h> header file. */ | |
120 #undef HAVE_LIMITS_H | |
121 | |
122 /* Define if you have the <ndir.h> header file. */ | |
123 #undef HAVE_NDIR_H | |
124 | |
125 /* Define if you have the <netdb.h> header file. */ | |
126 #undef HAVE_NETDB_H | |
127 | |
128 /* Define if you have the <signal.h> header file. */ | |
129 #undef HAVE_SIGNAL_H | |
130 | |
131 /* Define if you have the <sys/dir.h> header file. */ | |
132 #undef HAVE_SYS_DIR_H | |
133 | |
134 /* Define if you have the <sys/ndir.h> header file. */ | |
135 #undef HAVE_SYS_NDIR_H | |
136 | |
137 /* Define if you have the <sys/resource.h> header file. */ | |
138 #undef HAVE_SYS_RESOURCE_H | |
139 | |
140 /* Define if you have the <sys/socket.h> header file. */ | |
141 #undef HAVE_SYS_SOCKET_H | |
142 | |
143 /* Define if you have the <sys/time.h> header file. */ | |
144 #undef HAVE_SYS_TIME_H | |
145 | |
146 /* Define if you have the <sys/utsname.h> header file. */ | |
147 #undef HAVE_SYS_UTSNAME_H | |
148 | |
149 /* Define if you have the <syslog.h> header file. */ | |
150 #undef HAVE_SYSLOG_H | |
151 | |
152 /* Define if you have the <time.h> header file. */ | |
153 #undef HAVE_TIME_H | |
154 | |
155 /* Define if you have the <unistd.h> header file. */ | |
156 #undef HAVE_UNISTD_H | |
157 | |
158 /* Define if you have the gdbm library (-lgdbm). */ | |
159 #undef HAVE_LIBGDBM | |
160 | |
161 /* Define if you have the nsl library (-lnsl). */ | |
162 #undef HAVE_LIBNSL | |
163 | |
164 /* Define if you have the socket library (-lsocket). */ | |
165 #undef HAVE_LIBSOCKET | |
166 | |
167 /* Name of package */ | |
168 #undef PACKAGE | |
169 | |
170 /* Version number of package */ | |
171 #undef VERSION | |
172 | |
173 | |
174 | |
175 #endif /* CONFIG_H */ | |
176 |