mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-01 09:29:51 +02:00
fix to backslash quoting of glob pattern characters; allow newly-loaded compspecs to be used in more cases; fixes to the cross-compiling environment; avoid potential overflow in GLOBSORT processing
This commit is contained in:
@@ -18,9 +18,13 @@
|
||||
along with Bash. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <buildconf.h>
|
||||
/* assume C90/POSIX-1992 compilation environment if cross-compiling */
|
||||
|
||||
/* assume C90 compilation environment */
|
||||
#ifndef CROSS_COMPILING
|
||||
# include <config.h>
|
||||
#else
|
||||
# include <buildconf.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user