From fc0fe3762ae6c545958a282dcee6f844342ac150 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Sat, 31 Jul 2010 15:45:42 +0000 Subject: [PATCH] Removed HAVE_CRYPT SVN revision: 2310 --- Makefile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/Makefile b/Makefile index ec05fb97..92322ecb 100644 --- a/Makefile +++ b/Makefile @@ -24,9 +24,6 @@ RCDIR = $(ROOT)/etc/rc.d/init.d # flag for SSL support USE_SSL = 1 -# flag for crypt() support -USE_CRYPT = 1 - ############################################################# # Default compilation flags unless stated otherwise. @@ -80,13 +77,6 @@ LIBS += -lssl endif endif -ifdef USE_CRYPT -ifneq ($(USE_CRYPT),0) -CFLAGS += -DHAVE_CRYPT -LIBS += -lcrypt -endif -endif - WHOAMI = $(shell whoami) ifeq ($(WHOAMI),root) BINFLAGS = -o ${BINOWNER} -g ${BINGROUP} @@ -180,5 +170,5 @@ install: $(EXECS) restart: $(RCDIR)/elogd restart clean: - -$(RM) *~ $(EXECS) regex.o mxml.o strlcpy.o locext + -$(RM) *~ $(EXECS) regex.o crypt.o mxml.o strlcpy.o locext