h
* acconfig.h (_, N_): Macros removed.
* lib/system.h (_, N_): Macro definitions moved here.
* config.h.in: File regenerated.
From-SVN: r27864
@BOTTOM@
-/* For gettext (NLS) */
-#define _(String) gettext (String)
-#define N_(String) (String)
-
\f
/* Leave that blank line there!! Autoheader needs it.
If you're adding to this file, keep in mind:
/* Define if you have the z library (-lz). */
#undef HAVE_LIBZ
-/* For gettext (NLS) */
-#define _(String) gettext (String)
-#define N_(String) (String)
-
\f
/* Leave that blank line there!! Autoheader needs it.
If you're adding to this file, keep in mind:
#ifdef HAVE_LOCALE_H
#include <locale.h>
#endif
+
+/* For gettext (NLS). */
#include <libintl.h>
+#define _(String) gettext (String)
+#define N_(String) (String)
/* Don't use bcopy! Use memmove if source and destination may overlap,
memcpy otherwise. */