16 lines
561 B
Text
16 lines
561 B
Text
$NetBSD: patch-ac,v 1.5 2003/09/01 10:17:36 cjep Exp $
|
|
--- source/paths.h.orig 1997-04-06 08:00:00.000000000 +1000
|
|
+++ source/paths.h 2003-07-30 01:30:09.000000000 +1000
|
|
@@ -34,9 +34,9 @@
|
|
# define INC_XMU(aaa) <XMU_DIRECTORY/aaa>
|
|
# define INC_XAW(aaa) <XAW_DIRECTORY/aaa>
|
|
#else
|
|
-# define INC_X11(aaa) <X11/##aaa##>
|
|
-# define INC_XMU(aaa) <X11/Xmu/##aaa##>
|
|
-# define INC_XAW(aaa) <X11/Xaw3d/##aaa##>
|
|
+# define INC_X11(aaa) <X11/aaa>
|
|
+# define INC_XMU(aaa) <X11/Xmu/aaa>
|
|
+# define INC_XAW(aaa) <X11/Xaw3d/aaa>
|
|
#endif
|
|
|
|
#endif /* _PATHS_H_ */
|