mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Missed a HAVE_
This commit is contained in:
parent
9a60a20f99
commit
3cc95146c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue