diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-12-23 00:32:06 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-12-23 00:32:06 +0000 |
commit | 887b5a7be0ef534b2adfc626b46ecfa5770d4acc (patch) | |
tree | f9ad2433d0e3be03f1558cba069494186aefcde8 /src/include/port/unixware.h | |
parent | f66b0ff066316012dcf996b5acf5c017d679d5c7 (diff) | |
download | postgresql-887b5a7be0ef534b2adfc626b46ecfa5770d4acc.tar.gz postgresql-887b5a7be0ef534b2adfc626b46ecfa5770d4acc.zip |
Remove NEED_I386_TAS_ASM and just test for compiler defines.
Diffstat (limited to 'src/include/port/unixware.h')
-rw-r--r-- | src/include/port/unixware.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/port/unixware.h b/src/include/port/unixware.h index 734c2ef0fa7..b4818fa20c4 100644 --- a/src/include/port/unixware.h +++ b/src/include/port/unixware.h @@ -1,5 +1,4 @@ #define HAS_TEST_AND_SET -#define NEED_I386_TAS_ASM /* see src/backend/libpq/pqcomm.c */ #define SCO_ACCEPT_BUG |