summaryrefslogtreecommitdiff
path: root/xauth.c
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-26 16:58:27 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-26 16:58:27 +0000
commitd3ef3afdb8242590ed289d0c512289c51b6f3240 (patch)
tree64a737857f112b27ac1b008ab4c18e3dcb01a7d2 /xauth.c
parentaea947181d0185bf9512d71ea58bf8192b42c478 (diff)
downloadxorg-app-xauth-d3ef3afdb8242590ed289d0c512289c51b6f3240.tar.gz
Add config.h includes for modularization Use RETSIGTYPE if defined byXORG-6_8_99_901XORG-6_8_99_900
autoconf in addition to Imake's SIGNALRETURNSINT.
Diffstat (limited to 'xauth.c')
-rw-r--r--xauth.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/xauth.c b/xauth.c
index 793903c..aa8fb7e 100644
--- a/xauth.c
+++ b/xauth.c
@@ -1,5 +1,6 @@
/*
* $Xorg: xauth.c,v 1.4 2001/02/09 02:05:38 xorgcvs Exp $
+ * $XdotOrg: $
*
* xauth - manipulate authorization file
*
@@ -30,6 +31,10 @@ in this Software without prior written authorization from The Open Group.
*/
/* $XFree86: xc/programs/xauth/xauth.c,v 1.5tsi Exp $ */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "xauth.h"