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 /k5encode.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 'k5encode.c')
-rw-r--r-- | k5encode.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,9 @@ in this Software without prior written authorization from The Open Group. * about that later. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <krb5/krb5.h> /* 9/93: krb5.h leaks some symbols */ #undef BITS32 |