Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 24154 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- source/paths.h.orig Sun Apr  6 00:00:00 1997
0
++ source/paths.h      Fri Jul 18 19:18:09 2003
Lines 34-42 Link Here
34
#   define INC_XMU(aaa) <XMU_DIRECTORY/aaa>
34
#   define INC_XMU(aaa) <XMU_DIRECTORY/aaa>
35
#   define INC_XAW(aaa) <XAW_DIRECTORY/aaa>
35
#   define INC_XAW(aaa) <XAW_DIRECTORY/aaa>
36
#else
36
#else
37
#   define INC_X11(aaa) <X11/##aaa##>
37
#   define INC_X11(aaa) <X11/aaa>
38
#   define INC_XMU(aaa) <X11/Xmu/##aaa##>
38
#   define INC_XMU(aaa) <X11/Xmu/aaa>
39
#   define INC_XAW(aaa) <X11/Xaw3d/##aaa##>
39
#   define INC_XAW(aaa) <X11/Xaw3d/aaa>
40
#endif
40
#endif
41
41
42
#endif /* _PATHS_H_ */
42
#endif /* _PATHS_H_ */

Return to bug 24154