~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_sys.h

  • Committer: jobin
  • Date: 2010-08-15 07:25:39 UTC
  • mto: (1711.1.8 build)
  • mto: This revision was merged to the branch mainline in revision 1713.
  • Revision ID: jobin@jobin-laptop-20100815072539-o892qxfhs0ayxke6
removed config.h
corrected the file permission

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
# include <stdio.h>
28
28
#endif
29
29
 
30
 
#include "config.h"
31
30
#include <errno.h>
32
31
 
33
32
#include "drizzled/internal/my_pthread.h"