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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user