1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-04 20:11:56 +03:00

Convert NEED_{RINT,CBRT,ISINF} to HAVE_* in prepration for configure...

This commit is contained in:
Marc G. Fournier
1997-01-24 18:17:37 +00:00
parent 3ffd5694dd
commit 0a16069901
3 changed files with 38 additions and 38 deletions

View File

@@ -26,7 +26,7 @@ struct sembuf
};
#define USE_POSIX_TIME
#define NEED_RINT
#undef HAVE_RINT
#define MAXHOSTNAMELEN 12 /* where is the official definition of this? */
#define MAXPATHLEN _MAX_PATH /* in winsock.h */