adding HasTcl variable
authorTom Yu <tlyu@mit.edu>
Thu, 9 Jun 1994 15:34:48 +0000 (15:34 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 9 Jun 1994 15:34:48 +0000 (15:34 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3688 dc483132-0cff-0310-8789-dd5450dbe970

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

index 0023b58884570619d278a0d5d857d6ce9d44c7e5..edbc8935b57fb07e517d9492361307bc9808eae8 100644 (file)
 #define HasHashLibrary NO
 #endif
 
+#ifndef HasTcl
+#define HasTcl NO
+#define TclDefines /**/
+#else
+#define TclDefines -DTCL
+#endif
+#ifndef TclLibs
+#define TclLibs /**/
+#endif
+#ifndef TclIncludes
+#define TclIncludes /**/
+#endif
 /* Hack around sun cpp bug */
   
 PEPSY_WARNING_STRING = \
@@ -651,3 +663,7 @@ P_KRB4_COMPAT=-UKrb4Compat
                     Concat(Krb5Incdir,/krb5/asn.1) \
                     Concat(Krb5Incdir,/kerberosIV)
  KRB5_OTHERMKDIRS = Krb5Othermkdirs
+
+      TCLINCLUDES = TclIncludes
+          TCLLIBS = TclLibs
+       TCLDEFINES = TclDefines
index 100b152aa34de855c0d8bec8c14b906e8cb1cc28..0ae8cdfb040e47d617f93785d3a3d2c79948d25d 100644 (file)
 #define        OptimizedCDebugFlags -O3
 #define DefaultCDebugFlags OptimizedCDebugFlags -g
 #endif
+#define HasTcl YES
+#define TclIncludes -I/u1/tcl/include
+#define TclLibs -L/u1/tcl/lib -ltcl -lm