config-osx.h 837 B

1234567891011121314151617181920212223242526272829303132
  1. #pragma once
  2. #include "config-linux.h"
  3. #undef HAVE_STDIO_EXT_H
  4. #undef HAVE_FEATURES_H
  5. #undef HAVE_UCONTEXT_H
  6. #undef HAVE_SECURE_GETENV
  7. #undef HAVE___FREADING
  8. #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
  9. #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
  10. #define HAVE_VAR___PROGNAME 1
  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 _GL_ARG_NONNULL(...)
  26. #define _GL_ATTRIBUTE_FORMAT_PRINTF(...)