summaryrefslogtreecommitdiff
path: root/build/cmake
diff options
context:
space:
mode:
authorSean Purcell <me@seanp.xyz>2017-04-26 11:10:17 -0700
committerSean Purcell <iburinoc@gmail.com>2017-05-15 23:06:49 -0400
commitcd63bdcda53a99389d994e5db2e19d8bbd74a62c (patch)
tree0750dce1688e92a280f1abfe6ea6e45f962ae746 /build/cmake
parent45232160e38fd41827712c0e8577835cb5287fd8 (diff)
downloadlibarchive-cd63bdcda53a99389d994e5db2e19d8bbd74a62c.tar.gz
Fix alphabetical order, other small fixes
Diffstat (limited to 'build/cmake')
-rw-r--r--build/cmake/config.h.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in
index fd5e5ec5..50978ce9 100644
--- a/build/cmake/config.h.in
+++ b/build/cmake/config.h.in
@@ -695,9 +695,6 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the `lz4' library (-llz4). */
#cmakedefine HAVE_LIBLZ4 1
-/* Define to 1 if you have the `zstd' library (-lzstd). */
-#cmakedefine HAVE_LIBZSTD 1
-
/* Define to 1 if you have the `lzma' library (-llzma). */
#cmakedefine HAVE_LIBLZMA 1
@@ -728,6 +725,9 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the `z' library (-lz). */
#cmakedefine HAVE_LIBZ 1
+/* Define to 1 if you have the `zstd' library (-lzstd). */
+#cmakedefine HAVE_LIBZSTD 1
+
/* Define to 1 if you have the <limits.h> header file. */
#cmakedefine HAVE_LIMITS_H 1
@@ -795,9 +795,6 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the <lz4.h> header file. */
#cmakedefine HAVE_LZ4_H 1
-/* Define to 1 if you have the <zstd.h> header file. */
-#cmakedefine HAVE_ZSTD_H 1
-
/* Define to 1 if you have the <lzmadec.h> header file. */
#cmakedefine HAVE_LZMADEC_H 1
@@ -1185,6 +1182,9 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the <zlib.h> header file. */
#cmakedefine HAVE_ZLIB_H 1
+/* Define to 1 if you have the <zstd.h> header file. */
+#cmakedefine HAVE_ZSTD_H 1
+
/* Define to 1 if you have the `_ctime64_s' function. */
#cmakedefine HAVE__CTIME64_S 1