/**
* @file This file is automagically generated by configure.
*
* It should contain parameters that will be compiled in, but are changable at
* compile time. Also constants choosing different behaviour may be listed
* here.
*/
#ifndef __CONFIG_H
#define __CONFIG_H

#define PREFIX "C:/%HOME%/"

#define DYN_SUFFIX "dll"

#define SYSCONF PREFIX"/etc"
#define ARCH "i686"

#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif

#endif


#ifndef __IWEAR_CONFIG_H
#define __IWEAR_CONFIG_H

#undef HAVE_STRNLEN
#define HAVE_STRNLEN 1

#undef HAVE_STRCASESTR
#define HAVE_STRCASESTR 1

#undef HAVE_VASPRINTF
#define HAVE_VASPRINTF 1
/*
#undef HAVE_STRERROR_R
#define HAVE_STRERROR_R 1
*/
/*
#undef HAVE_CLOCK_GETTIME
#define HAVE_CLOCK_GETTIME 1
*/
#undef HAVE_PTHREAD_MUTEX_TIMEDLOCK
#define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1

#endif

#ifndef IWEAR_MAJOR
#define IWEAR_MAJOR 0
#define IWEAR_MINOR 7
#define IWEAR_RELEASE 0
#define IWEAR_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define IWEAR_VERSION_CODE IWEAR_VERSION(IWEAR_MAJOR,IWEAR_MINOR,IWEAR_RELEASE)

#define IWEAR_DEBUGLEVEL 4

#endif
