diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-25 11:00:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-25 11:00:16 +0000 |
commit | 87dc44e43469b71386754492fcd80e7755c65427 (patch) | |
tree | b1a2e31798b5a709feec0aed61c1e65d2856ee53 | |
parent | 29e0fcd091d3527fa431595aa2db39315d19094e (diff) |
portability, step one, use a config.h.in file
-rw-r--r-- | tests/server/config.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/server/config.h.in b/tests/server/config.h.in new file mode 100644 index 000000000..544ce1047 --- /dev/null +++ b/tests/server/config.h.in @@ -0,0 +1,2 @@ + +#undef HAVE_SIGNAL |