Remove definition of _GNU_SOURCE, since Python.h now does it for us

This commit is contained in:
Andrew M. Kuchling 2000-07-05 12:22:14 +00:00
parent 5f0e29eb45
commit da13f89fee
1 changed files with 0 additions and 5 deletions

View File

@ -16,11 +16,6 @@
/ ftp://squirl.nightmare.com/pub/python/python-ext.
*/
#ifdef __linux__
#define _GNU_SOURCE /* So we can get MREMAP_MAYMOVE defined when
sys/mman.h is included */
#endif
#include <Python.h>
#ifndef MS_WIN32