diff options
author | Bruce Momjian | 1997-09-07 05:04:48 +0000 |
---|---|---|
committer | Bruce Momjian | 1997-09-07 05:04:48 +0000 |
commit | 1ccd423235a48739d6f7a4d7889705b5f9ecc69b (patch) | |
tree | 8001c4e839dfad8f29ceda7f8c5f5dbb8759b564 /src/include/port/aix.h | |
parent | 8fecd4febf8357f3cc20383ed29ced484877d5ac (diff) |
Massive commit to run PGINDENT on all *.c and *.h files.
Diffstat (limited to 'src/include/port/aix.h')
-rw-r--r-- | src/include/port/aix.h | 18 |
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 */ |