Skip to content
Snippets Groups Projects
Commit f18687e3 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Clean up Linux platform defaults based upon RPM suggestions.

-DNO_THREADS is now default.
parent a8040ca2
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,13 @@ LDBMLIB=-lgdbm
PLATFORMCFLAGS= -Dlinux
THREADS=-DPOSIX_THREADS -DREENTRANT
THREADSLIB=-lpthread
# not all versions of Linux support POSIX Threads
#THREADS=-DPOSIX_THREADS -DREENTRANT
#THREADSLIB=-lpthread
# crypt(3) is in -lcrypt
LDAP_CRYPT_LIB= -lcrypt
# crypt(3) is in -lcrypt on some versions of Linux
#LDAP_CRYPT_LIB= -lcrypt
LDAP_SENDMAIL=/usr/sbin/sendmail
LDAP_EDITOR=/bin/vi
LDAP_FINGER=/usr/bin/finger
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment