]> andersk Git - moira.git/blobdiff - util/imake.includes/config.Imakefile
fix RCS Id strings
[moira.git] / util / imake.includes / config.Imakefile
index 40bf1a96ef9888d7bf6b84735e2a60cd39fe1901..62f88d7257b38c08a3d5de11206ec7df0c749fe2 100644 (file)
@@ -17,11 +17,11 @@ OSDEFS= -DPOSIX
 #endif
 
 #ifdef sgi
-OSDEFS= -DPOSIX -DSYSV
+OSDEFS= -DPOSIX -DNEED_GETUSERSHELL
 #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.29417 seconds and 4 git commands to generate.