~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/gettext.h

  • Committer: Monty Taylor
  • Date: 2008-07-26 16:22:28 UTC
  • mto: (236.1.42 codestyle)
  • mto: This revision was merged to the branch mainline in revision 261.
  • Revision ID: monty@inaugust.com-20080726162228-atatk41l6w4np70m
Added gettext calls in to my_getopt.c and drizzle.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
 
170
170
#include <string.h>
171
171
 
172
 
#define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS \
173
 
  (((__GNUC__ >= 3 || __GNUG__ >= 2) && !__STRICT_ANSI__) \
174
 
   /* || __STDC_VERSION__ >= 199901L */ )
 
172
/* We need to turn these off explicitly for drizzle */
 
173
#define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS 0
175
174
 
176
175
#if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
177
176
#include <stdlib.h>