diff options
Diffstat (limited to 'src/include/port/hpux.h')
-rw-r--r-- | src/include/port/hpux.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/include/port/hpux.h b/src/include/port/hpux.h deleted file mode 100644 index e140c3cfcfc..00000000000 --- a/src/include/port/hpux.h +++ /dev/null @@ -1,19 +0,0 @@ -#define HAS_TEST_AND_SET -typedef struct -{ - int sema[4]; -} slock_t; - -#ifndef BIG_ENDIAN -#define BIG_ENDIAN 4321 -#endif -#ifndef LITTLE_ENDIAN -#define LITTLE_ENDIAN 1234 -#endif -#ifndef PDP_ENDIAN -#define PDP_ENDIAN 3412 -#endif -#ifndef BYTE_ORDER -#define BYTE_ORDER BIG_ENDIAN - -#endif |