~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to win32/config.h

  • Committer: Monty Taylor
  • Date: 2011-01-18 17:49:21 UTC
  • mto: (2098.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2099.
  • Revision ID: mordred@inaugust.com-20110118174921-rz7sa2djaz3faudw
Added some files that were missing from the libdrizzle merge in to the tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __DRIZZLE_WIN32_CONFIG_H
 
2
#define __DRIZZLE_WIN32_CONFIG_H
 
3
 
 
4
#define HAVE_FCNTL_H 1
 
5
#define HAVE_STDLIB_H 1
 
6
#define HAVE_STRING_H 1
 
7
#define PACKAGE_VERSION "0.8"
 
8
#define PACKAGE_BUGREPORT "http://bugs.launchpad.net/libdrizzle"
 
9
 
 
10
#endif /* __DRIZZLE_WIN32_CONFIG_H */