gssapi: rename our files to avoid conflicts
authorDaniel Stenberg <daniel@haxx.se>
Wed, 13 Jul 2011 20:54:54 +0000 (22:54 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 13 Jul 2011 20:54:54 +0000 (22:54 +0200)
commit44b58472378097faf9632d0dd9b4e478fb3433ed
tree4e47fc46bc91532f695e2f895879dd9e7856887a
parentee4ed461288ec74641e3b96d5508628c07f689b0
gssapi: rename our files to avoid conflicts

gssapi.h is used as a header name by Heimdal-style GSSAPI so it would
conflict with a private header using that name, and while renaming the
header I figured we should name the .c file accordingly as well.

Bug: http://curl.haxx.se/mail/lib-2011-07/0071.html
Reported by: Ben Greear
lib/Makefile.inc
lib/curl_gssapi.c [new file with mode: 0644]
lib/curl_gssapi.h [new file with mode: 0644]
lib/gssapi.c [deleted file]
lib/gssapi.h [deleted file]
lib/http_negotiate.c
lib/krb5.c
lib/socks_gssapi.c