X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=config.h;h=4e6ba3a7502774c2dbcd50c27eb6323e73a55d7b;hp=dbfe0295fdf4c32c49ae672108c2905a0af373ce;hb=a81be540c665d2e751ed06510a47b934fa075140;hpb=4db6a6709bb3426466317c04c618bcb8034bb5b5 diff --git a/config.h b/config.h index dbfe0295..4e6ba3a7 100644 --- a/config.h +++ b/config.h @@ -1,7 +1,9 @@ /* Generated by CCAN configurator */ #ifndef CCAN_CONFIG_H #define CCAN_CONFIG_H +#ifndef _GNU_SOURCE #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"