summaryrefslogtreecommitdiff
path: root/def.h
diff options
context:
space:
mode:
Diffstat (limited to 'def.h')
-rw-r--r--def.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/def.h b/def.h
index 7a1be77..60784c9 100644
--- a/def.h
+++ b/def.h
@@ -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>