Mercurial > noffle
comparison src/server.c @ 197:24d4cd032da5 noffle
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
src/protocol.h,src/server.c: Merge with latest 1.0 branch. I do not
intend to do any further merges from the 1.0 branch; future changes to
1.0 should be carried over by hand if necessary.
* src/configfile.c,src/content.c,src/control.c,src/database.c,
src/dynamicstring.c,src/fetch.c,src/filter.c,src/group.c,
src/itemlist.c,src/lock.c,src/outgoing.c,src/over.c,src/post.c,
src/pseudo.c,src/request.c,src/util.c: Minor includes rearrangement.
author | bears |
---|---|
date | Wed, 31 Oct 2001 11:44:53 +0000 |
parents | 28488e0e3630 |
children | ffb1848a39db |
comparison
equal
deleted
inserted
replaced
196:60a70c16d79c | 197:24d4cd032da5 |
---|---|
1 /* | 1 /* |
2 server.c | 2 server.c |
3 | 3 |
4 $Id: server.c 310 2001-10-20 13:23:46Z bears $ | 4 $Id: server.c 316 2001-10-31 11:44:53Z bears $ |
5 */ | 5 */ |
6 | 6 |
7 #if HAVE_CONFIG_H | 7 #if HAVE_CONFIG_H |
8 #include <config.h> | 8 #include <config.h> |
9 #endif | 9 #endif |
18 #include <time.h> | 18 #include <time.h> |
19 #endif | 19 #endif |
20 #endif | 20 #endif |
21 | 21 |
22 #include <stdio.h> | 22 #include <stdio.h> |
23 #include "server.h" | |
24 #include <ctype.h> | 23 #include <ctype.h> |
25 #include <errno.h> | 24 #include <errno.h> |
26 #include <signal.h> | 25 #include <signal.h> |
27 #include <stdarg.h> | 26 #include <stdarg.h> |
28 #include <sys/types.h> | 27 #include <sys/types.h> |
43 #include "over.h" | 42 #include "over.h" |
44 #include "post.h" | 43 #include "post.h" |
45 #include "protocol.h" | 44 #include "protocol.h" |
46 #include "pseudo.h" | 45 #include "pseudo.h" |
47 #include "request.h" | 46 #include "request.h" |
47 #include "server.h" | |
48 #include "util.h" | 48 #include "util.h" |
49 #include "wildmat.h" | 49 #include "wildmat.h" |
50 #include "portable.h" | 50 #include "portable.h" |
51 | 51 |
52 struct | 52 struct |