[10577] in Athena Bugs
athena/athena.lib/neos/server/Imakefile
daemon@ATHENA.MIT.EDU (brlewis@Athena.MIT.EDU)
Thu Jun 24 15:02:34 1993
From: brlewis@Athena.MIT.EDU
Date: Thu, 24 Jun 93 15:02:29 -0400
To: bugs@Athena.MIT.EDU, rel-eng@Athena.MIT.EDU
I haven't actually gotten the neos server to compile on hpux -- ndbm
exists only in the man pages. This may change when I get hpux 9.
*** /tmp/,RCSt1a21649 Thu Jun 24 15:00:50 1993
--- Imakefile Mon Jun 21 11:00:33 1993
***************
*** 16,23 ****
PROTDIR=../protocol
ETSDIR=../ets
! /* RS/6000 should use RPC from libc */
! #if !defined(_IBMR2)
RPCINC=-I../rpc3.9/usr/include
#endif
--- 16,23 ----
PROTDIR=../protocol
ETSDIR=../ets
! /* some platforms should use RPC from libc */
! #if !defined(_IBMR2) && !defined(sun) && !defined(hpux)
RPCINC=-I../rpc3.9/usr/include
#endif
***************
*** 47,53 ****
DEFINES= ${INCLUDES} ${DEFKRB} ${DEFHES} ${DEFMULTI} ${DEFDEBUG}
! #if !defined(_IBMR2)
MALLOCSRC = malloc.c
MALLOCOBJ = malloc.o
#endif
--- 47,53 ----
DEFINES= ${INCLUDES} ${DEFKRB} ${DEFHES} ${DEFMULTI} ${DEFDEBUG}
! #if !defined(_IBMR2) && !defined(hpux)
MALLOCSRC = malloc.c
MALLOCOBJ = malloc.o
#endif