Skip to content

Commit 9b75507

Browse files
committed
Remove long-disabled #defines from proc_open.c
1 parent 02c7cd2 commit 9b75507

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ext/standard/proc_open.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414
+----------------------------------------------------------------------+
1515
*/
1616

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-
2417
#include "php.h"
2518
#include <stdio.h>
2619
#include <ctype.h>

0 commit comments

Comments
 (0)