summaryrefslogtreecommitdiff
path: root/AuUnlock.c
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-11 22:44:53 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-11 22:44:53 +0000
commit56a655e717c5de6d91c890fdc6f9b0469ad1dd1a (patch)
treee5b754e01a366c36bae2ce8e403ba0fdd1bdf9a4 /AuUnlock.c
parent60177d823918d9ef7575da27870796c1285a2032 (diff)
downloadxorg-lib-libXau-56a655e717c5de6d91c890fdc6f9b0469ad1dd1a.tar.gz
- Update AUTHORS, COPYING from Keith's tree - Don't use gcc specific "-include config.h" - Add autogen.sh lib/xtrans: - Add AUTHORS, COPYING, ChangeLog, Makefile.am, NEWS, README, autogen.sh, configure.ac, xtrans.pc.in xc/lib/Xau: - Add conditionalized #include <config.h> util/modular/symlink.sh - Add functions symlink_lib_xau() and symlink_lib_xtrans() util/modular/addconfig.h - New script that adds #include <config.h> to files
Diffstat (limited to 'AuUnlock.c')
-rw-r--r--AuUnlock.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/AuUnlock.c b/AuUnlock.c
index bc695ad..460effe 100644
--- a/AuUnlock.c
+++ b/AuUnlock.c
@@ -27,6 +27,9 @@ in this Software without prior written authorization from The Open Group.
*/
/* $XFree86: xc/lib/Xau/AuUnlock.c,v 1.4 2001/12/14 19:54:36 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <X11/Xauth.h>
#include <X11/Xos.h>