summaryrefslogtreecommitdiff
path: root/pjlib/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-09-10 22:27:40 +0000
committerBenny Prijono <bennylp@teluu.com>2006-09-10 22:27:40 +0000
commit390c76c0e5bdb04d35b7dda078b381cb15b090d2 (patch)
treeb7875c55b53f173537f2eda64e54a751cc8783ee /pjlib/include
parent059856aee28d01b0a28ee86b6fb6efc2060229c2 (diff)
Fixed autoconf in various other systems (IA64, x86_64, BSD/FreeBSD)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@700 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include')
-rw-r--r--pjlib/include/pj/compat/os_auto.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pjlib/include/pj/compat/os_auto.h.in b/pjlib/include/pj/compat/os_auto.h.in
index 198b940f..51481388 100644
--- a/pjlib/include/pj/compat/os_auto.h.in
+++ b/pjlib/include/pj/compat/os_auto.h.in
@@ -133,6 +133,9 @@
/* Unicode? */
#undef PJ_NATIVE_STRING_IS_UNICODE
+/* Pool alignment in bytes */
+#undef PJ_POOL_ALIGNMENT
+
/* The type of atomic variable value: */
#undef PJ_ATOMIC_VALUE_TYPE