warning: "_POSIX_C_SOURCE" redefined

Marc Schellens m_schellens at hotmail.com
Tue Mar 30 06:36:12 EST 2004


Including Python.h I got the following warining

warning: "_POSIX_C_SOURCE" redefined

in Python.h:

#define _POSIX_C_SOURCE 200112L

in features.h (included from string):

# define _POSIX_C_SOURCE	199506L

Is there a (potential) problem with this?

Thanks,
marc




More information about the Python-list mailing list