summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake8
1 files changed, 2 insertions, 6 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 3e5a9a95397..bbeb457fd13 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -569,12 +569,8 @@
#cmakedefine WSREP_PROC_INFO 1
#endif
-#ifdef _AIX
-/*
- AIX includes inttypes.h from sys/types.h
- Explicitly request format macros before the first inclusion of inttypes.h
-*/
+#if !defined(__STDC_FORMAT_MACROS)
#define __STDC_FORMAT_MACROS
-#endif
+#endif // !defined(__STDC_FORMAT_MACROS)
#endif