#ifndef ArAddCmd
#define ArAddCmd ar cruv
#endif
+#ifndef Krb4LibList
+#define Krb4LibList -lkrb -ldes
+#endif
+#ifndef Krb4Includes
+#define Krb4Includes -I$(TOP)/include/kerberosIV
+#endif
+
#ifndef SSTopIncludes
#ifdef UseSSInstalled
#define SSTopIncludes /**/
KLIB = $(DEPKLIB) $(ISODELIB) $(COMERRLIB) $(DBMLIB)
DEPKDBLIB = $(TOP)/lib/kdb/libkdb.a
KDBLIB = $(DEPKDBLIB)
+ KRB4LIB = Krb4LibList
+ KRB4INCLUDES = Krb4Includes
#ifdef UseImakeInstalled
IMAKE = imake /* assume BINDIR in path */
#define Krb4ApplCompat /* turn this on if you want selected applications to
work with both v4 & v5 code */
+/* #define Krb4Includes <empty> -- If you don't want to use our copy of the
+ Kerberos V4 include files, set this to
+ an empty name, by using the /**/
+/* trick */
+/* #define Krb4LibList -lquux -- If -lkrb -ldes is NOT the right thing
+ to get V4 libraries, define it here
+ to something else */
+
/* the following might want to be put into a specific architecture
definition file */