fix build with older popt.h (bug #4225)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5665 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-05-15 03:32:20 +00:00
parent 6cd4f9a8d3
commit 0f6315b6b2

View File

@@ -13,7 +13,9 @@
#include <solaris-compat/compat.h>
#define POPT_ARGFLAG_SHOW_DEFAULT 0x00800000
#endif
#if !defined(POPT_ARGFLAG_SHOW_DEFAULT)
#define POPT_ARGFLAG_SHOW_DEFAULT 0x00800000
#endif
/* SMS queuing application for use with asterisk app_sms */
/* by Adrian Kennard, 2004 - 2005 */