[Asterisk-cvs] asterisk/db1-ast/include db.h,1.3,1.4
markster at lists.digium.com
markster at lists.digium.com
Sun Oct 26 12:24:47 CST 2003
Update of /usr/cvsroot/asterisk/db1-ast/include
In directory mongoose.digium.com:/tmp/cvs-serv12438/db1-ast/include
Modified Files:
db.h
Log Message:
Make it build and run on MacOS X
Index: db.h
===================================================================
RCS file: /usr/cvsroot/asterisk/db1-ast/include/db.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- db.h 19 Aug 2003 06:06:50 -0000 1.3
+++ db.h 26 Oct 2003 18:50:49 -0000 1.4
@@ -51,7 +51,7 @@
#ifndef __BIT_TYPES_DEFINED__
#define __BIT_TYPES_DEFINED__
-#ifndef __FreeBSD__
+#if (!defined(__FreeBSD__) && !defined(__APPLE__))
typedef __signed char int8_t;
typedef unsigned char u_int8_t;
typedef short int16_t;
More information about the svn-commits
mailing list