_G_config.h 522 B

123456789101112131415
  1. /* Configuration parameters for stdio - generic version. */
  2. #ifndef __G_CONFIG_H
  3. #define __G_CONFIG_H 1
  4. /* Define to 1 if the operating system supports mmap, 0 otherwise.
  5. This function is required by POSIX but might still be unavailable,
  6. for instance when the hardware lacks support for virtual memory. */
  7. #define _G_HAVE_MMAP 1
  8. /* Define to 1 if the operating system supports mremap, 0 otherwise.
  9. This function is currently a Linux-specific extension. */
  10. #define _G_HAVE_MREMAP 0
  11. #endif /* _G_config.h */