sync with configure.in on ksh_maintainer branch
This commit is contained in:
parent
c4fec215ff
commit
10f86cd408
33
config.h
33
config.h
@ -1,12 +1,11 @@
|
||||
/* $MirBSD: config.h,v 1.5 2004/04/24 21:45:00 tg Exp $ */
|
||||
/* $MirBSD: config.h,v 1.6 2004/04/27 19:30:39 tg Exp $ */
|
||||
/* $OpenBSD: config.h,v 1.9 2003/10/22 07:40:38 jmc Exp $ */
|
||||
|
||||
/* config.h. NOT generated automatically. */
|
||||
|
||||
/*
|
||||
* This file, acconfig.h, which is a part of pdksh (the public domain ksh),
|
||||
* is placed in the public domain. It comes with no licence, warranty
|
||||
* or guarantee of any kind (i.e., at your own risk).
|
||||
* This is mirbsdksh "config.h" for both MirOS systems, on which it
|
||||
* is statically generated by the operating system maintainers, and
|
||||
* for the portable mirbsdksh, where it is being fed to and genera-
|
||||
* ted by the configure script.
|
||||
*/
|
||||
|
||||
#ifndef CONFIG_H
|
||||
@ -173,9 +172,6 @@
|
||||
/* Define if opendir() will open non-directory files */
|
||||
/* #undef OPENDIR_DOES_NONDIR */
|
||||
|
||||
/* Define if you have a dup2() function in your C library */
|
||||
#define HAVE_DUP2 1
|
||||
|
||||
/* Define if the pgrp of setpgrp() can't be the pid of a zombie process */
|
||||
/* #undef NEED_PGRP_SYNC */
|
||||
|
||||
@ -243,9 +239,24 @@
|
||||
/* Define if you have the _setjmp function. */
|
||||
/* #undef HAVE__SETJMP */
|
||||
|
||||
/* Define if you have the arc4random function. */
|
||||
#define HAVE_ARC4RANDOM 1
|
||||
|
||||
/* Define if you have the arc4random_addrandom function. */
|
||||
#define HAVE_ARC4RANDOM_ADDRANDOM 1
|
||||
|
||||
/* Define if you have the arc4random_push function. */
|
||||
#define HAVE_ARC4RANDOM_PUSH 1
|
||||
|
||||
/* Define if you have the break function. */
|
||||
/* #undef HAVE_BREAK */
|
||||
|
||||
/* Define if you have the confstr function. */
|
||||
#define HAVE_CONFSTR 1
|
||||
|
||||
/* Define if you have the dup2 function. */
|
||||
#define HAVE_DUP2 1
|
||||
|
||||
/* Define if you have the flock function. */
|
||||
#define HAVE_FLOCK 1
|
||||
|
||||
@ -253,13 +264,13 @@
|
||||
#define HAVE_GETCWD 1
|
||||
|
||||
/* Define if you have the getgroups function. */
|
||||
/* #undef HAVE_GETGROUPS */
|
||||
#define HAVE_GETGROUPS 1
|
||||
|
||||
/* Define if you have the getpagesize function. */
|
||||
#define HAVE_GETPAGESIZE 1
|
||||
|
||||
/* Define if you have the getrusage function. */
|
||||
/* #undef HAVE_GETRUSAGE */
|
||||
#define HAVE_GETRUSAGE 1
|
||||
|
||||
/* Define if you have the getwd function. */
|
||||
#define HAVE_GETWD 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user