X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=config.h.in;h=60f6d246763301bd25b0bfeaa174d504a18f4ee4;hb=3185942a5234e26ab13fa02f9c51d340cec514f8;hp=3699374d4d3276f4647233db21593aba8761ae3f;hpb=f1be666c7d78939ad775078d290bec2758fa29a2;p=platform%2Fupstream%2Fbash.git diff --git a/config.h.in b/config.h.in index 3699374..60f6d24 100644 --- a/config.h.in +++ b/config.h.in @@ -1,22 +1,22 @@ /* config.h -- Configuration file for bash. */ -/* Copyright (C) 1987-2007 Free Software Foundation, Inc. +/* Copyright (C) 1987-2009 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. - Bash is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + Bash is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. - Bash is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public - License for more details. + Bash is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Bash; see the file COPYING. If not, write to the Free - Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. */ + along with Bash. If not, see . +*/ #ifndef _CONFIG_H_ #define _CONFIG_H_ @@ -123,6 +123,10 @@ =~ binary operator in the [[...]] conditional command. */ #define COND_REGEXP +/* Define COPROCESS_SUPPORT if you want support for ksh-like coprocesses and + the `coproc' reserved word */ +#define COPROCESS_SUPPORT + /* Define ARITH_FOR_COMMAND if you want the ksh93-style for (( init; test; step )) do list; done arithmetic for command. */ @@ -155,6 +159,13 @@ /* Define AFS if you are using Transarc's AFS. */ #undef AFS +/* Define for case-modifying variable attributes; variables modified on + assignment */ +#undef CASEMOD_ATTRS + +/* Define for case-modifying word expansions */ +#undef CASEMOD_EXPANSIONS + #undef ENABLE_NLS /* End of configuration settings controllable by autoconf. */ @@ -356,7 +367,7 @@ #undef HAVE_SYS_ERRLIST #undef HAVE_TZNAME - +#undef HAVE_DECL_TZNAME /* Characteristics of some of the system structures. */ @@ -531,6 +542,14 @@ /* Define if you have the fcntl function. */ #undef HAVE_FCNTL +/* Define if you have the fdprintf function. */ +#undef HAVE_FDPRINTF + +/* Define if you have the fpurge/__fpurge function. */ +#undef HAVE_FPURGE +#undef HAVE___FPURGE +#undef HAVE_DECL_FPURGE + /* Define if you have the getaddrinfo function. */ #undef HAVE_GETADDRINFO @@ -633,6 +652,9 @@ /* Define if you have the mbrtowc function. */ #undef HAVE_MBRTOWC +/* Define if you have the mbscmp function. */ +#undef HAVE_MBSCMP + /* Define if you have the mbsrtowcs function. */ #undef HAVE_MBSRTOWCS @@ -678,6 +700,9 @@ /* Define if you have the setenv function. */ #undef HAVE_SETENV +/* Define if you have the setitimer function. */ +#undef HAVE_SETITIMER + /* Define if you have the setlinebuf function. */ #undef HAVE_SETLINEBUF