From: Remco Rijnders Date: Mon, 26 Jan 2026 21:29:27 +0000 (+0000) Subject: CLEANUP: Assume syslog.h is in a standard place X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=03271e07a2c8bf568f4ba906d5ff3886eb8c8631;p=serene-ircd.git CLEANUP: Assume syslog.h is in a standard place --- diff --git a/Config b/Config index f708672..4bda7cc 100755 --- a/Config +++ b/Config @@ -22,7 +22,6 @@ AUTO_CONFIG="" # GLIBCCHECK=undef STDLIBH=undef -SYSSYSLOGH=undef PARAMH=undef UNISTDH=undef STRINGH=undef @@ -336,13 +335,6 @@ if [ -r /usr/include/stdlib.h ] ; then else echo 'not found' fi -echo $n "Looking for /usr/include/sys/syslog.h...$c" -if [ -r /usr/include/sys/syslog.h ] ; then - SYSSYSLOGH=define - echo 'found' -else - echo 'not found' -fi echo $n "Looking for /usr/include/sys/param.h...$c" if [ -r /usr/include/sys/param.h ] ; then @@ -836,7 +828,6 @@ cat > $SETUP <<__EOF__ #$STRINGH HAVE_STRING_H #$STRINGSH HAVE_STRINGS_H #$STDLIBH HAVE_STDLIB_H -#$SYSSYSLOGH HAVE_SYSSYSLOG_H #$HINDEX HAVE_INDEX #$STRERROR HAVE_STRERROR #$STRTOKEN HAVE_STRTOKEN diff --git a/include/struct.h b/include/struct.h index 2326ed3..4d984ae 100644 --- a/include/struct.h +++ b/include/struct.h @@ -30,9 +30,6 @@ #ifdef USE_SYSLOG # include -#ifdef HAVE_SYSSYSLOG_H -# include -# endif #endif typedef struct SqlineItem aSqlineItem;