#ifndef ExtraIncludes
#define ExtraIncludes /**/
#endif
-
+#ifndef HesiodDefines
+#define HesiodDefines /**/
+#endif
+#ifndef HesiodLibs
+#define HesiodLibs /**/
+#endif
#ifndef DesDefines
#define DesDefines YouMustFigureOutYourDesDefines
#endif
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
#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. */