Beginnings of write support.
[gedcom-parse.git] / gom / gom_internal.h
index 86e34ab0b67ecbcfc33f139c1286b149de18dd72..2038c267433f54ce24024a4df8c5fe2c00008d57 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 #include <libintl.h>
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "gom.h"
 #include "gedcom.h"
-#ifdef WITH_DMALLOC
-#include <dmalloc.h>
-#endif
       
-#define _(string) gettext(string)
+#define _(string) dgettext(PACKAGE, string)
 #define N_(string) (string)
 
 #ifdef __GNUC__