diff options
author | Chet Ramey <chet@caleb.ins.cwru.edu> | 2012-09-13 11:52:12 -0400 |
---|---|---|
committer | Chet Ramey <chet@caleb.ins.cwru.edu> | 2012-09-13 11:52:12 -0400 |
commit | 200aed9a45ab1bedf4e694a5847e87684be5ef64 (patch) | |
tree | 11e9eab95accf3e95d833e75e6364de80422df21 /config-top.h | |
parent | 9711fdc50f33529d78745dbf7a47a97814112242 (diff) | |
download | bash-200aed9a45ab1bedf4e694a5847e87684be5ef64.tar.gz |
commit bash-20120817 snapshot
Diffstat (limited to 'config-top.h')
-rw-r--r-- | config-top.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config-top.h b/config-top.h index 9dd2b00e..4f6373c4 100644 --- a/config-top.h +++ b/config-top.h @@ -128,3 +128,7 @@ using indexed arrays, 0 if you want bash-4.2 behavior, which favors random access but is O(N) for each array assignment. */ #define OPTIMIZE_SEQUENTIAL_ARRAY_ASSIGNMENT 1 + +/* Define to 1 if you want to be able to export indexed arrays to processes + using the foo=([0]=one [1]=two) and so on */ +/* #define ARRAY_EXPORT 1 */ |