mirror of
https://github.com/postgres/postgres.git
synced 2025-05-25 00:04:05 -04:00
Missed a HAVE_
This commit is contained in:
parent
9a60a20f99
commit
3cc95146c4
@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
/* Set to 1 if you have gethostname() */
|
/* Set to 1 if you have gethostname() */
|
||||||
#undef HAVE_GETHOSTNAME
|
#undef HAVE_GETHOSTNAME
|
||||||
#ifndef GETHOSTNAME
|
#ifndef HAVE_GETHOSTNAME
|
||||||
extern int gethostname(char *name, int namelen);
|
extern int gethostname(char *name, int namelen);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user