diff options
Diffstat (limited to 'src/include/c.h')
-rw-r--r-- | src/include/c.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/c.h b/src/include/c.h index de9ec04d494..65e91a6b899 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -1113,10 +1113,6 @@ 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 |