config-osx.h 916 B

12345678910111213141516171819202122232425262728293031323334353637
  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. #define HAVE_VAR___PROGNAME 1
  10. #undef HAVE_OBSTACK
  11. #undef HAVE_OBSTACK_PRINTF
  12. // fread_unlocked should be controlled by USE_UNLOCKED_IO, yet it is not
  13. #undef USE_UNLOCKED_IO
  14. #undef HAVE_DECL_FEOF_UNLOCKED
  15. #undef HAVE_DECL_FERROR_UNLOCKED
  16. #undef HAVE_DECL_FFLUSH_UNLOCKED
  17. #undef HAVE_DECL_FGETS_UNLOCKED
  18. #undef HAVE_DECL_FPUTC_UNLOCKED
  19. #undef HAVE_DECL_FPUTS_UNLOCKED
  20. #undef HAVE_DECL_FREAD_UNLOCKED
  21. #undef HAVE_DECL_FWRITE_UNLOCKED
  22. #undef HAVE_DECL_GETCHAR_UNLOCKED
  23. #undef HAVE_DECL_GETC_UNLOCKED
  24. #undef HAVE_DECL_PUTCHAR_UNLOCKED
  25. #undef HAVE_DECL_PUTC_UNLOCKED
  26. #define _GL_ARG_NONNULL(...)
  27. #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
  28. #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC