config-win.h 539 B

1234567891011121314151617181920212223
  1. #pragma once
  2. #include "config-linux.h"
  3. /* Define to 1 if translation of program messages to the user's native
  4. language is requested. */
  5. #undef ENABLE_NLS
  6. #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
  7. /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  8. #undef HAVE_LANGINFO_CODESET
  9. /* Define if you have the iconv() function and it works. */
  10. #undef HAVE_ICONV
  11. #define strcasecmp stricmp
  12. #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
  13. #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
  14. #define HAVE_DECL___ARGV 1
  15. typedef int ssize_t;