add HESIOD stuff
authorJohn Kohl <jtkohl@mit.edu>
Thu, 21 Mar 1991 10:20:46 +0000 (10:20 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 21 Mar 1991 10:20:46 +0000 (10:20 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1934 dc483132-0cff-0310-8789-dd5450dbe970

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

index b135e83401d9623afeebe854743c74466d2ad1ab..b5c09d9676424ae7ceefe2363cdd53a2a14d5677 100644 (file)
 #ifndef ExtraIncludes
 #define ExtraIncludes /**/
 #endif
-
+#ifndef HesiodDefines
+#define HesiodDefines /**/
+#endif
+#ifndef HesiodLibs
+#define HesiodLibs /**/
+#endif
 #ifndef DesDefines
 #define DesDefines YouMustFigureOutYourDesDefines
 #endif
@@ -261,6 +266,9 @@ P_PROTOS=-UUseNarrowPrototypes
             IMAKE = ImakeCmd
            DEPEND = DependCmd
           UNIFDEF = UnifdefCmd
+          HESDEFS = HesiodDefines
+          HESLIBS = HesiodLibs
+
   PROCESS_DEFINES = $(P_TERMIOS) $(P_FLOCKS) $(P_TYPES) $(P_SIGTYPE) $(P_STRINGH) $(P_BITSIZE) $(P_DBM) $(P_INET) $(P_STDLIBH) $(P_TIME_DEFS) $(P_PROTOS) -DUnifdefRan
        DESDEFINES = DesDefines
           TOPLIBD = $(TOP)/lib
index 14de2883742ebc216f1fccf57975377d2b693dff..c92636e09400ce1daae1fe5933bb8246adf25703 100644 (file)
 #define DbmLib -ldbm
 #endif
 
+/* If you have the Hesiod software and libraries installed, and want to
+   use it in some application programs, then turn these on.  If they're
+   not turned on, they are left empty in Project.tmpl */
+#define HesiodDefines -DHESIOD
+#define HesiodLibs -lhesiod
+
 /* define IsodeLib to be what you pass to the loader to find the ISODE
    library.  This might want to be -lisode if you have it installed.
    IsodeDir is put into the 'make' variable ISODE. */