* This symbol holds the hexadecimal constant defined in byteorder,
* in a UV, i.e. 0x1234 or 0x4321 or 0x12345678, etc...
* If the compiler supports cross-compiling or multiple-architecture
- * binaries (eg. on NeXT systems), use compiler-defined macros to
+ * binaries (e.g. on NeXT systems), use compiler-defined macros to
* determine the byte order.
* On NeXT 3.2 (and greater), you can build "Fat" Multiple Architecture
* Binaries (MAB) on either big endian or little endian machines.
#define Gid_t_f $gidformat /**/
/* Gid_t_sign:
- * This symbol holds the signedess of a Gid_t.
+ * This symbol holds the signedness of a Gid_t.
* 1 for unsigned, -1 for signed.
*/
#define Gid_t_sign $gidsign /* GID sign */
#define Uid_t_f $uidformat /**/
/* Uid_t_sign:
- * This symbol holds the signedess of a Uid_t.
+ * This symbol holds the signedness of a Uid_t.
* 1 for unsigned, -1 for signed.
*/
#define Uid_t_sign $uidsign /* UID sign */
* This variable contains the size of struct stat's st_ino in bytes.
*/
/* ST_INO_SIGN:
- * This symbol holds the signedess of struct stat's st_ino.
+ * This symbol holds the signedness of struct stat's st_ino.
* 1 for unsigned, -1 for signed.
*/
#define ST_INO_SIGN $st_ino_sign /* st_ino sign */
#define DOUBLESIZE 8 /**/
/* EBCDIC:
- * This symbol, if defined, indicates that this system uses
+ * This symbol, if defined, indicates that this system uses
* EBCDIC encoding.
*/
/* BOOTSTRAP_CHARSET:
- * This symbol, if defined, indicates that this system uses
- * BOOTSTRAP_CHARSET
+ * This symbol, if defined, indicates that this system needs
+ * converting various files to the native character set before
+ * bringing up perl on a system that has a non-ASCII character
+ * set and no working perl.
*/
/*#define EBCDIC / **/
/*#define BOOTSTRAP_CHARSET / **/
/*#define HAS_INT64_T / **/
/* HAS_ISBLANK:
- * This manifest constant lets the C program know that isblank
+ * This manifest constant lets the C program know that isblank
* is available.
*/
/*#define HAS_ISBLANK / **/
#endif
/* Generated from:
- * b1b92e181a028e2513e7dbdbd34635c03c0fe82f5e8bbd12e21ed36fc88f91b3 config_h.SH
+ * 57a897e7541bd9d285c79ed44f59f50bbd7ded0dc51c3c7a1d23715267b12514 config_h.SH
* 26ab9b4aa382d32761cb91084ba59e7e4b190799502a43366ccb3d2f584783ca uconfig.sh
* ex: set ro: */