diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-11 22:44:53 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-11 22:44:53 +0000 |
commit | 56a655e717c5de6d91c890fdc6f9b0469ad1dd1a (patch) | |
tree | e5b754e01a366c36bae2ce8e403ba0fdd1bdf9a4 /AuFileName.c | |
parent | 60177d823918d9ef7575da27870796c1285a2032 (diff) |
lib/Xau:XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10
- 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 'AuFileName.c')
-rw-r--r-- | AuFileName.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/AuFileName.c b/AuFileName.c index ce62327..a51fc3b 100644 --- a/AuFileName.c +++ b/AuFileName.c @@ -27,6 +27,9 @@ in this Software without prior written authorization from The Open Group. */ /* $XFree86: xc/lib/Xau/AuFileName.c,v 3.6 2001/07/25 15:04:48 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/Xauth.h> #include <X11/Xos.h> #include <stdlib.h> |