#if !defined(__DJGPP__)
#ifndef __CYGWIN__
#define FILESYSTEM_IS_CASE_SENSITIVE 1
#endif
#if !defined(ENV_BEOS)
#define ENV_HAVE_WCHAR__H
#define ENV_HAVE_WCTYPE_H
#define ENV_HAVE_TOWUPPER
#endif
#ifdef ENV_HAIKU
#define ENV_HAVE_WCHAR__H
#define ENV_HAVE_WCTYPE_H
#define ENV_HAVE_TOWUPPER
#endif
#if !defined(ENV_BEOS) && !defined(ANDROID_NDK)
#define ENV_HAVE_GETPASS
#if !defined(sun)
#define ENV_HAVE_TIMEGM
#endif
#endif
#define ENV_HAVE_LSTAT
#define ENV_HAVE_LOCALE
#define ENV_HAVE_MBSTOWCS
#define ENV_HAVE_WCSTOMBS
#endif
#ifndef ENV_BEOS
#define ENV_HAVE_PTHREAD
#endif
#if defined(ENV_MACOSX) || defined(ANDROID_NDK)
#define LOCALE_IS_UTF8
#endif
#ifdef LOCALE_IS_UTF8
#undef ENV_HAVE_LOCALE
#undef ENV_HAVE_MBSTOWCS
#undef ENV_HAVE_WCSTOMBS
#endif
#define MAX_PATHNAME_LEN 1024