Apparently it is better to specify 500 here for unix98 bits and pieces.

This commit is contained in:
Wez Furlong 2004-05-26 14:55:32 +00:00
parent 6ef90672d8
commit 429bce6519

View File

@ -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>