mirror of
https://github.com/curl/curl.git
synced 2026-07-26 14:17:50 +03:00
include "config.h" from the lib's private dir
This commit is contained in:
parent
606f72bb13
commit
f8d552dde5
1 changed files with 6 additions and 0 deletions
|
|
@ -2,5 +2,11 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue