diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2000-10-28 22:53:17 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2000-10-28 22:53:17 +0000 |
| commit | 0c0a1763707235164825bd38e063c354005b2a21 (patch) | |
| tree | d6829883c0a6b6941083d082ae3baf9d1c1ef630 /src/include/port/unixware.h | |
| parent | 3280cba2aca54773f6881ee15b5242f117b2860e (diff) | |
| download | postgresql-0c0a1763707235164825bd38e063c354005b2a21.tar.gz | |
As we don't use struct dirent, the #define SYSV_DIRENT is useless. If we
every do need it we'd better use AC_HEADER_DIRENT from Autoconf.
#define NO_EMPTY_STMTS is completely unused.
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 06ee4e4da7..00fe4501c2 100644 --- a/src/include/port/unixware.h +++ b/src/include/port/unixware.h @@ -1,5 +1,4 @@ #define USE_POSIX_TIME -#define SYSV_DIRENT #define HAS_TEST_AND_SET #define NEED_I386_TAS_ASM |
