mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:23:32 +03:00
moved HAVE_LONGLONG from makefiles to config-win32.h.
This commit is contained in:
parent
58b0415d36
commit
10203cada9
5 changed files with 13 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ STRIP = strip -g
|
|||
## Nothing more to do below this line!
|
||||
|
||||
INCLUDES = -I. -I../include
|
||||
CFLAGS = -g -O2 -DBUILDING_LIBCURL -DHAVE_LONGLONG
|
||||
CFLAGS = -g -O2 -DBUILDING_LIBCURL
|
||||
ifdef ARES
|
||||
INCLUDES += -I$(ARES_LIB)
|
||||
CFLAGS += -DUSE_ARES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue