diff options
Diffstat (limited to 'src/include/port.h')
-rw-r--r-- | src/include/port.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/port.h b/src/include/port.h index cec41eae713..80dcfb7dfee 100644 --- a/src/include/port.h +++ b/src/include/port.h @@ -503,4 +503,7 @@ extern bool wait_result_is_any_signal(int exit_status, bool include_command_not_ #define HAVE_SYMLINK 1 #endif +/* Interfaces that we assume that all systems have. */ +#define HAVE_UNIX_SOCKETS 1 + #endif /* PG_PORT_H */ |