add placeholders for Zephyr stuff
authorJohn Kohl <jtkohl@mit.edu>
Thu, 21 Mar 1991 10:53:41 +0000 (10:53 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 21 Mar 1991 10:53:41 +0000 (10:53 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1936 dc483132-0cff-0310-8789-dd5450dbe970

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

index b5c09d9676424ae7ceefe2363cdd53a2a14d5677..d422c6b6e39806e56965908c0f6fa037e5cc5b9e 100644 (file)
 #ifndef HesiodLibs
 #define HesiodLibs /**/
 #endif
+#if 0
+#ifndef ZephyrDefines
+#define ZephyrDefines /**/
+#endif
+#ifndef ZephyrLibs
+#define ZephyrLibs /**/
+#endif
+#endif
 #ifndef DesDefines
 #define DesDefines YouMustFigureOutYourDesDefines
 #endif
@@ -268,6 +276,10 @@ P_PROTOS=-UUseNarrowPrototypes
           UNIFDEF = UnifdefCmd
           HESDEFS = HesiodDefines
           HESLIBS = HesiodLibs
+#if 0
+         ZEPHDEFS = ZephyrDefines
+         ZEPHLIBS = ZephyrLibs
+#endif
 
   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
index c92636e09400ce1daae1fe5933bb8246adf25703..26c18a74e72d0e48f24a07d7635a36e263ef5362 100644 (file)
 #define HesiodDefines -DHESIOD
 #define HesiodLibs -lhesiod
 
+#if 0
+/* not yet in use, but maybe someday... */
+/* If you have the Zephyr 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.
+
+   NOTE:  You must have Kerberos v4 in order to use Zephyr.
+ */
+#define ZephyrDefines -DZEPHYR
+#define ZephyrLibs -lzephyr
+#endif
+
 /* 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. */