Merge "smsq: Remove an left-over special case for Solaris." into 13

This commit is contained in:
Jenkins2
2018-06-22 11:33:32 -05:00
committed by Gerrit Code Review

View File

@@ -30,9 +30,6 @@
#include <ctype.h>
#include <time.h>
#ifdef SOLARIS
#define POPT_ARGFLAG_SHOW_DEFAULT 0x00800000
#endif
#if !defined(POPT_ARGFLAG_SHOW_DEFAULT)
#define POPT_ARGFLAG_SHOW_DEFAULT 0x00800000
#endif