Loading lib/curl_gethostname.c +0 −3 Original line number Diff line number Diff line Loading @@ -28,9 +28,6 @@ #include "curl_gethostname.h" /* Hostname buffer size */ #define HOSTNAME_MAX 1024 /* * Curl_gethostname() is a wrapper around gethostname() which allows * overriding the host name that the function would normally return. Loading lib/curl_gethostname.h +4 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,10 @@ * ***************************************************************************/ /* Hostname buffer size */ #define HOSTNAME_MAX 1024 /* This returns the local machine's un-qualified hostname */ int Curl_gethostname(char *name, GETHOSTNAME_TYPE_ARG2 namelen); #endif /* HEADER_CURL_GETHOSTNAME_H */ lib/curl_ntlm_msgs.c +0 −3 Original line number Diff line number Diff line Loading @@ -93,9 +93,6 @@ /* The last #include file should be: */ #include "memdebug.h" /* Hostname buffer size */ #define HOSTNAME_MAX 1024 /* "NTLMSSP" signature is always in ASCII regardless of the platform */ #define NTLMSSP_SIGNATURE "\x4e\x54\x4c\x4d\x53\x53\x50" Loading Loading
lib/curl_gethostname.c +0 −3 Original line number Diff line number Diff line Loading @@ -28,9 +28,6 @@ #include "curl_gethostname.h" /* Hostname buffer size */ #define HOSTNAME_MAX 1024 /* * Curl_gethostname() is a wrapper around gethostname() which allows * overriding the host name that the function would normally return. Loading
lib/curl_gethostname.h +4 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,10 @@ * ***************************************************************************/ /* Hostname buffer size */ #define HOSTNAME_MAX 1024 /* This returns the local machine's un-qualified hostname */ int Curl_gethostname(char *name, GETHOSTNAME_TYPE_ARG2 namelen); #endif /* HEADER_CURL_GETHOSTNAME_H */
lib/curl_ntlm_msgs.c +0 −3 Original line number Diff line number Diff line Loading @@ -93,9 +93,6 @@ /* The last #include file should be: */ #include "memdebug.h" /* Hostname buffer size */ #define HOSTNAME_MAX 1024 /* "NTLMSSP" signature is always in ASCII regardless of the platform */ #define NTLMSSP_SIGNATURE "\x4e\x54\x4c\x4d\x53\x53\x50" Loading