Master User hack is now defined in site config instead of
[citadel.git] / citadel / include / datadefinitions.h
index a3d04b7e6ce121c2ded8c786de3e0b87bdfb07c3..a6ca931e7ac061e4e94ada1d08d84129966eb9d1 100644 (file)
@@ -1,6 +1,7 @@
-
-
 /**
+ *
+ * $Id$
+ *
  * this file contains the defines that convert our x-macros to datatypes
  */
 #define CFG_VALUE(a,b) a
@@ -22,8 +23,5 @@
 #define TIME(a) time_t a
 #define UID_T(a) uid_t a
 
-
-
 #define STRING_BUF(a, b) char a[b]
 #define STRING(a) char *a
-