#ifndef _EUTILS_CONFIG_H
#define _EUTILS_CONFIG_H 1

#define INCLUDEPATH "C:\\Program Files\\eutils\\include"
#define EUTILS_INCLUDE_PATH "C:\\Program Files\\eutils\\include"
#define MODULEPATH "C:\\Program Files\\eutils\\modules"

/* eutils-config.h. Generated automatically at end of configure. */
/* config.h.  Generated from config.h.in by configure.  */
/* config.h.in.  Generated from configure.in by autoheader.  */

#ifndef EUTILS_HAVE_REGEX
#define EUTILS_HAVE_REGEX 1
#endif

#ifndef EUTILS_HAVE_ZLIB_H
#define EUTILS_HAVE_ZLIB_H 1
#endif

/* needed for zlib in windows */
#ifndef ZLIB_WINAPI
#define ZLIB_WINAPI 1
#endif

/* define when libgsl exists */
#ifndef EUTILS_HAVE_LIBGSL 
//#define EUTILS_HAVE_LIBGSL  1 
#endif

/* define when libmysql exists */
#ifndef EUTILS_HAVE_LIBMYSQL 
//#define EUTILS_HAVE_LIBMYSQL  1 
#endif

/* define when ncurses exists */
#ifndef EUTILS_HAVE_LIBNCURSES 
//#define EUTILS_HAVE_LIBNCURSES  1 
#endif

/* Name of package */
#ifndef EUTILS_PACKAGE 
#define EUTILS_PACKAGE  "eutils" 
#endif

/* Define to the address where bug reports for this package should be sent. */
#ifndef EUTILS_PACKAGE_BUGREPORT 
#define EUTILS_PACKAGE_BUGREPORT  "" 
#endif

/* Define to the full name of this package. */
#ifndef EUTILS_PACKAGE_NAME 
#define EUTILS_PACKAGE_NAME  "" 
#endif

/* Define to the full name and version of this package. */
#ifndef EUTILS_PACKAGE_STRING 
#define EUTILS_PACKAGE_STRING  "" 
#endif

/* Define to the one symbol short name of this package. */
#ifndef EUTILS_PACKAGE_TARNAME 
#define EUTILS_PACKAGE_TARNAME  "" 
#endif

/* Define to the version of this package. */
#ifndef EUTILS_PACKAGE_VERSION 
#define EUTILS_PACKAGE_VERSION  "" 
#endif

/* register all eutils classes and methods */
#ifndef EUTILS_REGISTER_COMMON 
#define EUTILS_REGISTER_COMMON  1 
#endif

/* Version number of package */
#ifndef EUTILS_VERSION 
#define EUTILS_VERSION  "0.6.3" 
#endif
 
/* once: _EUTILS_CONFIG_H */
#endif
