mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
25 lines
587 B
Text
25 lines
587 B
Text
#
|
|
# LDAP SunOS standard cc Make-platform file
|
|
#
|
|
|
|
#
|
|
# add any platform-specific overrides below here
|
|
#
|
|
|
|
|
|
#
|
|
# -------------------------------------------------------------------------
|
|
# you will probably not need to edit anything below this point
|
|
# -------------------------------------------------------------------------
|
|
5LINT = /usr/5bin/lint
|
|
|
|
PLATFORMCFLAGS= -Dsunos4
|
|
THREADS= -DTHREAD_SUNOS4_LWP
|
|
THREADSLIB=-llwp
|
|
|
|
#
|
|
# the SunOS 4 cc compiler doesn't understand function prototypes, so we
|
|
# need the unproto preprocessor
|
|
#
|
|
NEEDUNPROTO=yes
|
|
UNPROTOCFLAGS=-Qpath $(LDAPSRC)/build/unproto
|