]> andersk Git - moira.git/commitdiff
We're not using -DSYSV for anything now.
authordanw <danw>
Thu, 5 Feb 1998 22:40:15 +0000 (22:40 +0000)
committerdanw <danw>
Thu, 5 Feb 1998 22:40:15 +0000 (22:40 +0000)
#define USELOCALLIBS so we get the newer version of com_err

util/imake.includes/config.Imakefile

index 40bf1a96ef9888d7bf6b84735e2a60cd39fe1901..52121404681968e11a375b08092e1215d96aa5ff 100644 (file)
@@ -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
This page took 0.039614 seconds and 5 git commands to generate.