]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Eliminate some autoconf options that are no longer in use.
authorTim Kientzle <kientzle@gmail.com>
Tue, 24 Jun 2008 22:45:59 +0000 (18:45 -0400)
committerTim Kientzle <kientzle@gmail.com>
Tue, 24 Jun 2008 22:45:59 +0000 (18:45 -0400)
SVN-Revision: 141

configure.ac
cpio/config_freebsd.h
libarchive/config_freebsd.h
libarchive/config_windows.h
tar/config_freebsd.h

index 7c717a83cdd0fb1d75a06cb4fd7a8ee2c7c8945e..3d3f5058acde89a2dd96d3c636e8beb8f1e89b25 100644 (file)
@@ -164,15 +164,6 @@ AC_HEADER_DIRENT
 AC_HEADER_SYS_WAIT
 AC_CHECK_HEADERS([bzlib.h errno.h ext2fs/ext2_fs.h fcntl.h  grp.h])
 AC_CHECK_HEADERS([inttypes.h langinfo.h limits.h linux/fs.h])
-# Include inttypes.h into archive.h only if appropriate.
-# We can't use the HAVE_INTTYPES_H macro here because archive.h
-# gets installed as a system header and then included into client code
-# that doesn't define such macros.  (And we should certainly not
-# define such macros in system headers!)
-# Hence the following:
-AC_CHECK_HEADER(inttypes.h,
-        [AC_SUBST(ARCHIVE_H_INCLUDE_INTTYPES_H,['#include <inttypes.h> /* For int64_t */'])],
-        [AC_SUBST(ARCHIVE_H_INCLUDE_INTTYPES_H,[''])])
 AC_CHECK_HEADERS([locale.h paths.h poll.h pwd.h regex.h stdarg.h])
 AC_CHECK_HEADERS([stdint.h stdlib.h string.h sys/acl.h sys/ioctl.h])
 AC_CHECK_HEADERS([sys/param.h sys/poll.h sys/select.h sys/time.h sys/utime.h])
@@ -199,8 +190,6 @@ AC_CHECK_TYPE(off_t, [long long])
 AC_TYPE_SIZE_T
 AC_CHECK_TYPE(id_t, [unsigned long])
 AC_CHECK_TYPE(uintptr_t, [unsigned int])
-AC_CHECK_MEMBERS([struct stat.st_rdev])
-AC_CHECK_MEMBERS([struct tm.tm_gmtoff])
 # Check for high-resolution timestamps in struct stat
 AC_CHECK_MEMBERS([struct stat.st_mtimespec.tv_nsec])
 AC_CHECK_MEMBERS([struct stat.st_mtim.tv_nsec])
index 086b77a5339f4bd09f41ed84b250a7b8dd201e8d..992c850f97cfb8dd76726f74e48289cac01b873d 100644 (file)
@@ -91,7 +91,6 @@
 #define        HAVE_STRRCHR 1
 #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
 #define        HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
-#define        HAVE_STRUCT_STAT_ST_RDEV 1
 #define        HAVE_SYS_ACL_H 1
 #define        HAVE_SYS_IOCTL_H 1
 #define        HAVE_SYS_PARAM_H 1
index 4559c475ae531a0c136b0eb66e3b2f9662c49ce5..4182b71df47b6ca737e287a2ed1b6e0b113c0726 100644 (file)
@@ -87,8 +87,6 @@
 #define        HAVE_STRING_H 1
 #define        HAVE_STRRCHR 1
 #define        HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
-#define        HAVE_STRUCT_STAT_ST_RDEV 1
-#define        HAVE_STRUCT_TM_TM_GMTOFF 1
 #define        HAVE_SYS_ACL_H 1
 #define        HAVE_SYS_IOCTL_H 1
 #define        HAVE_SYS_SELECT_H 1
index 0c577d8a66aeb8c1ad3168599e041c4c14216022..4144f8120f5540117a67cb437fd8f9a549cb18f3 100644 (file)
 /* Define to 1 if `st_mtim.tv_nsec' is member of `struct stat'. */
 /* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
 
-/* Define to 1 if `st_rdev' is member of `struct stat'. */
-#define HAVE_STRUCT_STAT_ST_RDEV 1
-
-/* Define to 1 if `tm_gmtoff' is member of `struct tm'. */
-/* #undef HAVE_STRUCT_TM_TM_GMTOFF */
-
 /* Define to 1 if you have the <sys/acl.h> header file. */
 /* #undef HAVE_SYS_ACL_H */
 
index b12b623b1c59bbc17b57b07497e7642e6688e057..bdfe71b41eeac8e4f2a33ecf6c4590192a8ff6dc 100644 (file)
@@ -91,7 +91,6 @@
 #define        HAVE_STRRCHR 1
 #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
 #define        HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
-#define        HAVE_STRUCT_STAT_ST_RDEV 1
 #define        HAVE_SYS_ACL_H 1
 #define        HAVE_SYS_IOCTL_H 1
 #define        HAVE_SYS_PARAM_H 1