Moved to LGPL license.
[gedcom-parse.git] / gedcom / gedcom_internal.h
index 1250340b07e166134d0e3b674f7ada88ec1a80c6..d4ad4ac53f1c672d89ea7da850f73551b1dd38fc 100644 (file)
 /* $Id$ */
 /* $Name$ */
 
-#ifndef __GEDCOM_H
-#define __GEDCOM_H
+#ifndef __GEDCOM_INTERNAL_H
+#define __GEDCOM_INTERNAL_H
 #include <stdarg.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>
-#ifdef DMALLOC
+#ifdef WITH_DMALLOC
 #include <dmalloc.h>
 #endif
 
@@ -37,4 +37,4 @@ int        gedcom_parse();
 int        gedcom_lex();
 
 extern int line_no;
-#endif /* __GEDCOM_H */
+#endif /* __GEDCOM_INTERNAL_H */