~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Monty Taylor
  • Date: 2009-02-04 00:38:23 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 832.
  • Revision ID: mordred@inaugust.com-20090204003823-zksu9jq8xe4l892e
Fixed temporal on solaris the right way this time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
#endif
64
64
 
65
65
 
66
 
/* Including this here because the cantrip is so bloody involved */
67
 
#if TIME_WITH_SYS_TIME
68
 
# include <sys/time.h>
69
 
# include <time.h>
70
 
#else
71
 
# if HAVE_SYS_TIME_H
72
 
#  include <sys/time.h>
73
 
# else
74
 
#  include <time.h>
 
66
#include <gnulib/time.h>
 
67
 
 
68
#ifndef HAVE_DECL_TIMEGM
 
69
# if defined(__cplusplus)
 
70
extern "C"
75
71
# endif
76
 
#endif
 
72
time_t timegm (struct tm *__tm);
 
73
#endif /* HAVE_DECL_TIMEGM */
77
74
 
78
75
 
79
76
/*