1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00

More config.h cleanups.

This commit is contained in:
Bruce Momjian
1999-07-17 04:12:10 +00:00
parent fbe4ad2154
commit 8f5561a0d9
3 changed files with 9 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: inet_aton.c,v 1.16 1999/02/07 22:07:02 tgl Exp $
/* $Id: inet_aton.c,v 1.17 1999/07/17 04:12:09 momjian Exp $
*
* This inet_aton() function was taken from the GNU C library and
* incorporated into Postgres for those systems which do not have this
@@ -42,12 +42,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. */
#include "config.h"
#include <sys/types.h>
#include <netinet/in.h>
#include <ctype.h>
#include "config.h"
/*
* Check whether "cp" is a valid ascii representation
* of an Internet address and convert to a binary address.