X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lwlib%2Fconfig.h.in;h=7537c206ff4cb7feb0544e63be477e7e6303be07;hb=a1655b870904de973c366d85ebdc8adde4ef5e1e;hp=84c6efec027a3c911d3c880e9f5cc33967485064;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git diff --git a/lwlib/config.h.in b/lwlib/config.h.in index 84c6efe..7537c20 100644 --- a/lwlib/config.h.in +++ b/lwlib/config.h.in @@ -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) +#endif + #endif /* _LWLIB_CONFIG_H_ */