1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-23 03:21:12 +03:00

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.
This commit is contained in:
Peter Eisentraut
2000-10-28 22:53:17 +00:00
parent 3280cba2ac
commit 0c0a176370
7 changed files with 2 additions and 27 deletions

View File

@ -1,8 +1,6 @@
/* $Header: /cvsroot/pgsql/src/include/port/solaris.h,v 1.1 2000/10/10 21:22:26 petere Exp $ */
/* $Header: /cvsroot/pgsql/src/include/port/solaris.h,v 1.2 2000/10/28 22:53:17 petere Exp $ */
#define USE_POSIX_TIME
#define NO_EMPTY_STMTS
#define SYSV_DIRENT
#define HAS_TEST_AND_SET
typedef unsigned char slock_t;