include config.h before all system headers, so that _FILE_OFFSET_BITS and
[platform/upstream/curl.git] / tests / libtest / test.h
1 #ifdef HAVE_CONFIG_H
2 /* Now include the config.h file from libcurl's private libdir, so that we
3    get good in-depth knowledge about the system we're building this on */
4 #include "config.h"
5 #endif
6
7 #include <curl.h>
8 #include <stdio.h>
9 #include <string.h>
10
11 extern char *arg2; /* set by first.c to the argv[2] or NULL */
12