Blame sysdeps/generic/_G_config.h

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