File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ LIB_CFILES = file.c timeval.c base64.c hostip.c progress.c formdata.c \
45
45
asyn-thread.c curl_gssapi.c curl_ntlm.c curl_ntlm_wb.c \
46
46
curl_ntlm_core.c curl_ntlm_msgs.c curl_sasl.c curl_multibyte.c \
47
47
hostcheck.c bundles.c conncache.c pipeline.c dotdot.c x509asn1.c \
48
- http2.c curl_sasl_sspi.c smb.c curl_sasl_gssapi.c endian .c
48
+ http2.c curl_sasl_sspi.c smb.c curl_sasl_gssapi.c curl_endian .c
49
49
50
50
LIB_HFILES = arpa_telnet.h netrc.h file.h timeval.h hostip.h progress.h \
51
51
formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h if2ip.h \
@@ -63,7 +63,7 @@ LIB_HFILES = arpa_telnet.h netrc.h file.h timeval.h hostip.h progress.h \
63
63
curl_ntlm.h curl_gssapi.h curl_ntlm_wb.h curl_ntlm_core.h \
64
64
curl_ntlm_msgs.h curl_sasl.h curl_multibyte.h hostcheck.h bundles.h \
65
65
conncache.h curl_setup_once.h multihandle.h setup-vms.h pipeline.h \
66
- dotdot.h x509asn1.h http2.h sigpipe.h smb.h endian .h
66
+ dotdot.h x509asn1.h http2.h sigpipe.h smb.h curl_endian .h
67
67
68
68
LIB_RCFILES = libcurl.rc
69
69
Original file line number Diff line number Diff line change @@ -535,6 +535,7 @@ X_OBJS= \
535
535
$(DIROBJ)\cookie.obj \
536
536
$(DIROBJ)\curl_addrinfo.obj \
537
537
$(DIROBJ)\curl_darwinssl.obj \
538
+ $(DIROBJ)\curl_endian.obj \
538
539
$(DIROBJ)\curl_fnmatch.obj \
539
540
$(DIROBJ)\curl_gethostname.obj \
540
541
$(DIROBJ)\curl_gssapi.obj \
@@ -555,7 +556,6 @@ X_OBJS= \
555
556
$(DIROBJ)\dict.obj \
556
557
$(DIROBJ)\dotdot.obj \
557
558
$(DIROBJ)\easy.obj \
558
- $(DIROBJ)\endian.obj \
559
559
$(DIROBJ)\escape.obj \
560
560
$(DIROBJ)\file.obj \
561
561
$(DIROBJ)\fileinfo.obj \
Original file line number Diff line number Diff line change 22
22
23
23
#include "curl_setup.h"
24
24
25
- #include "endian .h"
25
+ #include "curl_endian .h"
26
26
27
27
/*
28
28
* Curl_read16_le()
File renamed without changes.
Original file line number Diff line number Diff line change 106
106
#include "curl_md5.h"
107
107
#include "curl_hmac.h"
108
108
#include "warnless.h"
109
- #include "endian .h"
109
+ #include "curl_endian .h"
110
110
111
111
#define _MPRINTF_REPLACE /* use our functions only */
112
112
#include <curl/mprintf.h>
Original file line number Diff line number Diff line change 52
52
#define BUILDING_CURL_NTLM_MSGS_C
53
53
#include "curl_ntlm_msgs.h"
54
54
#include "curl_sasl.h"
55
- #include "endian .h"
55
+ #include "curl_endian .h"
56
56
57
57
#define _MPRINTF_REPLACE /* use our functions only */
58
58
#include <curl/mprintf.h>
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ SOURCE \
40
40
curl_ntlm.c curl_ntlm_wb.c curl_ntlm_core.c curl_ntlm_msgs.c \
41
41
curl_sasl.c vtls/curl_schannel.c curl_multibyte.c \
42
42
vtls/curl_darwinssl.c bundles.c conncache.c curl_sasl_sspi.c smb.c \
43
- curl_sasl_gssapi.c endian .c
43
+ curl_sasl_gssapi.c curl_endian .c
44
44
45
45
USERINCLUDE ../../../lib ../../../include/curl
46
46
#ifdef ENABLE_SSL
You can’t perform that action at this time.
0 commit comments