diff lwlib/config.h.in @ 434:9d177e8d4150 r21-2-25

Import from CVS: tag r21-2-25
author cvs
date Mon, 13 Aug 2007 11:30:53 +0200
parents 3ecd8885ac67
children 84b14dcb0985
line wrap: on
line diff
--- a/lwlib/config.h.in	Mon Aug 13 11:30:00 2007 +0200
+++ b/lwlib/config.h.in	Mon Aug 13 11:30:53 2007 +0200
@@ -29,4 +29,12 @@
 #undef NEED_ATHENA
 #undef NEED_LUCID
 
+/* The path to the Athena widgets - the usual value is `X11/Xaw' */
+#undef ATHENA_H_PATH
+
+/* For use in #include statements.  This extra level of macro indirection
+   is necessary because you can't use macros directly within <> or "" */
+#define ATHENA_INCLUDE(header_file) <ATHENA_H_PATH/header_file>
+
+
 #endif /* _LWLIB_CONFIG_H_ */