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

Add in appropriate checks for inet_aton, and modifications to backend/port/Makefile

to include inet_aton.c if required
This commit is contained in:
Marc G. Fournier
1997-02-04 22:39:56 +00:00
parent 50b618a049
commit 4506116db8
3 changed files with 75 additions and 16 deletions

View File

@@ -44,6 +44,9 @@
/* Set to 1 if you have cbrt() */
#undef HAVE_CBRT
/* Set to 1 if you have cbrt() */
#undef HAVE_INET_ATON
/* Set to 1 if you have rint() */
#undef HAVE_RINT