From f8d552dde584b2615143a258e624d85a911c7a65 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 12 Mar 2003 08:54:11 +0000 Subject: include "config.h" from the lib's private dir --- tests/libtest/test.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/libtest') diff --git a/tests/libtest/test.h b/tests/libtest/test.h index 1e5b67c96..0451f88ca 100644 --- a/tests/libtest/test.h +++ b/tests/libtest/test.h @@ -2,5 +2,11 @@ #include #include +#ifdef HAVE_CONFIG_H +/* Now include the config.h file from libcurl's private libdir, so that we + get good in-depth knowledge about the system we're building this on */ +#include "config.h" +#endif + extern char *arg2; /* set by first.c to the argv[2] or NULL */ -- cgit v1.2.3