Parcourir la source

Added dmm_config header guard.

Ioannis Koutras il y a 14 ans
Parent
commit
efec350abe
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      dmm_config.h.in

+ 6 - 0
dmm_config.h.in

@@ -1,2 +1,8 @@
+#ifndef DMM_CONFIG_H
+#define DMM_CONFIG_H
+
 #cmakedefine HAVE_LOCKS
 #cmakedefine WITH_MEMORY_SPACE_AWARENESS
+
+#endif /* DMM_CONFIG_H */
+