We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a848641 commit e439e45Copy full SHA for e439e45
cmake/ext/fileinfo/config.cmake.h.in
@@ -1,3 +1,6 @@
1
+/* Define to 1 if the system has the 'visibility' function attribute */
2
+#cmakedefine HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
3
+
4
/* Define to 1 if you have the 'strcasestr' function. */
5
#cmakedefine HAVE_STRCASESTR 1
6
@@ -6,6 +9,3 @@
9
7
10
/* Define to 1 if you have the 'utimes' function. */
8
11
#cmakedefine HAVE_UTIMES 1
-
-/* Define to 1 if the system has the 'visibility' function attribute */
-#cmakedefine HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
0 commit comments