Removed HAVE_CRYPT

SVN revision: 2310
This commit is contained in:
Stefan Ritt 2010-07-31 15:45:42 +00:00
parent 231215e193
commit fc0fe3762a

View File

@ -24,9 +24,6 @@ RCDIR = $(ROOT)/etc/rc.d/init.d
# flag for SSL support # flag for SSL support
USE_SSL = 1 USE_SSL = 1
# flag for crypt() support
USE_CRYPT = 1
############################################################# #############################################################
# Default compilation flags unless stated otherwise. # Default compilation flags unless stated otherwise.
@ -80,13 +77,6 @@ LIBS += -lssl
endif endif
endif endif
ifdef USE_CRYPT
ifneq ($(USE_CRYPT),0)
CFLAGS += -DHAVE_CRYPT
LIBS += -lcrypt
endif
endif
WHOAMI = $(shell whoami) WHOAMI = $(shell whoami)
ifeq ($(WHOAMI),root) ifeq ($(WHOAMI),root)
BINFLAGS = -o ${BINOWNER} -g ${BINGROUP} BINFLAGS = -o ${BINOWNER} -g ${BINGROUP}
@ -180,5 +170,5 @@ install: $(EXECS)
restart: restart:
$(RCDIR)/elogd restart $(RCDIR)/elogd restart
clean: clean:
-$(RM) *~ $(EXECS) regex.o mxml.o strlcpy.o locext -$(RM) *~ $(EXECS) regex.o crypt.o mxml.o strlcpy.o locext