mirror of
https://github.com/curl/curl.git
synced 2026-06-02 01:34:37 +03:00
removed unused define.
This commit is contained in:
parent
abb4cdafe9
commit
83a43bea8a
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ STRIP = strip -g
|
|||
## Nothing more to do below this line!
|
||||
|
||||
INCLUDES = -I. -I../include
|
||||
CFLAGS = -g -O2 -DMINGW32 -DBUILDING_LIBCURL -DHAVE_LONGLONG
|
||||
CFLAGS = -g -O2 -DBUILDING_LIBCURL -DHAVE_LONGLONG
|
||||
ifdef SSH2
|
||||
INCLUDES += -I"$(LIBSSH2_PATH)/include" -I"$(LIBSSH2_PATH)/win32"
|
||||
CFLAGS += -DUSE_LIBSSH2 -DHAVE_LIBSSH2_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue