* Applied a patch sent in by Wilfried Goesgens which allows the various
[citadel.git] / citadel / acconfig.h
index c73bc1946a3c7e703bf7fce68bd90318b6352e4f..2bb230c4ad6ddf30f0deca6e01f3cca3f698dfb7 100644 (file)
 
 /* define this if you have the resolv.h header file. */
 #undef HAVE_RESOLV_H
+
+/* define, if the user suplied a data-directory to use. */
+#undef HAVE_DATA_DIR
+#undef DATA_DIR
+
+/* define, if the user suplied a spool-directory to use. */
+#undef HAVE_SPOOL_DIR
+#undef SPOOL_DIR
+
+/* define, where the config should go in unix style */
+#undef HAVE_ETC_DIR
+#undef ETC_DIR
+
+/* define, where the config should go in unix style */
+#undef HAVE_RUN_DIR
+#undef RUN_DIR
+
+
+#undef EGD_POOL