]> git.meshlink.io Git - meshlink/blobdiff - src/have.h
Dealing with legacy MTU probingwq
[meshlink] / src / have.h
index 6d65bcd354e611649cdea163517a05db266ad594..4d9a97bd630ba1b9bc93954dee31b791920088cc 100644 (file)
@@ -1,7 +1,7 @@
 /*
     have.h -- include headers which are known to exist
     Copyright (C) 1998-2005 Ivo Timmermans
-                  2003-2012 Guus Sliepen <guus@tinc-vpn.org>
+                  2003-2013 Guus Sliepen <guus@tinc-vpn.org>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -39,6 +39,7 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <unistd.h>
+#include <limits.h>
 
 #ifdef HAVE_MINGW
 #include <w32api.h>
 #define SLASH "/"
 #endif
 
+#define CONFDIR "/etc/"
+#define LOCALSTATEDIR "/var/"
+
 #endif /* __TINC_SYSTEM_H__ */