XEmacs 21.2.33 "Melpomene".
[chise/xemacs-chise.git] / lwlib / config.h.in
index 84c6efe..7537c20 100644 (file)
@@ -29,4 +29,12 @@ Boston, MA 02111-1307, USA.  */
 #undef NEED_ATHENA
 #undef NEED_LUCID
 
+/* The path to the Athena widgets - the usual value is `X11/Xaw' */
+#undef ATHENA_H_PATH
+#ifdef ATHENA_H_PATH
+# define ATHENA_INCLUDE(file) SMART_INCLUDE (ATHENA_H_PATH,file)
+#else
+# define ATHENA_INCLUDE(file) <file>
+#endif
+
 #endif /* _LWLIB_CONFIG_H_ */