X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lwlib%2Fconfig.h.in;h=7537c206ff4cb7feb0544e63be477e7e6303be07;hb=a1655b870904de973c366d85ebdc8adde4ef5e1e;hp=d94cb09030aa120a2982e9e53f19dafe434947b8;hpb=46f51e794ddb493a8a76ec2f3be00b41e3b0be22;p=chise%2Fxemacs-chise.git diff --git a/lwlib/config.h.in b/lwlib/config.h.in index d94cb09..7537c20 100644 --- a/lwlib/config.h.in +++ b/lwlib/config.h.in @@ -31,10 +31,10 @@ Boston, MA 02111-1307, USA. */ /* 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) - +#ifdef ATHENA_H_PATH +# define ATHENA_INCLUDE(file) SMART_INCLUDE (ATHENA_H_PATH,file) +#else +# define ATHENA_INCLUDE(file) +#endif #endif /* _LWLIB_CONFIG_H_ */