diff options
author | John SJ Anderson <genehack@genehack.org> | 2017-09-19 09:04:05 -0700 |
---|---|---|
committer | John SJ Anderson <genehack@genehack.org> | 2017-09-19 09:04:05 -0700 |
commit | 3e09f0e17830742b74b979b35847f68f775468cd (patch) | |
tree | 8e9178ffd5ebe367d41e25e0a9e5c74472da0849 /uconfig.h | |
parent | 3c29c5aa5bebaf28951e5d6826764c08fa531d74 (diff) | |
download | perl-3e09f0e17830742b74b979b35847f68f775468cd.tar.gz |
uconfig.h: Regenerate for release
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 62 |
1 files changed, 29 insertions, 33 deletions
@@ -28,31 +28,6 @@ */ /*#define HAS_ALARM / **/ -/* HAS_OPENAT: - * This symbol is defined if the openat() routine is available. - */ -/*#define HAS_OPENAT / **/ - -/* HAS_UNLINKAT: - * This symbol is defined if the unlinkat() routine is available. - */ -/*#define HAS_UNLINKAT / **/ - -/* HAS_RENAMEAT: - * This symbol is defined if the renameat() routine is available. - */ -/*#define HAS_RENAMEAT / **/ - -/* HAS_LINKAT: - * This symbol is defined if the linkat() routine is available. - */ -/*#define HAS_LINKAT / **/ - -/* HAS_FCHMODAT: - * This symbol is defined if the fchmodat() routine is available. - */ -/*#define HAS_FCHMODAT / **/ - /* HAS_BCMP: * This symbol is defined if the bcmp() routine is available to * compare blocks of memory. @@ -561,6 +536,13 @@ */ /*#define HAS_STRCOLL / **/ +/* USE_STRUCT_COPY: + * This symbol, if defined, indicates that this C compiler knows how + * to copy structures. If undefined, you'll need to use a block copy + * routine of some sort instead. + */ +/*#define USE_STRUCT_COPY / **/ + /* HAS_STRTOD: * This symbol, if defined, indicates that the strtod routine is * available to provide better numeric string conversion than atof(). @@ -2165,13 +2147,6 @@ /*#define USE_STAT_BLOCKS / **/ #endif -/* USE_STRUCT_COPY: - * This symbol, if defined, indicates that this C compiler knows how - * to copy structures. If undefined, you'll need to use a block copy - * routine of some sort instead. - */ -/*#define USE_STRUCT_COPY / **/ - /* HAS_STRERROR: * This symbol, if defined, indicates that the strerror routine is * available to translate error numbers to strings. See the writeup @@ -2870,6 +2845,27 @@ */ /*#define HAS_STRUCT_FS_DATA / **/ +/* HAS_FCHMODAT: + * This symbol is defined if the fchmodat() routine is available. + */ +/* HAS_LINKAT: + * This symbol is defined if the linkat() routine is available. + */ +/* HAS_OPENAT: + * This symbol is defined if the openat() routine is available. + */ +/* HAS_RENAMEAT: + * This symbol is defined if the renameat() routine is available. + */ +/* HAS_UNLINKAT: + * This symbol is defined if the unlinkat() routine is available. + */ +/*#define HAS_FCHMODAT / **/ +/*#define HAS_LINKAT / **/ +/*#define HAS_OPENAT / **/ +/*#define HAS_RENAMEAT / **/ +/*#define HAS_UNLINKAT / **/ + /* HAS_FSEEKO: * This symbol, if defined, indicates that the fseeko routine is * available to fseek beyond 32 bits (useful for ILP32 hosts). @@ -5379,6 +5375,6 @@ #endif /* Generated from: - * e192beb070dfc2b1167cdec538893718edff9a3659073ef7ad4a47a7fed9f082 config_h.SH + * 2068b3888dbafff8fe3ae7aa6b8c5fb1f89db5b3931b89068053eb588d023b64 config_h.SH * a088a21b0ddb63b48c794da959469ddb98da178e5b2d4ec568331a988d59e146 uconfig.sh * ex: set ro: */ |