remove sun ifdef

my be readded later with proper comments

Signed-off-by: Danijel Tasov <m@rbfh.de>
This commit is contained in:
Danijel Tasov 2023-10-04 11:44:22 +02:00
parent 4e7eb55079
commit 843c0bfa46

View file

@ -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"