1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00

I'm getting there, slowly :)

This commit is contained in:
Marc G. Fournier
1996-11-06 08:48:33 +00:00
parent e232909157
commit a472a29bb4
12 changed files with 102 additions and 100 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/hba.c,v 1.9 1996/11/06 06:48:12 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/hba.c,v 1.10 1996/11/06 08:48:27 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -21,14 +21,14 @@
#include <arpa/inet.h>
#include <unistd.h>
#if defined(sparc_solaris)
#include "inet_aton.h" /* after I copied it into port/sparc_solaris */
#include <inet_aton.h> /* after I copied it into port/sparc_solaris */
#endif
#include "postgres.h"
#include "miscadmin.h"
#include "libpq/libpq.h"
#include "libpq/pqcomm.h"
#include "libpq/hba.h"
#include <postgres.h>
#include <miscadmin.h>
#include <libpq/libpq.h>
#include <libpq/pqcomm.h>
#include <libpq/hba.h>
#define CONF_FILE "pg_hba.conf"