]> andersk Git - moira.git/commitdiff
changes for GDSS import
authordanw <danw>
Fri, 11 Jul 1997 00:01:08 +0000 (00:01 +0000)
committerdanw <danw>
Fri, 11 Jul 1997 00:01:08 +0000 (00:01 +0000)
util/imake.includes/config.Imakefile

index e3bc3dc3626b697e49ce8ab0487fcbb8544a6f23..ce0a695c82c65dafa728402d5518c96582c3bd7c 100644 (file)
@@ -17,11 +17,11 @@ OSDEFS= -DPOSIX
 #endif
 
 #ifdef sgi
-OSDEFS= -DPOSIX -DUSE_CRYPT_H
+OSDEFS= -DPOSIX -DUSE_CRYPT_H -DSYSV
 #endif
 
 #if defined(SOLARIS)
-OSDEFS= -DPOSIX -DSOLARIS
+OSDEFS= -DPOSIX -DSOLARIS -DSYSV
 OSLIBS= -lresolv -lsocket -lnsl
 #endif
 
@@ -109,20 +109,10 @@ LZEPHYR=-lzephyr
  * stamp user records to guarentee their authenticity.  Also define
  * location of library and includes.
  */
-#if !defined(linux) && !defined(__NetBSD__)
 #define GDSS
 #define DO_GDSS
-#ifdef sgi
-LIBGDSS= /mit/gdss/lib/libgdss.a
-#else
-#ifdef SOLARIS
-LIBGDSS= /mit/gdss/`machtype`/libgdss.a -lbsd
-#else
-LIBGDSS= /mit/gdss/`machtype`/libgdss.a
-#endif
-#endif
-GDSSINC= -DGDSS -I/mit/gdss/include
-#endif /* GDSS */
+LIBGDSS= $(BUILDTOP)/util/gdss/lib/libgdss.a
+GDSSINC= -DGDSS -I$(BUILDTOP)/util/gdss/include
 
 /*
  * Define your DBMS here.  Currently only ORACLE is supported.
This page took 0.62851 seconds and 5 git commands to generate.