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 02c7cd2 commit 9b75507Copy full SHA for 9b75507
ext/standard/proc_open.c
@@ -14,13 +14,6 @@
14
+----------------------------------------------------------------------+
15
*/
16
17
-#if 0 && (defined(__linux__) || defined(sun) || defined(__IRIX__))
18
-# define _BSD_SOURCE /* linux wants this when XOPEN mode is on */
19
-# define _BSD_COMPAT /* irix: uint32_t */
20
-# define _XOPEN_SOURCE 500 /* turn on Unix98 */
21
-# define __EXTENSIONS__ 1 /* Solaris: uint32_t */
22
-#endif
23
-
24
#include "php.h"
25
#include <stdio.h>
26
#include <ctype.h>
0 commit comments