aboutsummaryrefslogtreecommitdiff
path: root/lib/config-mac.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-02-26 18:32:46 +0000
committerYang Tse <yangsita@gmail.com>2010-02-26 18:32:46 +0000
commitcef95aadebf0be4be6b4ed82e07f38cc83faf546 (patch)
tree25bc10d186d74e1289ce9fdb23bd553768aec8e3 /lib/config-mac.h
parent697496ff99be5842f380f8b2fd6789f623e376be (diff)
Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems
Diffstat (limited to 'lib/config-mac.h')
-rw-r--r--lib/config-mac.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-mac.h b/lib/config-mac.h
index fb2f99df3..740f1d97c 100644
--- a/lib/config-mac.h
+++ b/lib/config-mac.h
@@ -59,6 +59,9 @@
#define RETSIGTYPE void
+#define SIZEOF_INT 4
+#define SIZEOF_SHORT 2
+
#define HAVE_GETNAMEINFO 1
#define GETNAMEINFO_QUAL_ARG1 const
#define GETNAMEINFO_TYPE_ARG1 struct sockaddr *