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
This commit is contained in:
Daniel Stenberg
2011-07-13 22:54:54 +02:00
parent ee4ed46128
commit 44b5847237
6 changed files with 6 additions and 6 deletions

View File

@@ -37,7 +37,7 @@
#include <stdlib.h>
#endif
#include "gssapi.h"
#include "curl_gssapi.h"
#include "urldata.h"
#include "sendf.h"
#include "connect.h"