summaryrefslogtreecommitdiff
path: root/src/include/port/aix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/aix.h')
-rw-r--r--src/include/port/aix.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/include/port/aix.h b/src/include/port/aix.h
index 25d33eb87b8..a329e967f43 100644
--- a/src/include/port/aix.h
+++ b/src/include/port/aix.h
@@ -1,8 +1,10 @@
-# define USE_POSIX_TIME
-# define USE_POSIX_SIGNALS
-# define CLASS_CONFLICT
-# define DISABLE_XOPEN_NLS
-# define HAVE_ANSI_CPP
-# define HAS_TEST_AND_SET
- typedef unsigned int slock_t;
-#include <sys/machine.h> /* ENDIAN definitions for network communication */
+#define USE_POSIX_TIME
+#define USE_POSIX_SIGNALS
+#define CLASS_CONFLICT
+#define DISABLE_XOPEN_NLS
+#define HAVE_ANSI_CPP
+#define HAS_TEST_AND_SET
+typedef unsigned int slock_t;
+
+#include <sys/machine.h> /* ENDIAN definitions for network
+ * communication */