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

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5665 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Kevin P. Fleming 20 years ago
parent 6cd4f9a8d3
commit 0f6315b6b2

@ -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 */

Loading…
Cancel
Save