]> git.ozlabs.org Git - ccan/blobdiff - tools/tools.h
zero-append test for tdb.
[ccan] / tools / tools.h
index 449512550c035c40e8158318b720fb6fb890fc3c..4bdb8077e26c82b3f6934877a2b7f82706ccf0e0 100644 (file)
@@ -6,12 +6,14 @@
                        "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. */
+/* This actually compiles and runs the info file to get dependencies. */
 char **get_deps(const void *ctx, const char *dir, bool recurse);
 
-/* This is safer: just looks for ccan/ strings in _info.c */
+/* This is safer: just looks for ccan/ strings in info */
 char **get_safe_ccan_deps(const void *ctx, const char *dir, bool recurse);
 
 #endif /* CCAN_TOOLS_H */