Some fixups and stubs for building ccapi on UNIX, and dependencies.
authorKen Raeburn <raeburn@mit.edu>
Wed, 18 Feb 2009 18:20:41 +0000 (18:20 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 18 Feb 2009 18:20:41 +0000 (18:20 +0000)
commita08353096de4ae17bc7a242d97f6665353b81061
tree767052b1b8790c0ab832e5d9027802a00b4efb9a
parentd9f547b4670abb3aa5cba348ce44cc0c60d57071
Some fixups and stubs for building ccapi on UNIX, and dependencies.
(Doesn't make a complete working implementation, but it mostly compiles.)

Does *not* include the changes to actually cause the ccapi code to get
built in normal UNIX builds.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22023 dc483132-0cff-0310-8789-dd5450dbe970
18 files changed:
src/ccapi/Makefile.in
src/ccapi/deps [new file with mode: 0644]
src/ccapi/lib/Makefile.in
src/ccapi/lib/deps [new file with mode: 0644]
src/ccapi/lib/libkrb5-ccapi.exports [new file with mode: 0644]
src/ccapi/lib/unix/Makefile.in
src/ccapi/lib/unix/deps [new file with mode: 0644]
src/ccapi/lib/unix/stubs.c [new file with mode: 0644]
src/ccapi/server/Makefile.in
src/ccapi/server/deps [new file with mode: 0644]
src/ccapi/server/unix/Makefile.in
src/ccapi/server/unix/deps [new file with mode: 0644]
src/ccapi/test/deps [new file with mode: 0644]
src/configure.in
src/lib/krb5/ccache/Makefile.in
src/lib/krb5/ccache/ccapi/Makefile.in
src/lib/krb5/ccache/ccapi/deps [new file with mode: 0644]
src/lib/krb5/ccache/ccapi/stdcc_util.c