include setup.h properly, not config.h

This commit is contained in:
Daniel Stenberg 2001-08-24 07:39:50 +00:00
parent aace68c91b
commit d5112c0dec

View File

@ -32,9 +32,8 @@
* This code will break if int is smaller than 32 bits * This code will break if int is smaller than 32 bits
*/ */
#ifdef HAVE_CONFIG_H #include "setup.h"
#include <config.h>
#endif
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>