Use common bits/shm.h for more architectures.
[glibc.git] / sysdeps / generic / _G_config.h
blob7c917bf64c4ed2993e0a5b01b2611a37c1f37137
1 /* Configuration parameters for stdio - generic version. */
3 #ifndef __G_CONFIG_H
4 #define __G_CONFIG_H 1
6 /* Define to 1 if the operating system supports mmap, 0 otherwise.
7 This function is required by POSIX but might still be unavailable,
8 for instance when the hardware lacks support for virtual memory. */
9 #define _G_HAVE_MMAP 1
11 /* Define to 1 if the operating system supports mremap, 0 otherwise.
12 This function is currently a Linux-specific extension. */
13 #define _G_HAVE_MREMAP 0
15 #endif /* _G_config.h */