summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-16 22:07:13 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-16 22:07:13 +0000
commit0423e9c256b9fd808e09f306e9b7b668c799ed45 (patch)
tree1829cdbd930c231e8f387fe03783fec25e5bc381
parenteb70952e2e8c3d103f8fcb3012328e542337c87a (diff)
Add #ifdef HAVE_CONFIG_H/#include "config.h" to files that need it to getXORG-6_8_99_16
HAS_MKSTEMP defined in modular builds.
-rw-r--r--misc.c6
-rw-r--r--vendor.h5
2 files changed, 9 insertions, 2 deletions
diff --git a/misc.c b/misc.c
index e99aaa9..ad8c7a1 100644
--- a/misc.c
+++ b/misc.c
@@ -1,5 +1,5 @@
/* $XConsortium: misc.c,v 1.31 94/12/16 21:36:53 gildea Exp $ */
-/* $XdotOrg: xc/programs/xman/misc.c,v 1.4 2004/06/08 02:44:35 gisburn Exp $ */
+/* $XdotOrg: xc/programs/xman/misc.c,v 1.6 2004/09/02 08:40:33 kem Exp $ */
/*
Copyright (c) 1987, 1988 X Consortium
@@ -37,6 +37,10 @@ from the X Consortium.
* Created: October 27, 1987
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include "globals.h"
#include "vendor.h"
#include <X11/Xos.h> /* sys/types.h and unistd.h included in here */
diff --git a/vendor.h b/vendor.h
index 030cfeb..6fc4f67 100644
--- a/vendor.h
+++ b/vendor.h
@@ -1,5 +1,5 @@
/* $XConsortium: vendor.h,v 1.12 94/04/17 20:44:00 rws Exp $ */
-/* $XdotOrg: xc/programs/xman/vendor.h,v 1.3 2004/05/22 19:20:06 alanc Exp $ */
+/* $XdotOrg: xc/programs/xman/vendor.h,v 1.4 2004/10/18 14:21:47 eich Exp $ */
/*
Copyright (c) 1991 X Consortium
@@ -32,6 +32,9 @@ from the X Consortium.
/* $XFree86: xc/programs/xman/vendor.h,v 1.13 2003/07/29 21:16:56 dawes Exp $ */
/* Vendor-specific definitions */
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
#ifdef CSRG_BASED
#include <sys/param.h>