From: danw Date: Fri, 11 Jul 1997 00:01:08 +0000 (+0000) Subject: changes for GDSS import X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/82302b7a1f3e994a086b699a9471f6f6840b0fc4 changes for GDSS import --- diff --git a/util/imake.includes/config.Imakefile b/util/imake.includes/config.Imakefile index e3bc3dc3..ce0a695c 100644 --- a/util/imake.includes/config.Imakefile +++ b/util/imake.includes/config.Imakefile @@ -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.