]> git.sur5r.net Git - openldap/blob - build/platforms/sunos4-cc/Make-platform
Initial revision
[openldap] / build / platforms / sunos4-cc / Make-platform
1 #
2 # LDAP SunOS standard cc Make-platform file
3 #
4
5 #
6 # add any platform-specific overrides below here
7 #
8
9
10 #
11 # -------------------------------------------------------------------------
12 # you will probably not need to edit anything below this point
13 # -------------------------------------------------------------------------
14 5LINT   = /usr/5bin/lint
15
16 PLATFORMCFLAGS= -Dsunos4
17 THREADS= -DTHREAD_SUNOS4_LWP
18 THREADSLIB=-llwp
19
20 #
21 # the SunOS 4 cc compiler doesn't understand function prototypes, so we
22 # need the unproto preprocessor
23 #
24 NEEDUNPROTO=yes
25 UNPROTOCFLAGS=-Qpath $(LDAPSRC)/build/unproto