config.h revision 246223
153813Simp/* $FreeBSD: head/usr.bin/bmake/config.h 246223 2013-02-01 22:55:27Z sjg $ */
2120330Simp/* config.h.  Generated from config.h.in by configure.  */
3100213Simp/* config.h.in.  Generated from configure.in by autoheader.  */
452506Simp
552506Simp/* Define if building universal (internal helper macro) */
6140752Simp/* #undef AC_APPLE_UNIVERSAL_BUILD */
752506Simp
852506Simp/* Path of default shell */
952506Simp/* #undef DEFSHELL_CUSTOM */
1052506Simp
1152506Simp/* Shell spec to use by default */
1252506Simp/* #undef DEFSHELL_INDEX */
1352506Simp
1452506Simp/* Define to 1 if you have the <ar.h> header file. */
1552506Simp#define HAVE_AR_H 1
1652506Simp
1752506Simp/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
1852506Simp   don't. */
1952506Simp#define HAVE_DECL_SYS_SIGLIST 1
2052506Simp
2152506Simp/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
2252506Simp   */
2352506Simp#define HAVE_DIRENT_H 1
2452506Simp
2552506Simp/* Define to 1 if you have the `dirname' function. */
2652506Simp#define HAVE_DIRNAME 1
2752506Simp
2852506Simp/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
2952506Simp/* #undef HAVE_DOPRNT */
3052506Simp
3152506Simp/* Define to 1 if you have the `err' function. */
3252506Simp#define HAVE_ERR 1
3352506Simp
3452506Simp/* Define to 1 if you have the `errx' function. */
3552506Simp#define HAVE_ERRX 1
3652506Simp
3752506Simp/* Define to 1 if you have the <err.h> header file. */
3852506Simp#define HAVE_ERR_H 1
3952506Simp
4052506Simp/* Define to 1 if you have the <fcntl.h> header file. */
41140752Simp#define HAVE_FCNTL_H 1
42140752Simp
43140752Simp/* Define to 1 if you have the `fork' function. */
44140752Simp#define HAVE_FORK 1
45140752Simp
46140752Simp/* Define to 1 if you have the `getcwd' function. */
47140752Simp#define HAVE_GETCWD 1
48140752Simp
49140752Simp/* Define to 1 if you have the `getenv' function. */
50140752Simp#define HAVE_GETENV 1
51140752Simp
52140752Simp/* Define to 1 if you have the `getopt' function. */
53140752Simp#define HAVE_GETOPT 1
54140752Simp
55140752Simp/* Define to 1 if you have the `getwd' function. */
56140752Simp#define HAVE_GETWD 1
57140752Simp
58140752Simp/* Define to 1 if you have the <inttypes.h> header file. */
59140752Simp#define HAVE_INTTYPES_H 1
60140752Simp
61140752Simp/* Define to 1 if you have the `killpg' function. */
62140752Simp#define HAVE_KILLPG 1
63140752Simp
64140752Simp/* Define to 1 if you have the <memory.h> header file. */
65140752Simp#define HAVE_MEMORY_H 1
66140752Simp
67140752Simp/* Define to 1 if you have the `mmap' function. */
6852506Simp#define HAVE_MMAP 1
69140749Simp
70140749Simp/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
71140749Simp/* #undef HAVE_NDIR_H */
72140749Simp
73140749Simp/* Define to 1 if you have the <paths.h> header file. */
7486269Simp#define HAVE_PATHS_H 1
7552506Simp
7652506Simp/* Define to 1 if you have the <poll.h> header file. */
77140793Simp#define HAVE_POLL_H 1
78140793Simp
7958545Simp/* Define to 1 if you have the `putenv' function. */
8052506Simp#define HAVE_PUTENV 1
8165039Simp
8265039Simp/* Define to 1 if you have the <ranlib.h> header file. */
8352506Simp#define HAVE_RANLIB_H 1
84140793Simp
85140793Simp/* Define to 1 if you have the `realpath' function. */
8652506Simp#define HAVE_REALPATH 1
8752506Simp
8852506Simp/* Define to 1 if you have the `select' function. */
8952506Simp#define HAVE_SELECT 1
9058545Simp
9152506Simp/* Define to 1 if you have the `setenv' function. */
9286455Simp#define HAVE_SETENV 1
9379270Simp
94107359Snon/* Define to 1 if you have the `setpgid' function. */
9552506Simp#define HAVE_SETPGID 1
9686269Simp
9786455Simp/* Define to 1 if you have the `setsid' function. */
98119225Simp#define HAVE_SETSID 1
9952506Simp
100140749Simp/* Define to 1 if you have the `sigaction' function. */
10186455Simp#define HAVE_SIGACTION 1
10258545Simp
103104854Simp/* Define to 1 if you have the `sigvec' function. */
104140886Simp#define HAVE_SIGVEC 1
10552506Simp
10686455Simp/* Define to 1 if you have the `snprintf' function. */
10752506Simp#define HAVE_SNPRINTF 1
10886455Simp
10953813Simp/* Define to 1 if you have the <stdint.h> header file. */
110100213Simp#define HAVE_STDINT_H 1
11158545Simp
11289945Simp/* Define to 1 if you have the <stdlib.h> header file. */
11384514Simp#define HAVE_STDLIB_H 1
11458545Simp
115119234Simp/* Define to 1 if you have the `strerror' function. */
11669138Speter#define HAVE_STRERROR 1
117118634Simp
11852506Simp/* Define to 1 if you have the `stresep' function. */
11958545Simp/* #undef HAVE_STRESEP */
120140837Simp
121140793Simp/* Define to 1 if you have the `strftime' function. */
122140793Simp#define HAVE_STRFTIME 1
123140793Simp
12458545Simp/* Define to 1 if you have the <strings.h> header file. */
12565039Simp#define HAVE_STRINGS_H 1
12692471Simp
127140793Simp/* Define to 1 if you have the <string.h> header file. */
128116207Simp#define HAVE_STRING_H 1
12984514Simp
13079270Simp/* Define to 1 if you have the `strlcpy' function. */
131140793Simp#define HAVE_STRLCPY 1
13279270Simp
133117438Simp/* Define to 1 if you have the `strsep' function. */
134117602Simp#define HAVE_STRSEP 1
135118895Simp
136119240Simp/* Define to 1 if you have the `strtod' function. */
137119240Simp#define HAVE_STRTOD 1
138119240Simp
139119240Simp/* Define to 1 if you have the `strtol' function. */
14093620Simp#define HAVE_STRTOL 1
14186455Simp
142119240Simp/* Define to 1 if `struct stat' is a member of `st_rdev'. */
143119240Simp#define HAVE_STRUCT_STAT_ST_RDEV 1
144119240Simp
145119240Simp/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
146119240Simp   `HAVE_STRUCT_STAT_ST_RDEV' instead. */
147140793Simp#define HAVE_ST_RDEV 1
148119240Simp
149141122Simp/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
150141122Simp   */
151141122Simp/* #undef HAVE_SYS_DIR_H */
152141122Simp
153141122Simp/* Define to 1 if you have the <sys/mman.h> header file. */
154141122Simp#define HAVE_SYS_MMAN_H 1
155141122Simp
156141122Simp/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
157145247Sdamien   */
158141122Simp/* #undef HAVE_SYS_NDIR_H */
159119240Simp
160119240Simp/* Define to 1 if you have the <sys/select.h> header file. */
161140792Simp#define HAVE_SYS_SELECT_H 1
162140792Simp
163141122Simp/* Define to 1 if you have the <sys/socket.h> header file. */
164119240Simp#define HAVE_SYS_SOCKET_H 1
165140793Simp
16686455Simp/* Define to 1 if you have the <sys/stat.h> header file. */
16786455Simp#define HAVE_SYS_STAT_H 1
16889945Simp
16953813Simp/* Define to 1 if you have the <sys/time.h> header file. */
17071279Simp#define HAVE_SYS_TIME_H 1
17171283Simp
172113667Ssanpei/* Define to 1 if you have the <sys/types.h> header file. */
17353813Simp#define HAVE_SYS_TYPES_H 1
17452506Simp
175140793Simp/* Define to 1 if you have the <sys/uio.h> header file. */
176140792Simp#define HAVE_SYS_UIO_H 1
177107359Snon
17871283Simp/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
17952506Simp#define HAVE_SYS_WAIT_H 1
18052506Simp
18186269Simp/* Define to 1 if you have the <unistd.h> header file. */
18286269Simp#define HAVE_UNISTD_H 1
18352506Simp
18453813Simp/* Define to 1 if you have the `unsetenv' function. */
18552506Simp#define HAVE_UNSETENV 1
18665039Simp
18786269Simp/* Define to 1 if you have the <utime.h> header file. */
18886269Simp#define HAVE_UTIME_H 1
18986269Simp
190135002Semax/* Define to 1 if you have the `vfork' function. */
19186269Simp#define HAVE_VFORK 1
19252506Simp
19352506Simp/* Define to 1 if you have the <vfork.h> header file. */
19452506Simp/* #undef HAVE_VFORK_H */
19593893Simp
19686455Simp/* Define to 1 if you have the `vprintf' function. */
19784514Simp#define HAVE_VPRINTF 1
19852506Simp
199104854Simp/* Define to 1 if you have the `vsnprintf' function. */
200104854Simp#define HAVE_VSNPRINTF 1
20194461Simp
20286269Simp/* Define to 1 if you have the `wait3' function. */
20386269Simp#define HAVE_WAIT3 1
20486269Simp
20586269Simp/* Define to 1 if you have the `wait4' function. */
20686269Simp#define HAVE_WAIT4 1
20786269Simp
20886269Simp/* Define to 1 if you have the `waitpid' function. */
20986269Simp#define HAVE_WAITPID 1
21086269Simp
211117614Simp/* Define to 1 if you have the `warn' function. */
212117614Simp#define HAVE_WARN 1
213117614Simp
21486269Simp/* Define to 1 if you have the `warnx' function. */
21586269Simp#define HAVE_WARNX 1
21686269Simp
217140793Simp/* Define to 1 if `fork' works. */
218140793Simp#define HAVE_WORKING_FORK 1
219140793Simp
220140793Simp/* Define to 1 if `vfork' works. */
22186455Simp#define HAVE_WORKING_VFORK 1
22286455Simp
22386455Simp/* define if your compiler has __attribute__ */
224116207Simp/* #undef HAVE___ATTRIBUTE__ */
225116207Simp
226116207Simp/* Define to the address where bug reports for this package should be sent. */
227117438Simp#define PACKAGE_BUGREPORT "sjg@NetBSD.org"
228117445Ssimokawa
229117438Simp/* Define to the full name of this package. */
23086269Simp#define PACKAGE_NAME "bmake"
23186269Simp
23286269Simp/* Define to the full name and version of this package. */
23386269Simp#define PACKAGE_STRING "bmake 20121212"
234104854Simp
23586269Simp/* Define to the one symbol short name of this package. */
23687757Simp#define PACKAGE_TARNAME "bmake"
23787757Simp
23887757Simp/* Define to the home page for this package. */
23986455Simp#define PACKAGE_URL ""
24086455Simp
24186455Simp/* Define to the version of this package. */
242119231Simp#define PACKAGE_VERSION "20121212"
243119231Simp
244119231Simp/* Define as the return type of signal handlers (`int' or `void'). */
245119231Simp#define RETSIGTYPE void
246119231Simp
24786269Simp/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
248117759Simp/* #undef STAT_MACROS_BROKEN */
24986269Simp
250109455Sshiba/* Define to 1 if you have the ANSI C header files. */
251104854Simp#define STDC_HEADERS 1
25287044Simp
25386269Simp/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
25465039Simp#define TIME_WITH_SYS_TIME 1
25586269Simp
25665039Simp/* Define to 1 if your <sys/time.h> declares `struct tm'. */
25765039Simp/* #undef TM_IN_SYS_TIME */
25852506Simp
25986455Simp/* Enable extensions on AIX 3, Interix.  */
26052506Simp#ifndef _ALL_SOURCE
26152506Simp# define _ALL_SOURCE 1
26286269Simp#endif
26386269Simp/* Enable GNU extensions on systems that have them.  */
26486269Simp#ifndef _GNU_SOURCE
26553813Simp# define _GNU_SOURCE 1
26652506Simp#endif
26752506Simp/* Enable threading extensions on Solaris.  */
26852506Simp#ifndef _POSIX_PTHREAD_SEMANTICS
26952506Simp# define _POSIX_PTHREAD_SEMANTICS 1
27052506Simp#endif
27152506Simp/* Enable extensions on HP NonStop.  */
27252506Simp#ifndef _TANDEM_SOURCE
273119225Simp# define _TANDEM_SOURCE 1
274119225Simp#endif
275119225Simp/* Enable general extensions on Solaris.  */
276119225Simp#ifndef __EXTENSIONS__
27786455Simp# define __EXTENSIONS__ 1
27886455Simp#endif
27986455Simp
28089945Simp
28189945Simp/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
28289945Simp   significant byte first (like Motorola and SPARC, unlike Intel). */
28371279Simp#if defined AC_APPLE_UNIVERSAL_BUILD
28471279Simp# if defined __BIG_ENDIAN__
28571279Simp#  define WORDS_BIGENDIAN 1
28686269Simp# endif
287100213Simp#else
28871279Simp# ifndef WORDS_BIGENDIAN
28986269Simp/* #  undef WORDS_BIGENDIAN */
29086269Simp# endif
29186269Simp#endif
29289945Simp
29389945Simp/* Define to 1 if on MINIX. */
29489945Simp/* #undef _MINIX */
29586269Simp
29686269Simp/* Define to 2 if the system does not provide POSIX.1 features except with
29786269Simp   this defined. */
29852506Simp/* #undef _POSIX_1_SOURCE */
299139963Simp
30052506Simp/* Define to 1 if you need to in order for `stat' and other things to work. */
30186269Simp/* #undef _POSIX_SOURCE */
30253813Simp
303120330Simp/* Define to empty if `const' does not conform to ANSI C. */
30453813Simp/* #undef const */
305100213Simp
306100213Simp/* Define to `long int' if <sys/types.h> does not define. */
307100213Simp/* #undef off_t */
308140886Simp
309140887Simp/* Define to `int' if <sys/types.h> does not define. */
310140886Simp/* #undef pid_t */
31192471Simp
31292471Simp/* Define to `unsigned int' if <sys/types.h> does not define. */
31392471Simp/* #undef size_t */
31452506Simp
31571279Simp/* Define as `fork' if `vfork' does not work. */
31665039Simp/* #undef vfork */
31765039Simp