summaryrefslogtreecommitdiffstats
path: root/src/config/Project.tmpl
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-03-21 10:53:41 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-03-21 10:53:41 +0000
commitaba94eec75856f1bef678a545975d183fd6f53d7 (patch)
tree3ab8405ba78233ac52c9898573c055847819fe60 /src/config/Project.tmpl
parent01ecea3b9a69f0b14c1045f4e82c2bc6417ee8e0 (diff)
downloadkrb5-aba94eec75856f1bef678a545975d183fd6f53d7.tar.gz
krb5-aba94eec75856f1bef678a545975d183fd6f53d7.tar.xz
krb5-aba94eec75856f1bef678a545975d183fd6f53d7.zip
add placeholders for Zephyr stuff
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1936 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config/Project.tmpl')
-rw-r--r--src/config/Project.tmpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/config/Project.tmpl b/src/config/Project.tmpl
index b5c09d967..d422c6b6e 100644
--- a/src/config/Project.tmpl
+++ b/src/config/Project.tmpl
@@ -58,6 +58,14 @@
#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