]> git.meshlink.io Git - meshlink/blobdiff - acconfig.h
Create an empty /etc/tinc/nets.boot.
[meshlink] / acconfig.h
index fb2fb0251438071492765f73ab42ba5794130937..e97c14b2605013c59bb2c4b3a6b9b181ea584d50 100644 (file)
@@ -20,5 +20,9 @@
 # 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