diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-03-22 15:53:20 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-03-28 10:21:47 +0100 |
commit | d0817dbe582693d4dbd2f1ae8097b9b0f5f8530e (patch) | |
tree | 5291edaab579d40d272d579e62168edc141d7eef /uconfig.h | |
parent | 88f1af6092edef582e05fbebaf7780bd7cde0504 (diff) | |
download | perl-d0817dbe582693d4dbd2f1ae8097b9b0f5f8530e.tar.gz |
Add regen/uconfig_h.pl to regenerate uconfig.h
Most of the work is done by config_h.SH, but the wrapper is needed to add the
digest lines, so that t/porting/regen.t can verify that it's up to date.
I think that we need to take the "digest" approach, rather than "build to a
temporary file during testing", as we can't rely on a working Unix shell on
all platforms, and we couldn't even be sure that we get the skip list correct.
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4684,3 +4684,8 @@ #define Uid_t int /* UID type */ #endif + +/* Generated from: + * 323778627146f2762cd41f4dd1db6659f59006ec9bcaaf6bcc645d0380dda938 config_h.SH + * 0a1e8a170495d354031144ac47835fc8f8fc03739bc761d973cc3a4aa347797e uconfig.sh + * ex: set ro: */ |