Changeset 4911
- Timestamp:
- 02/09/10 21:38:55 (7 months ago)
- Location:
- trunk
- Files:
-
- 4 modified
-
ekg/xmalloc.h (modified) (1 diff)
-
plugins/perl/common/module.h (modified) (1 diff)
-
plugins/perl/perl_bless.h (modified) (1 diff)
-
plugins/perl/perl_core.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ekg/xmalloc.h
r4866 r4911 29 29 #define __USE_POSIX 1 /* glibc 2.8 */ 30 30 #endif 31 #define _XOPEN_SOURCE 600 31 #ifndef _XOPEN_SOURCE 32 #define _XOPEN_SOURCE 600 33 #endif 32 34 #include <limits.h> 33 35 -
trunk/plugins/perl/common/module.h
r3960 r4911 5 5 6 6 #ifndef __FreeBSD__ 7 #define _XOPEN_SOURCE 6008 7 #define __EXTENSIONS__ 9 8 #endif -
trunk/plugins/perl/perl_bless.h
r4416 r4911 3 3 4 4 #ifndef __FreeBSD__ 5 #define _XOPEN_SOURCE 6006 5 #define __EXTENSIONS__ 7 6 #endif -
trunk/plugins/perl/perl_core.h
r4416 r4911 3 3 4 4 #ifndef __FreeBSD__ 5 #define _XOPEN_SOURCE 6006 5 #define __EXTENSIONS__ 7 6 #endif
