summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-11 11:58:27 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-11 11:58:27 +0000
commit0eb50e3832b7a420a90a2b6cf9c69d0cbf7c08ca (patch)
tree2ddd79fcd51d110980b0f9ada2618f27adc3b1ce /configure
parent3f08e1f7264357d8f5e123cb0e1e93a37b69c42b (diff)
downloadrsyslog-0eb50e3832b7a420a90a2b6cf9c69d0cbf7c08ca.tar.gz
rsyslog-0eb50e3832b7a420a90a2b6cf9c69d0cbf7c08ca.tar.xz
rsyslog-0eb50e3832b7a420a90a2b6cf9c69d0cbf7c08ca.zip
removed SYSV preprocessor macro; replaced with autotools equivalent
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 2 insertions, 6 deletions
diff --git a/configure b/configure
index f8e4c08e..9c574093 100755
--- a/configure
+++ b/configure
@@ -6689,7 +6689,8 @@ fi
-for ac_func in alarm gethostbyname gethostname gettimeofday memset regcomp select socket strcasecmp strchr strerror strndup strrchr strstr strtol strtoul uname
+
+for ac_func in setsid alarm gethostbyname gethostname gettimeofday memset regcomp select socket strcasecmp strchr strerror strndup strrchr strstr strtol strtoul uname
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
{ echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -6787,11 +6788,6 @@ done
# Ugly stuff
cat >>confdefs.h <<\_ACEOF
-#define SYSV 1
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
#define SYSLOG_INET 1
_ACEOF