From 19ab0113d44a93f576eabe71bd966603fc4c81ef Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 23 Jan 2008 14:34:46 +0000 Subject: Merged from SRTP branch: added stdint.h header detection in autoconf. Result is in PJ_HAS_STDINT_H macro git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1729 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/compat/os_auto.h.in | 1 + pjlib/include/pj/compat/os_win32.h | 1 + 2 files changed, 2 insertions(+) (limited to 'pjlib/include') diff --git a/pjlib/include/pj/compat/os_auto.h.in b/pjlib/include/pj/compat/os_auto.h.in index 5c1e6dff..0af042a9 100644 --- a/pjlib/include/pj/compat/os_auto.h.in +++ b/pjlib/include/pj/compat/os_auto.h.in @@ -57,6 +57,7 @@ #undef PJ_HAS_STDARG_H #undef PJ_HAS_STDDEF_H #undef PJ_HAS_STDIO_H +#undef PJ_HAS_STDINT_H #undef PJ_HAS_STDLIB_H #undef PJ_HAS_STRING_H #undef PJ_HAS_SYS_IOCTL_H diff --git a/pjlib/include/pj/compat/os_win32.h b/pjlib/include/pj/compat/os_win32.h index 63d6f086..a4614e9b 100644 --- a/pjlib/include/pj/compat/os_win32.h +++ b/pjlib/include/pj/compat/os_win32.h @@ -43,6 +43,7 @@ #define PJ_HAS_SETJMP_H 1 #define PJ_HAS_STDARG_H 1 #define PJ_HAS_STDDEF_H 1 +#undef PJ_HAS_STDINT_H #define PJ_HAS_STDIO_H 1 #define PJ_HAS_STDLIB_H 1 #define PJ_HAS_STRING_H 1 -- cgit v1.2.3