diff options
Diffstat (limited to 'def.h')
-rw-r--r-- | def.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,4 @@ +/* $XdotOrg: $ */ /* $Xorg: def.h,v 1.4 2001/02/09 02:03:16 xorgcvs Exp $ */ /* @@ -26,6 +27,11 @@ in this Software without prior written authorization from The Open Group. */ /* $XFree86: xc/config/makedepend/def.h,v 3.13tsi Exp $ */ +#ifdef HAVE_CONFIG_H /* Autotooled for Xorg 7.0? */ +# include "makedepend-config.h" +# define USING_AUTOCONF +#endif + #include "Xos.h" #include "Xfuncproto.h" #include <stdlib.h> |