diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-11 11:58:27 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-11 11:58:27 +0000 |
commit | 0eb50e3832b7a420a90a2b6cf9c69d0cbf7c08ca (patch) | |
tree | 2ddd79fcd51d110980b0f9ada2618f27adc3b1ce /config.h | |
parent | 3f08e1f7264357d8f5e123cb0e1e93a37b69c42b (diff) | |
download | rsyslog-0eb50e3832b7a420a90a2b6cf9c69d0cbf7c08ca.tar.gz rsyslog-0eb50e3832b7a420a90a2b6cf9c69d0cbf7c08ca.tar.bz2 rsyslog-0eb50e3832b7a420a90a2b6cf9c69d0cbf7c08ca.zip |
removed SYSV preprocessor macro; replaced with autotools equivalent
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -72,6 +72,9 @@ /* Define to 1 if you have the `select' function. */ #define HAVE_SELECT 1 +/* Define to 1 if you have the `setsid' function. */ +#define HAVE_SETSID 1 + /* Define to 1 if you have the `socket' function. */ #define HAVE_SOCKET 1 @@ -225,9 +228,6 @@ /* Why there is this macro */ #define SYSLOG_INET 1 -/* I'd like to get rid of this. */ -#define SYSV 1 - /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ #define TIME_WITH_SYS_TIME 1 |