Bug 6829 - asprintf for Solaris

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18755 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2006-04-10 07:48:52 +00:00
parent f7c5aee2ad
commit 2cd46d59ea
2 changed files with 36 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ int unsetenv(const char *name);
#endif
#endif /* __CYGWIN__ */
#define HAVE_ASPRINTF
#define HAVE_VASPRINTF
#define HAVE_STRTOQ
@@ -89,6 +90,7 @@ int unsetenv(const char *name);
#endif
#ifdef SOLARIS
#undef HAVE_ASPRINTF
#undef HAVE_VASPRINTF
#undef HAVE_STRTOQ
#endif