Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 69834
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- include/features.h.orig     2004-11-03 12:32:42.752759623 -0500
0
++ include/features.h  2004-11-03 12:33:15.661353644 -0500
Lines 262-268 Link Here
262
# define __USE_REENTRANT       1
262
# define __USE_REENTRANT       1
263
#endif
263
#endif
264
#if (_FORTIFY_SOURCE > 0) && (__OPTIMIZE__ > 0) \
264
#if (_FORTIFY_SOURCE > 0) && defined(__OPTIMIZE__) \
265
    && (__GNUC_PREREQ (4, 1) \
265
    && (__GNUC_PREREQ (4, 1) \
266
        || (defined __GNUC_RH_RELEASE__ && __GNUC_PREREQ (4, 0)))
266
        || (defined __GNUC_RH_RELEASE__ && __GNUC_PREREQ (4, 0)))
267
# if _FORTIFY_SOURCE == 1
267
# if _FORTIFY_SOURCE == 1

Return to bug 69834