X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fgom_internal.h;h=2038c267433f54ce24024a4df8c5fe2c00008d57;hb=c2279cc3a34d2af7067e771e0c0b9698602c3fab;hp=d00ca74ed6217d894e9f541c612d477ede41d4f8;hpb=98a195063839daba53508ac426fb39847f2150c4;p=gedcom-parse.git diff --git a/gom/gom_internal.h b/gom/gom_internal.h index d00ca74..2038c26 100644 --- a/gom/gom_internal.h +++ b/gom/gom_internal.h @@ -27,16 +27,20 @@ #include #include #include +#ifdef HAVE_CONFIG_H +#include +#endif #include "gom.h" #include "gedcom.h" -#ifdef WITH_DMALLOC -#include -#endif -#define _(string) gettext(string) +#define _(string) dgettext(PACKAGE, string) #define N_(string) (string) +#ifdef __GNUC__ #define UNUSED __attribute__((unused)) +#else +#define UNUSED +#endif typedef enum { T_NULL,