blob: 7c1466a8523bd83882594b3a12c35704343e1dd1 [file] [log] [blame]
/* Name of package */
#define PACKAGE "log4cxx"
/* Version number of package */
#define VERSION "0.9.2"
/* Define to 1 if you have the `ftime' function. */
#define HAVE_FTIME 1
/* ODBC support through Microsoft ODBC. */
#define HAVE_MS_ODBC 1
/* thread support through Microsoft threads. */
#define HAVE_MS_THREAD 1
/* XML support through Microsoft XML. */
#define HAVE_MS_XML 1
/* ODBC support */
#define HAVE_ODBC 1
/* thread support */
#define HAVE_THREAD 1
/* XML support */
#define HAVE_XML 1
typedef __int64 int64_t;
#ifdef WIN32
#pragma warning(disable :4250 4786)
#endif