K 10 svn:author V 5 harti K 8 svn:date V 27 2004-11-30T15:35:51.000000Z K 7 svn:log V 299 Constify the array of predefined shells. It turns out that we need two versions of the structure definition for this: one with const char pointers, because otherwise gcc won't let us initialize the fields with constant strings, and one without the const, because we need to work with the structure. END