Explorar el Código

Added dmm_config header guard.

Ioannis Koutras hace 14 años
padre
commit
efec350abe
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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 */
+