Windows build now uses PLATFORM_CONFIG_H macro, so we can eliminate the

special case for it.
This commit is contained in:
Tim Kientzle 2008-12-06 05:53:05 +00:00
parent a8d0992f23
commit b55ef4a75a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185665

View File

@ -39,10 +39,7 @@
/* archive.h and archive_entry.h require this. */
#define __LIBARCHIVE_BUILD 1
#ifdef _WIN32
#include "config_windows.h"
#include "archive_windows.h"
#elif defined(PLATFORM_CONFIG_H)
#if defined(PLATFORM_CONFIG_H)
/* Use hand-built config.h in environments that need it. */
#include PLATFORM_CONFIG_H
#elif defined(HAVE_CONFIG_H)