~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

Merged solaris gcc build fixes.

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)