Mercurial > noffle
comparison src/configfile.c @ 273:18d6c61ed4e7 noffle
[svn] * src/configfile.c: #include <regex.h> requires sys/types.h be included first.
author | bears |
---|---|
date | Sun, 10 Nov 2002 15:06:33 +0000 |
parents | 0340b9c17edc |
children | 01755687c565 |
comparison
equal
deleted
inserted
replaced
272:f3b44be9e4ab | 273:18d6c61ed4e7 |
---|---|
4 The following macros must be set, when compiling this file: | 4 The following macros must be set, when compiling this file: |
5 CONFIGFILE | 5 CONFIGFILE |
6 SPOOLDIR | 6 SPOOLDIR |
7 VERSION | 7 VERSION |
8 | 8 |
9 $Id: configfile.c 381 2002-05-14 14:25:45Z mirkol $ | 9 $Id: configfile.c 405 2002-11-10 15:06:33Z bears $ |
10 */ | 10 */ |
11 | 11 |
12 #if HAVE_CONFIG_H | 12 #if HAVE_CONFIG_H |
13 #include <config.h> | 13 #include <config.h> |
14 #endif | 14 #endif |
15 | 15 |
16 #include <ctype.h> | 16 #include <ctype.h> |
17 #include <limits.h> | 17 #include <limits.h> |
18 #include <sys/types.h> | |
18 #include <regex.h> | 19 #include <regex.h> |
19 #include "configfile.h" | 20 #include "configfile.h" |
20 #include "filter.h" | 21 #include "filter.h" |
21 #include "itemlist.h" | 22 #include "itemlist.h" |
22 #include "log.h" | 23 #include "log.h" |