~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/gettext.h

  • Committer: Brian Aker
  • Date: 2009-07-11 19:23:04 UTC
  • mfrom: (1089.1.14 merge)
  • Revision ID: brian@gaz-20090711192304-ootijyl5yf9jq9kd
Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Convenience header for conditional use of GNU <libintl.h>.
 
1
/* - mode: c; c-basic-offset: 2; indent-tabs-mode: nil; -*-
 
2
   vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
 
3
   Convenience header for conditional use of GNU <libintl.h>.
2
4
   Copyright (C) 1995-1998, 2000-2002, 2004-2006 Free Software Foundation, Inc.
3
5
 
4
6
   This program is free software; you can redistribute it and/or modify it
61
63
# endif
62
64
#endif
63
65
 
 
66
#ifndef gettext
64
67
/* Disabled NLS.
65
68
   The casts to 'const char *' serve the purpose of producing warnings
66
69
   for invalid uses of the value returned from these functions.
85
88
    ((void) (Domainname), (const char *) (Codeset))
86
89
 
87
90
#endif
88
 
 
 
91
#endif 
89
92
/* A pseudo function call that serves as a marker for the automated
90
93
   extraction of messages, but does not call gettext().  The run-time
91
94
   translation is done at a different place in the code.