diff options
Diffstat (limited to 'src/include/port/svr4.h')
-rw-r--r-- | src/include/port/svr4.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/include/port/svr4.h b/src/include/port/svr4.h index 0910fe2d298..56e7dbd9e2d 100644 --- a/src/include/port/svr4.h +++ b/src/include/port/svr4.h @@ -1,10 +1,10 @@ -# define USE_POSIX_TIME -# define USE_POSIX_SIGNALS -# define NO_EMPTY_STMTS -# define SYSV_DIRENT +#define USE_POSIX_TIME +#define USE_POSIX_SIGNALS +#define NO_EMPTY_STMTS +#define SYSV_DIRENT -#ifndef BYTE_ORDER -#ifdef MIPSEB -#define BYTE_ORDER BIG_ENDIAN +#ifndef BYTE_ORDER +#ifdef MIPSEB +#define BYTE_ORDER BIG_ENDIAN +#endif #endif -#endif |