summaryrefslogtreecommitdiff
path: root/config-dos.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-12-03 04:41:16 +0100
committerYang Tse <yangsita@gmail.com>2010-12-03 04:41:16 +0100
commit4d061e6b2302e50121fa2fe815a05b12ae8b832c (patch)
treeb0e1cf881862333e08f951c2179e3873591a9368 /config-dos.h
parent09331032a0831f08d1e0890ab5f1f232e40097c7 (diff)
downloadc-ares-4d061e6b2302e50121fa2fe815a05b12ae8b832c.tar.gz
c-ares-4d061e6b2302e50121fa2fe815a05b12ae8b832c.tar.bz2
c-ares-4d061e6b2302e50121fa2fe815a05b12ae8b832c.zip
build: provide SIZEOF_SIZE_T definition for non-configure builds
Diffstat (limited to 'config-dos.h')
-rw-r--r--config-dos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-dos.h b/config-dos.h
index d17b6c8..653f8f8 100644
--- a/config-dos.h
+++ b/config-dos.h
@@ -32,6 +32,7 @@
#define RETSIGTYPE void
#define SIZEOF_INT 4
#define SIZEOF_SHORT 2
+#define SIZEOF_SIZE_T 4
#define TIME_WITH_SYS_TIME 1
/* Qualifiers for send(), recv(), recvfrom() and getnameinfo(). */