config-osx.h 796 B

123456789101112131415161718192021222324252627282930313233
  1. #pragma once
  2. #include "config-linux.h"
  3. #undef HAVE_DECL___FPENDING
  4. #undef HAVE_STDIO_EXT_H
  5. #undef HAVE___FSETERR
  6. #undef HAVE_FEATURES_H
  7. #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
  8. #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
  9. #undef HAVE_OBSTACK
  10. #undef HAVE_OBSTACK_PRINTF
  11. // fread_unlocked should be controlled by USE_UNLOCKED_IO, yet it is not
  12. #undef USE_UNLOCKED_IO
  13. #undef HAVE_DECL_FEOF_UNLOCKED
  14. #undef HAVE_DECL_FERROR_UNLOCKED
  15. #undef HAVE_DECL_FFLUSH_UNLOCKED
  16. #undef HAVE_DECL_FGETS_UNLOCKED
  17. #undef HAVE_DECL_FPUTC_UNLOCKED
  18. #undef HAVE_DECL_FPUTS_UNLOCKED
  19. #undef HAVE_DECL_FREAD_UNLOCKED
  20. #undef HAVE_DECL_FWRITE_UNLOCKED
  21. #undef HAVE_DECL_GETCHAR_UNLOCKED
  22. #undef HAVE_DECL_GETC_UNLOCKED
  23. #undef HAVE_DECL_PUTCHAR_UNLOCKED
  24. #undef HAVE_DECL_PUTC_UNLOCKED
  25. #define PENDING_OUTPUT_N_BYTES 0