X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fgom_internal.h;h=2038c267433f54ce24024a4df8c5fe2c00008d57;hb=6cb2fba281c993d06b725b0ecb7cbe404f81aff7;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,