From 0eb50e3832b7a420a90a2b6cf9c69d0cbf7c08ca Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 11 Jul 2007 11:58:27 +0000 Subject: removed SYSV preprocessor macro; replaced with autotools equivalent --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 04ac5fec..9634b76c 100644 --- a/config.h +++ b/config.h @@ -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 and . */ #define TIME_WITH_SYS_TIME 1 -- cgit v1.2.3