diff options
Diffstat (limited to 'src/include/c.h')
-rw-r--r-- | src/include/c.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/c.h b/src/include/c.h index 831c89f473d..d72b23afe4c 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -1076,6 +1076,10 @@ extern void ExceptionalCondition(const char *conditionName, * ---------------------------------------------------------------- */ +#ifdef HAVE_STRUCT_SOCKADDR_UN +#define HAVE_UNIX_SOCKETS 1 +#endif + /* * Invert the sign of a qsort-style comparison result, ie, exchange negative * and positive integer values, being careful not to get the wrong answer |