diff options
Diffstat (limited to 'src/port/linux.h')
| -rw-r--r-- | src/port/linux.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/port/linux.h b/src/port/linux.h deleted file mode 100644 index fa311d984f..0000000000 --- a/src/port/linux.h +++ /dev/null @@ -1,14 +0,0 @@ -/* __USE_POSIX, __USE_BSD, and __USE_BSD_SIGNAL used to be defined either - here or with -D compile options, but __ macros should be set and used by C - library macros, not Postgres code. __USE_POSIX is set by features.h, - __USE_BSD is set by bsd/signal.h, and __USE_BSD_SIGNAL appears not to - be used. -*/ -# define JMP_BUF -# define USE_POSIX_TIME -# define USE_POSIX_SIGNALS -# if !defined(PPC) -# define NEED_I386_TAS_ASM -# define HAS_TEST_AND_SET - typedef unsigned char slock_t; -# endif |
