]> git.meshlink.io Git - meshlink/blobdiff - src/have.h
Update all header guards.
[meshlink] / src / have.h
index 2b5f24637ae683f41d890959cc9844abbf814b69..7695adc16b1a4c277c260fc231e88a4bd79ef59f 100644 (file)
@@ -1,6 +1,9 @@
+#ifndef MESHLINK_HAVE_H
+#define MESHLINK_HAVE_H
+
 /*
     have.h -- include headers which are known to exist
-    Copyright (C) 2014 Guus Sliepen <guus@meshlink.io>
+    Copyright (C) 2014, 2017 Guus Sliepen <guus@meshlink.io>
 
     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
@@ -17,9 +20,6 @@
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#ifndef __MESHLINK_HAVE_H__
-#define __MESHLINK_HAVE_H__
-
 #ifdef HAVE_MINGW
 #ifdef WITH_WINDOWS2000
 #define WINVER Windows2000
 #define SLASH "/"
 #endif
 
-#endif /* __MESHLINK_SYSTEM_H__ */
+#endif