diff options
Diffstat (limited to 'config/c-library.m4')
-rw-r--r-- | config/c-library.m4 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/config/c-library.m4 b/config/c-library.m4 index 35fdc63afee..76552ac6ed4 100644 --- a/config/c-library.m4 +++ b/config/c-library.m4 @@ -76,20 +76,6 @@ AC_DEFUN([PGAC_UNION_SEMUN], #endif])])# PGAC_UNION_SEMUN -# PGAC_STRUCT_SOCKADDR_UN -# ----------------------- -# If `struct sockaddr_un' exists, define HAVE_STRUCT_SOCKADDR_UN. -# If it is missing then one could define it. -# (Requires test for <sys/un.h>!) -AC_DEFUN([PGAC_STRUCT_SOCKADDR_UN], -[AC_CHECK_TYPES([struct sockaddr_un], [], [], -[#include <sys/types.h> -#ifdef HAVE_SYS_UN_H -#include <sys/un.h> -#endif -])])# PGAC_STRUCT_SOCKADDR_UN - - # PGAC_STRUCT_SOCKADDR_STORAGE # ---------------------------- # If `struct sockaddr_storage' exists, define HAVE_STRUCT_SOCKADDR_STORAGE. |