]> andersk Git - moira.git/blobdiff - util/imake.includes/config.Imakefile
Fixes to build with `gcc' instead of `gcc -traditional' on suns. (Needed
[moira.git] / util / imake.includes / config.Imakefile
index ce0a695c82c65dafa728402d5518c96582c3bd7c..7cc9dafca03204cfbe03388d900893d78e7f9c10 100644 (file)
@@ -17,7 +17,7 @@ OSDEFS= -DPOSIX
 #endif
 
 #ifdef sgi
-OSDEFS= -DPOSIX -DUSE_CRYPT_H -DSYSV
+OSDEFS= -DPOSIX -DSYSV
 #endif
 
 #if defined(SOLARIS)
@@ -209,10 +209,14 @@ MOTIFINC= /mit/motif/include
 MOTIFLIB= /mit/motif/`machtype`lib
 #endif
 
-/* where crypt is, if not libc */
+/* where crypt is, if not libc and unistd.h */
 #ifdef __NetBSD__
 CRYPT= -lcrypt
 #endif
+#if defined(sgi) || defined(SOLARIS)
+#define USE_CRYPT_H
+#endif
+
 
 /*
  * The name of a command which builds an object library.
This page took 0.041326 seconds and 4 git commands to generate.