mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
remove sun ifdef
my be readded later with proper comments Signed-off-by: Danijel Tasov <m@rbfh.de>
This commit is contained in:
parent
4e7eb55079
commit
843c0bfa46
1 changed files with 0 additions and 5 deletions
|
|
@ -42,11 +42,6 @@ char *progname;
|
|||
const char *copyright = "2005-2008";
|
||||
const char *email = "devel@monitoring-plugins.org";
|
||||
|
||||
/* what does that do? */
|
||||
#ifdef __sun
|
||||
#define _XPG4_2
|
||||
#endif
|
||||
|
||||
/** Monitoring Plugins basic includes */
|
||||
#include "common.h"
|
||||
#include "netutils.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue