From fc31836d6e30e590cec576417f290e12f6d841ee Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 28 Jun 2005 13:43:28 +0000 Subject: makefile cleanup --- Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 57c5d504..0eb7d0ed 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ CC= gcc # uncomment the following line if you would like # to DISABLE large file support (or if your compiler # does not provide this feature) -NOLARGEFILE = -DNOLARGEFILE +#NOLARGEFILE = -DNOLARGEFILE # the next two lines are essentially the same, but -DWITH_DB # enables the MySQL code. By default, that one is commented out @@ -26,7 +26,6 @@ BINDIR = /usr/sbin MANDIR = /usr/share/man # Uncomment the following to use mysql. -#LIBS = -lmysqlclient #/var/lib/mysql/mysql LIBS = -lmysqlclient -L/usr/local/lib/mysql # thid define for FreeBSD # There is one report that under an all ELF system there may be a need to @@ -38,12 +37,6 @@ LIBS = -lmysqlclient -L/usr/local/lib/mysql # thid define for FreeBSD # file system standard. FSSTND = -DFSSTND -# The following define establishes ownership for the man pages. -# Avery tells me that there is a difference between Debian and -# Slackware. Rather than choose sides I am leaving it up to the user. -MAN_OWNER = root -# MAN_OWNER = man - # The following define establishes the name of the pid file for the # rsyslogd daemon. The library include file (paths.h) defines the # name for the rsyslogd pid to be rsyslog.pid. A number of people have -- cgit