]> git.meshlink.io Git - meshlink/blobdiff - src/system.h
Replace __TINC with __MESHLINK in the include guards.
[meshlink] / src / system.h
index 73b8273c9930f58065d64479a8c67dd34d59555e..69622b2ca412a47eaf58954f072b5c892ed93af9 100644 (file)
@@ -17,8 +17,8 @@
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#ifndef __TINC_SYSTEM_H__
-#define __TINC_SYSTEM_H__
+#ifndef __MESHLINK_SYSTEM_H__
+#define __MESHLINK_SYSTEM_H__
 
 #include "../config.h"
 
@@ -42,4 +42,4 @@ typedef int bool;
 typedef int socklen_t;
 #endif
 
-#endif /* __TINC_SYSTEM_H__ */
+#endif /* __MESHLINK_SYSTEM_H__ */