X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=config.h;h=34aed3c9f163f815fc45c33c8e5a4ce82c154531;hp=03b8c5bb870ea9bc51ce877ac07da1f10e471cf4;hb=ebcbbcfafce6a239724c841d30b9ba345cef41e4;hpb=655bae650e868e037d3db9f6e475f59b58e3e078 diff --git a/config.h b/config.h index 03b8c5bb..34aed3c9 100644 --- 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 @@ -42,8 +43,10 @@ #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