]> mj.ucw.cz Git - libucw.git/blobdiff - lib/config.h
sign mismatch fixed
[libucw.git] / lib / config.h
index 66cc25a020295224912d5924a45e91a2786f631d..0cee3ffe02f54693aa16e25e9c30c0349400ec72 100644 (file)
@@ -7,10 +7,9 @@
 #ifndef _SHERLOCK_CONFIG_H
 #define _SHERLOCK_CONFIG_H
 
-/* Custom configuration */
+/* Configuration switches */
 
 #include "lib/autoconf.h"
-#include "lib/custom.h"
 
 /* Version */
 
@@ -42,6 +41,10 @@ typedef unsigned int sh_time_t;              /* Timestamp */
 
 typedef u32 oid_t;                     /* Object ID */
 
+/* Custom stuff */
+
+#include "lib/custom.h"
+
 /* Data types and functions for accessing file positions */
 
 #ifdef SHERLOCK_CONFIG_LARGE_DB