From aafb5eb966c164ce386d83e59785348695e32402 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 3 Jun 1998 15:00:33 +0000 Subject: [PATCH] lilypond-1.0.1 --- intl/config.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 intl/config.h diff --git a/intl/config.h b/intl/config.h new file mode 100644 index 0000000000..8f99f31f53 --- /dev/null +++ b/intl/config.h @@ -0,0 +1,18 @@ +/* urg */ + +#include "config.hh" + +/* urg */ +#ifdef PACKAGE +#undef PACKAGE +#endif +/* Define to the name of the distribution. */ +#define PACKAGE "gettext" + +/* urg */ +#ifdef VERSION +#undef VERSION +#endif +/* Define to the version of the distribution. */ +#define VERSION "0.10" + -- 2.39.5