1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-19 13:42:17 +03:00

Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of

places that were including the wrong files.
This commit is contained in:
Peter Eisentraut
2001-08-24 14:07:50 +00:00
parent 7326e78c42
commit 968d7733a1
76 changed files with 575 additions and 644 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: inet_aton.c,v 1.18 2000/12/03 20:45:34 tgl Exp $
/* $Id: inet_aton.c,v 1.19 2001/08/24 14:07:49 petere 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 "c.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.