add Krb4LibList, Krb4Includes
authorJohn Kohl <jtkohl@mit.edu>
Thu, 1 Nov 1990 14:26:12 +0000 (14:26 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 1 Nov 1990 14:26:12 +0000 (14:26 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1387 dc483132-0cff-0310-8789-dd5450dbe970

src/config/Project.tmpl
src/config/site.def

index e0de46a58f70f9daa24bc562aa4f194f5e0113f4..ccfd2748ff1d886501584d4b8e946ebcdbd8ce61 100644 (file)
 #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 /**/  
@@ -248,6 +255,8 @@ P_TIME_DEFS=-DUseSysTimeH -UUseTimeH
              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 */
index a20b6b7d04888d7581df0ea76570c02553b127c1..cf1b2d27bb653f3c16a4b420e5690252f78f4700 100644 (file)
 
 #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 */