We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d89721 commit 3ee01b2Copy full SHA for 3ee01b2
cmake/main/php_config.cmake.h.in
@@ -456,6 +456,9 @@
456
/* Define to 1 if 'sa_len' is a member of 'struct sockaddr'. */
457
#cmakedefine HAVE_STRUCT_SOCKADDR_SA_LEN 1
458
459
+/* Define to 1 if the system has the type 'struct sockaddr_storage'. */
460
+#cmakedefine HAVE_STRUCT_SOCKADDR_STORAGE 1
461
+
462
/* Define to 1 if 'sun_len' is a member of 'struct sockaddr_un'. */
463
#cmakedefine HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
464
0 commit comments