~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Brian Aker
  • Date: 2008-10-31 05:09:50 UTC
  • mfrom: (520.4.38 devel)
  • Revision ID: brian@tangent.org-20081031050950-0ujwuqizima69ltr
Merged Monty's work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
#endif // __cplusplus
60
60
 
61
61
/*
62
 
#if TIME_WITH_SYS_TIME
63
 
# include <sys/time.h>
64
 
# include <time.h>
65
 
#else
66
 
# if HAVE_SYS_TIME_H
67
 
#  include <sys/time.h>
68
 
# else
69
 
#  include <time.h>
70
 
# endif
71
 
#endif */ /* TIME_WITH_SYS_TIME */
72
 
 
73
 
/*
74
62
  Temporary solution to solve bug#7156. Include "sys/types.h" before
75
63
  the thread headers, else the function madvise() will not be defined
76
64
*/