1/*	$NetBSD: evconfig-private.h,v 1.6 2020/05/25 20:47:33 christos Exp $	*/
2
3/* evconfig-private.h.  Generated from evconfig-private.h.in by configure.  */
4/* evconfig-private.h template - see "Configuration Header Templates" */
5/* in AC manual.  Kevin Bowling <kevin.bowling@kev009.com */
6#ifndef EVCONFIG_PRIVATE_H_INCLUDED_
7#define EVCONFIG_PRIVATE_H_INCLUDED_
8
9/* Enable extensions on AIX 3, Interix.  */
10#ifndef _ALL_SOURCE
11# define _ALL_SOURCE 1
12#endif
13/* Enable GNU extensions on systems that have them.  */
14#ifndef _GNU_SOURCE
15# define _GNU_SOURCE 1
16#endif
17/* Enable threading extensions on Solaris.  */
18#ifndef _POSIX_PTHREAD_SEMANTICS
19# define _POSIX_PTHREAD_SEMANTICS 1
20#endif
21/* Enable extensions on HP NonStop.  */
22#ifndef _TANDEM_SOURCE
23# define _TANDEM_SOURCE 1
24#endif
25/* Enable general extensions on Solaris.  */
26#ifndef __EXTENSIONS__
27# define __EXTENSIONS__ 1
28#endif
29
30/* Number of bits in a file offset, on hosts where this is settable. */
31/* #undef _FILE_OFFSET_BITS */
32/* Define for large files, on AIX-style hosts. */
33/* #undef _LARGE_FILES */
34
35/* Define to 1 if on MINIX. */
36#ifndef _MINIX
37/* #undef _MINIX */
38#endif
39
40/* Define to 2 if the system does not provide POSIX.1 features except with
41   this defined. */
42#ifndef _POSIX_1_SOURCE
43/* #undef _POSIX_1_SOURCE */
44#endif
45
46/* Define to 1 if you need to in order for `stat' and other things to work. */
47#ifndef _POSIX_SOURCE
48/* #undef _POSIX_SOURCE */
49#endif
50
51#endif
52