hjl / source-git / glibc

Forked from source-git/glibc 3 years ago
Clone

Blame sysdeps/unix/sysv/linux/_G_config.h

Packit 6c4009
/* Configuration parameters for stdio - Linux 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 1
Packit 6c4009
Packit 6c4009
#endif	/* bits/_G_config.h */