1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Add a check for strerr, and add in D'Arcy's strerror() code in case not

found
This commit is contained in:
Marc G. Fournier
1997-03-19 02:37:42 +00:00
parent da9dcf826b
commit 6ffd26d8eb
5 changed files with 99 additions and 15 deletions

View File

@@ -47,9 +47,12 @@
/* Set to 1 if you have cbrt() */
#undef HAVE_CBRT
/* Set to 1 if you have cbrt() */
/* Set to 1 if you have inet_aton() */
#undef HAVE_INET_ATON
/* Set to 1 if you have strerror() */
#undef HAVE_STRERROR
/* Set to 1 if you have rint() */
#undef HAVE_RINT