My best guess for Linux settings

This commit is contained in:
Kurt Zeilenga 1998-08-20 04:24:31 +00:00
parent 4db1815b5a
commit c0d5017cf8

View File

@ -6,16 +6,17 @@
# add any platform-specific overrides below here
#
# crypt(3) is in -lcrypt
LDAP_CRYPT_LIB= -lcrypt
#
# -------------------------------------------------------------------------
# you will probably not need to edit anything below this point
# -------------------------------------------------------------------------
EXTRACFLAGS=-O -g
CC = gcc
RANLIB = "ranlib"
LDBMBACKEND=-DLDBM_USE_GDBM
LDBMLIB=-lgdbm
PLATFORMCFLAGS= -Dlinux
THREADS=-DPOSIX_THREADS -DREENTRANT
THREADSLIB=-lpthread
# crypt(3) is in -lcrypt
LDAP_CRYPT_LIB= -lcrypt