Automaked pazpar2. Bug #799. Preprocessor defines are put in cconfig.h and
[pazpar2-moved-to-github.git] / src / util.c
index a8547fa..8abcddc 100644 (file)
@@ -1,6 +1,11 @@
-/* $Id: util.c,v 1.1 2006-12-20 20:47:16 quinn Exp $ */
+/* $Id: util.c,v 1.2 2007-01-08 12:43:41 adam Exp $ */
 
 #include <stdlib.h>
+
+#if HAVE_CONFIG_H
+#include <cconfig.h>
+#endif
+
 #include <yaz/yaz-util.h>
 
 void die(char *string, char *add)