From 8868edaf2250e09c4e9a1c75ffe3274f28f38581 Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Sun, 6 Dec 2020 15:51:17 -0500 Subject: bash-5.1 distribution sources and documentation --- config.h.in | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 8554aecc..ab316d46 100644 --- a/config.h.in +++ b/config.h.in @@ -1,6 +1,6 @@ /* config.h -- Configuration file for bash. */ -/* Copyright (C) 1987-2009,2011-2012 Free Software Foundation, Inc. +/* Copyright (C) 1987-2009,2011-2012,2013-2019 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -285,6 +285,11 @@ /* Define if you have and it should be used (not on Ultrix). */ #undef HAVE_ALLOCA_H +/* Define if major/minor/makedev is defined in */ +#undef MAJOR_IN_MAKEDEV + +/* Define if major/minor/makedev is defined in */ +#undef MAJOR_IN_SYSMACROS /* SYSTEM TYPES */ @@ -567,6 +572,9 @@ /* Presence of system and C library functions. */ +/* Define if you have the arc4random function. */ +#undef HAVE_ARC4RANDOM + /* Define if you have the asprintf function. */ #undef HAVE_ASPRINTF @@ -626,6 +634,9 @@ /* Define if you have the getcwd function. */ #undef HAVE_GETCWD +/* Define if you have the getentropy function. */ +#undef HAVE_GETENTROPY + /* Define if you have the getdtablesize function. */ #undef HAVE_GETDTABLESIZE @@ -653,6 +664,9 @@ /* Define if you have the getpwuid function. */ #undef HAVE_GETPWUID +/* Define if you have the getrandom function. */ +#undef HAVE_GETRANDOM + /* Define if you have the getrlimit function. */ #undef HAVE_GETRLIMIT @@ -746,6 +760,9 @@ /* Define if you have the memset function. */ #undef HAVE_MEMSET +/* Define if you have the mkdtemp function. */ +#undef HAVE_MKDTEMP + /* Define if you have the mkfifo function. */ #undef HAVE_MKFIFO @@ -807,6 +824,14 @@ #undef HAVE_SETREGID #undef HAVE_DECL_SETREGID +/* Define if you have the setregid function. */ +#undef HAVE_SETRESGID +#undef HAVE_DECL_SETRESGID + +/* Define if you have the setresuid function. */ +#undef HAVE_SETRESUID +#undef HAVE_DECL_SETRESUID + /* Define if you have the setvbuf function. */ #undef HAVE_SETVBUF @@ -1046,6 +1071,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_PTEM_H +/* Define if you have the header file. */ +#undef HAVE_SYS_RANDOM_H + /* Define if you have the header file. */ #undef HAVE_SYS_RESOURCE_H -- cgit v1.2.1