Release version 955 generated by do-release.sh
[citadel.git] / citadel / server / sysdep.h
index 5659b46e122c2c4156e518c27680c94710b9fd21..20d5a601dee0410164a494596afc529f3c1b1ccb 100644 (file)
@@ -1,7 +1,8 @@
 
 
-/* define this to the Citadel home directory */
-#define CTDLDIR "/root/citadel/citadel"
+#ifndef CTDLDIR
+#error CTDLDIR is not defined , did we not run configure ?
+#endif
 
 /* define, if the user suplied a data-directory to use. */
 /* #undef DATA_DIR */
 /* Define to the full name of this package. */
 #define PACKAGE_NAME "Citadel"
 
-/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "Citadel 951"
-
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "citadel"