~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to gnulib/gettext.h

  • Committer: Monty Taylor
  • Date: 2009-04-29 07:00:19 UTC
  • mto: (997.2.25 mordred)
  • mto: This revision was merged to the branch mainline in revision 1003.
  • Revision ID: mordred@inaugust.com-20090429070019-6f3vcc179e2pdpvx
Fixed gnulib/gettext.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#define _LIBGETTEXT_H 1
20
20
 
21
21
/* NLS can be disabled through the configure --disable-nls option.  */
22
 
#if ENABLE_NLS
 
22
#if defined(ENABLE_NLS) && ENABLE_NLS
23
23
 
24
24
/* Get declarations of GNU message catalog functions.  */
25
25
# include <libintl.h>