projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a60a20
)
Missed a HAVE_
author
Marc G. Fournier
Sat, 20 Dec 1997 04:26:27 +0000
(
04:26
+0000)
committer
Marc G. Fournier
Sat, 20 Dec 1997 04:26:27 +0000
(
04:26
+0000)
src/include/config.h.in
patch
|
blob
|
blame
|
history
diff --git
a/src/include/config.h.in
b/src/include/config.h.in
index 9c0326485f4a180fb99d666ae57eea58bc82ad4f..00db98f1abcfe1995156e125451e31db1df0c729 100644
(file)
--- 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