~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Brian Aker
  • Date: 2009-04-16 20:12:59 UTC
  • mfrom: (992.1.20 mordred)
  • Revision ID: brian@gaz-20090416201259-2x3czxb5hsdisr6h
Merge Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
#  include <time.h>
83
83
# endif
84
84
#endif
85
 
#ifndef HAVE_DECL_TIMEGM
86
 
#include <gnulib/time.h>
87
 
# if defined(__cplusplus)
88
 
extern "C"
89
 
# endif
90
 
time_t timegm (struct tm *__tm);
91
 
#endif /* HAVE_DECL_TIMEGM */
92
85
 
93
86
 
94
87
#if defined(__cplusplus)