aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.m32
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-08-07 17:40:56 +0000
committerGunter Knauf <gk@gknw.de>2007-08-07 17:40:56 +0000
commit10203cada98918bb9db42a2cb210dc63fb6c1aa3 (patch)
treed465482e7e9582c1452f0e08faeb8d769c67ade3 /lib/Makefile.m32
parent58b0415d36d6a29f6865360c4862644d5c8bcb3c (diff)
moved HAVE_LONGLONG from makefiles to config-win32.h.
Diffstat (limited to 'lib/Makefile.m32')
-rw-r--r--lib/Makefile.m322
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32
index d2ccf02b2..d8c15ce23 100644
--- a/lib/Makefile.m32
+++ b/lib/Makefile.m32
@@ -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