Added new config variable "ProxyMode". If enabled, all outgoing packets
[tinc] / acconfig.h
index fb2fb02..e97c14b 100644 (file)
@@ -20,5 +20,9 @@
 # undef __USE_BSD
 #endif
 
 # undef __USE_BSD
 #endif
 
-#undef HAVE_NAMESPACES
-#undef HAVE_STL
+/* For getopt */
+#if HAVE_STDLIB_H
+# define getopt system_getopt
+# include <stdlib.h>
+# undef getopt
+#endif