mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 16:33:34 +00:00
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:
@@ -13,7 +13,9 @@
|
|||||||
#include <solaris-compat/compat.h>
|
#include <solaris-compat/compat.h>
|
||||||
#define POPT_ARGFLAG_SHOW_DEFAULT 0x00800000
|
#define POPT_ARGFLAG_SHOW_DEFAULT 0x00800000
|
||||||
#endif
|
#endif
|
||||||
|
#if !defined(POPT_ARGFLAG_SHOW_DEFAULT)
|
||||||
|
#define POPT_ARGFLAG_SHOW_DEFAULT 0x00800000
|
||||||
|
#endif
|
||||||
|
|
||||||
/* SMS queuing application for use with asterisk app_sms */
|
/* SMS queuing application for use with asterisk app_sms */
|
||||||
/* by Adrian Kennard, 2004 - 2005 */
|
/* by Adrian Kennard, 2004 - 2005 */
|
||||||
|
Reference in New Issue
Block a user