summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorkramm <kramm>2001-12-16 13:43:17 +0000
committerkramm <kramm>2001-12-16 13:43:17 +0000
commit2d592fb2f94a9b617bc907251dab6822b637982b (patch)
tree3b30bb330311f830354f583d611a742e5a5eb09a /config.h.in
parent9abb073e374a6ed00605e4e77d5aa6e6184520a7 (diff)
added checking whether system() can handle calls like
system("command `command2`")
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index eb976019..ef46f24a 100644
--- a/config.h.in
+++ b/config.h.in
@@ -142,4 +142,7 @@
/* use gzip/uncompress */
#undef USE_GZIP
+/* system() can handle command substitution */
+#undef SYSTEM_BACKTICKS
+
#endif