From: danw Date: Thu, 5 Feb 1998 22:40:15 +0000 (+0000) Subject: We're not using -DSYSV for anything now. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/be71418bb61953c40c0e8d2add7768c06e027bfd We're not using -DSYSV for anything now. #define USELOCALLIBS so we get the newer version of com_err --- diff --git a/util/imake.includes/config.Imakefile b/util/imake.includes/config.Imakefile index 40bf1a96..52121404 100644 --- a/util/imake.includes/config.Imakefile +++ b/util/imake.includes/config.Imakefile @@ -17,11 +17,11 @@ OSDEFS= -DPOSIX #endif #ifdef sgi -OSDEFS= -DPOSIX -DSYSV +OSDEFS= -DPOSIX #endif #if defined(SOLARIS) -OSDEFS= -DPOSIX -DSOLARIS -DSYSV +OSDEFS= -DPOSIX -DSOLARIS OSLIBS= -lresolv -lsocket -lnsl #endif @@ -88,7 +88,8 @@ MANDIR= /usr/athena/man * your environment the following libraries and associated tools: com_err */ -#define USELOCALLIBS +/* we want the newer versions from our source tree */ +/* #define USELOCALLIBS */ /* * Define HESIOD if you have hesiod installed on your system and want