mirror of
https://github.com/php/php-src.git
synced 2024-12-13 20:05:26 +08:00
Apparently it is better to specify 500 here for unix98 bits and pieces.
This commit is contained in:
parent
6ef90672d8
commit
429bce6519
@ -17,9 +17,10 @@
|
||||
*/
|
||||
/* $Id$ */
|
||||
|
||||
#define _XOPEN_SOURCE
|
||||
#define _XOPEN_SOURCE 500
|
||||
#define __EXTENSIONS__ 1
|
||||
#define _BSD_SOURCE
|
||||
#define _OSF_SOURCE
|
||||
|
||||
#include "php.h"
|
||||
#include <stdio.h>
|
||||
@ -53,7 +54,6 @@
|
||||
* */
|
||||
#ifdef PHP_CAN_SUPPORT_PROC_OPEN
|
||||
|
||||
|
||||
#if HAVE_PTSNAME && HAVE_GRANTPT && HAVE_UNLOCKPT && HAVE_SYS_IOCTL_H && HAVE_TERMIOS_H
|
||||
# include <sys/ioctl.h>
|
||||
# include <termios.h>
|
||||
|
Loading…
Reference in New Issue
Block a user