pull up r18259 from trunk
authorTom Yu <tlyu@mit.edu>
Wed, 9 Aug 2006 19:15:11 +0000 (19:15 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 9 Aug 2006 19:15:11 +0000 (19:15 +0000)
commitdf60b451138e76ba93f9693f32f5adf1f50377ca
tree735e2a28cf23e31e18c63c5ae84a2deab266a965
parentc038f8bb469097a980902f9f32e5b8c88db124d6
pull up r18259 from trunk

 r18259@cathode-dark-space:  jaltman | 2006-06-28 21:48:31 -0400
 ticket: new
 subject: gssapi compilation errors on Windows
 tags: pullup

 src/Makefile.in:  generate lib/gssapi/spnego/Makefile

 src/lib/gssapi/Makefile.in: build mechglue and spnego

 src/lib/gssapi/krb5/init_sec_context.c: do not include
 kdc only symbols on windows

 src/lib/gssapi/mechglue/g_utils.c: no strings.h on Windows

 src/lib/gssapi/mechglue/Makefile.in: construct mechglue.lst

 src/lib/gssapi/spnego/Makefile.in: construct spnego.lst

 src/lib/gssapi/spnego/spnego_mech.c: k5-int.h must be
 included before krb5.h in order to prevent mixed definitions
 of time_t on windows

ticket: 3956
version_fixed: 1.5.1

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-5@18426 dc483132-0cff-0310-8789-dd5450dbe970
src/Makefile.in
src/lib/gssapi/Makefile.in
src/lib/gssapi/gss_libinit.c
src/lib/gssapi/krb5/init_sec_context.c
src/lib/gssapi/mechglue/Makefile.in
src/lib/gssapi/spnego/Makefile.in
src/lib/gssapi/spnego/spnego_mech.c