From 0a787f89662cadea0dae552003975ccc1268d2dc Mon Sep 17 00:00:00 2001 From: John Kohl Date: Tue, 23 Apr 1991 13:14:20 +0000 Subject: [PATCH] add WantPrototypes stuff git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2025 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/Project.tmpl | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/config/Project.tmpl b/src/config/Project.tmpl index d422c6b6e..530be76b3 100644 --- a/src/config/Project.tmpl +++ b/src/config/Project.tmpl @@ -254,10 +254,15 @@ P_TIME_DEFS=-DUseTimeH -UUseSysTimeH #else P_TIME_DEFS=-DUseSysTimeH -UUseTimeH #endif +#if WantPrototypes +P_PROTOS=-DProvidePrototypes +#else +P_PROTOS=-UProvidePrototypes +#endif #if NeedNarrowPrototypes -P_PROTOS=-DUseNarrowPrototypes +P_NPROTO=-DUseNarrowPrototypes #else -P_PROTOS=-UUseNarrowPrototypes +P_NPROTO=-UUseNarrowPrototypes #endif /* @@ -281,7 +286,7 @@ P_PROTOS=-UUseNarrowPrototypes 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 + 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) $(P_NPROTO) -DUnifdefRan DESDEFINES = DesDefines TOPLIBD = $(TOP)/lib OSLIB = os -- 2.26.2