mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
libarchive: Restore compilation of archive_parse_date within CMakeLib
This commit is contained in:
@@ -27,6 +27,10 @@
|
||||
#ifndef ARCHIVE_INTEGER_H_INCLUDED
|
||||
#define ARCHIVE_INTEGER_H_INCLUDED
|
||||
|
||||
#ifdef CM_PARSE_DATE
|
||||
#define HAVE_STDINT_H 1
|
||||
#define USE_STDCKDINT 0
|
||||
#else
|
||||
#include "archive_platform.h"
|
||||
|
||||
/* Note: This is a purely internal header! */
|
||||
@@ -35,6 +39,7 @@
|
||||
#ifndef __LIBARCHIVE_BUILD
|
||||
#error This header is only to be used internally to libarchive.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_INTSAFE_H
|
||||
#define ENABLE_INTSAFE_SIGNED_FUNCTIONS
|
||||
|
||||
Reference in New Issue
Block a user