mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
smsq: Remove an left-over special case for Solaris.
Actually, this case was never needed because the check below does the same. Change-Id: Ia2fca4ba6c58c644a8b7cb2d9db8539728c14ffb
This commit is contained in:
@@ -30,9 +30,6 @@
|
|||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#ifdef SOLARIS
|
|
||||||
#define POPT_ARGFLAG_SHOW_DEFAULT 0x00800000
|
|
||||||
#endif
|
|
||||||
#if !defined(POPT_ARGFLAG_SHOW_DEFAULT)
|
#if !defined(POPT_ARGFLAG_SHOW_DEFAULT)
|
||||||
#define POPT_ARGFLAG_SHOW_DEFAULT 0x00800000
|
#define POPT_ARGFLAG_SHOW_DEFAULT 0x00800000
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user