1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 22:11:12 +02:00

__USE_GNU shall not be defined by application

This commit is contained in:
Sascha Schumann
2000-10-23 14:04:54 +00:00
parent 6911ee5b99
commit 2d7860edc7

View File

@@ -25,7 +25,6 @@
#if HAVE_FOPENCOOKIE
#define _GNU_SOURCE
#define __USE_GNU
#include <stdio.h>
#endif