mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Windows build now uses PLATFORM_CONFIG_H macro, so we can eliminate the
special case for it.
This commit is contained in:
parent
a8d0992f23
commit
b55ef4a75a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185665
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user