]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Move a definition of HAVE_LINUX_TYPES_H in build/cmake/config.h.in after HAVE_LINUX_M...
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 11 Mar 2012 15:00:59 +0000 (00:00 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Mon, 12 Mar 2012 07:04:57 +0000 (16:04 +0900)
build/cmake/config.h.in

index 5ccf3681d310ccdc9ee7fe80ce0455de828328a7..4c741d609db4fcf4e0679ad6188148f9ed3e8565 100644 (file)
@@ -600,9 +600,6 @@ typedef uint64_t uintmax_t;
 /* Define to 1 if you have the `link' function. */
 #cmakedefine HAVE_LINK 1
 
-/* Define to 1 if you have the <linux/types.h> header file. */
-#cmakedefine HAVE_LINUX_TYPES_H 1
-
 /* Define to 1 if you have the <linux/fiemap.h> header file. */
 #cmakedefine HAVE_LINUX_FIEMAP_H 1
 
@@ -612,6 +609,9 @@ typedef uint64_t uintmax_t;
 /* Define to 1 if you have the <linux/magic.h> header file. */
 #cmakedefine HAVE_LINUX_MAGIC_H 1
 
+/* Define to 1 if you have the <linux/types.h> header file. */
+#cmakedefine HAVE_LINUX_TYPES_H 1
+
 /* Define to 1 if you have the `listea' function. */
 #cmakedefine HAVE_LISTEA 1