aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-12-20 04:26:27 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-12-20 04:26:27 +0000
commit3cc95146c4b84c8f99175acd5ca73446b4d72da8 (patch)
treea1f7d4b46bf893d845b73c77d5507e74d2b28647 /src
parent9a60a20f991b0b56f54175b23906724eabd602df (diff)
downloadpostgresql-3cc95146c4b84c8f99175acd5ca73446b4d72da8.tar.gz
postgresql-3cc95146c4b84c8f99175acd5ca73446b4d72da8.zip
Missed a HAVE_
Diffstat (limited to 'src')
-rw-r--r--src/include/config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in
index 9c0326485f4..00db98f1abc 100644
--- a/src/include/config.h.in
+++ b/src/include/config.h.in
@@ -58,7 +58,7 @@
/* Set to 1 if you have gethostname() */
#undef HAVE_GETHOSTNAME
-#ifndef GETHOSTNAME
+#ifndef HAVE_GETHOSTNAME
extern int gethostname(char *name, int namelen);
#endif