Don't compile getopt*.c if the system provides getopt_long().
[tinc] / src / have.h
index 88733a1..57de6e0 100644 (file)
 #include <linux/if_tun.h>
 #endif
 
+#ifdef HAVE_GETOPT_H
+#include <getopt.h>
+#else
+#include "getopt.h"
+#endif
+
 #ifdef STATUS
 #undef STATUS
 #endif