]> git.ozlabs.org Git - ccan/blobdiff - config.h
tools: Add create-ccan-tree utility
[ccan] / config.h
index 03b8c5bb870ea9bc51ce877ac07da1f10e471cf4..34aed3c9f163f815fc45c33c8e5a4ce82c154531 100644 (file)
--- a/config.h
+++ b/config.h
@@ -5,8 +5,9 @@
 #define _GNU_SOURCE /* Always use GNU extensions. */
 #endif
 #define CCAN_COMPILER "cc"
-#define CCAN_CFLAGS "-g -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wwrite-strings -DCCAN_STR_DEBUG=1"
+#define CCAN_CFLAGS "-g3 -ggdb -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wwrite-strings -DCCAN_STR_DEBUG=1"
 
+#define HAVE_CCAN 1
 #define HAVE_32BIT_OFF_T 1
 #define HAVE_ALIGNOF 1
 #define HAVE_ASPRINTF 1
 #define HAVE_MMAP 1
 #define HAVE_PROC_SELF_MAPS 1
 #define HAVE_QSORT_R_PRIVATE_LAST 1
+#define HAVE_SECTION_START_STOP 1
 #define HAVE_STACK_GROWS_UPWARDS 0
 #define HAVE_STATEMENT_EXPR 1
+#define HAVE_SYS_FILIO_H 0
 #define HAVE_TYPEOF 1
 #define HAVE_UTIME 1
 #define HAVE_WARN_UNUSED_RESULT 1