]> git.ozlabs.org Git - ccan/blobdiff - tools/tools.h
Change link naming to vastly prefer -with-deps download.
[ccan] / tools / tools.h
index 449512550c035c40e8158318b720fb6fb890fc3c..84b1fb8abe277a797517636593eafc601659b1a8 100644 (file)
@@ -6,6 +6,8 @@
                        "abcdefghijklmnopqrstuvwxyz" \
                        "01234567889_"
 
+#define SPACE_CHARS    " \f\n\r\t\v"
+
 #define CFLAGS "-O3 -Wall -Wundef -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -Iccan/ -I."
 
 /* This actually compiles and runs the _info.c file to get dependencies. */