summaryrefslogtreecommitdiff
path: root/uconfig.sh
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-09-16 19:01:33 +0200
committerNicholas Clark <nick@ccl4.org>2011-09-21 10:40:58 +0200
commit7ee20c719ab9b20eb24e3516e40805ff970cfe4a (patch)
tree64336465fbb8ab3160cdcf7a153f5404e834aa4e /uconfig.sh
parent79681fc5b8f41f8bd308aa52861190289a2c9299 (diff)
downloadperl-7ee20c719ab9b20eb24e3516e40805ff970cfe4a.tar.gz
Add a --regen option to checkcfgvar.pl to regenerate config files.
Verify that the section of config file containing probed files is sorted lexically. If --regen is used, updated the file on disk with a correctly sorted version. (Except for configure.com, which has a different structure not amenable to automatic analysis and update, hence still has to be updated manually.) Ensure all config files are correctly sorted.
Diffstat (limited to 'uconfig.sh')
-rw-r--r--uconfig.sh68
1 files changed, 34 insertions, 34 deletions
diff --git a/uconfig.sh b/uconfig.sh
index 387b2f764c..74a1b9143e 100644
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -18,11 +18,11 @@ cf_by='root@localhost'
cf_time='Thu Jan 1 00:00:00 GMT 1970'
charbits='8'
clocktype='clock_t'
+cpp_stuff='42'
cpplast='-'
cppminus='-'
cpprun='cc -E'
cppstdin='cc -E'
-cpp_stuff='42'
crypt_r_proto='0'
ctermid_r_proto='0'
ctime_r_proto='0'
@@ -60,9 +60,9 @@ d_attribute_unused='undef'
d_attribute_warn_unused_result='undef'
d_bcmp='undef'
d_bcopy='undef'
+d_bsd='undef'
d_bsdgetpgrp='undef'
d_bsdsetpgrp='undef'
-d_bsd='undef'
d_builtin_choose_expr='undef'
d_builtin_expect='undef'
d_bzero='undef'
@@ -80,11 +80,11 @@ d_cmsghdr_s='undef'
d_const='undef'
d_copysignl='undef'
d_cplusplus='undef'
-d_crypt_r='undef'
d_crypt='undef'
+d_crypt_r='undef'
d_csh='undef'
-d_ctermid_r='undef'
d_ctermid='undef'
+d_ctermid_r='undef'
d_ctime64='undef'
d_ctime_r='undef'
d_cuserid='undef'
@@ -99,20 +99,20 @@ d_dlerror='undef'
d_dlopen='undef'
d_dlsymun='undef'
d_dosuid='undef'
-d_drand48proto='undef'
d_drand48_r='undef'
+d_drand48proto='undef'
d_dup2='undef'
d_eaccess='undef'
-d_endgrent_r='undef'
d_endgrent='undef'
+d_endgrent_r='undef'
d_endhent='undef'
d_endhostent_r='undef'
d_endnent='undef'
d_endnetent_r='undef'
d_endpent='undef'
d_endprotoent_r='undef'
-d_endpwent_r='undef'
d_endpwent='undef'
+d_endpwent_r='undef'
d_endsent='undef'
d_endservent_r='undef'
d_eofnblk='undef'
@@ -121,23 +121,23 @@ d_faststdio='undef'
d_fchdir='undef'
d_fchmod='undef'
d_fchown='undef'
-d_fcntl_can_lock='undef'
d_fcntl='undef'
+d_fcntl_can_lock='undef'
d_fd_macros='undef'
-d_fds_bits='undef'
d_fd_set='undef'
+d_fds_bits='undef'
d_fgetpos='undef'
-d_finitel='undef'
d_finite='undef'
+d_finitel='undef'
d_flexfnam='undef'
-d_flockproto='undef'
d_flock='undef'
+d_flockproto='undef'
d_fork='define'
+d_fp_class='undef'
d_fpathconf='undef'
+d_fpclass='undef'
d_fpclassify='undef'
d_fpclassl='undef'
-d_fp_class='undef'
-d_fpclass='undef'
d_fpos64_t='undef'
d_frexpl='undef'
d_fs_data_s='undef'
@@ -155,8 +155,8 @@ d_getaddrinfo='undef'
d_getcwd='undef'
d_getespwnam='undef'
d_getfsstat='undef'
-d_getgrent_r='undef'
d_getgrent='undef'
+d_getgrent_r='undef'
d_getgrgid_r='undef'
d_getgrnam_r='undef'
d_getgrps='undef'
@@ -169,10 +169,10 @@ d_gethostbyname_r='undef'
d_gethostent_r='undef'
d_gethostprotos='undef'
d_getitimer='undef'
-d_getlogin_r='undef'
d_getlogin='undef'
-d_getmntent='undef'
+d_getlogin_r='undef'
d_getmnt='undef'
+d_getmntent='undef'
d_getnameinfo='undef'
d_getnbyaddr='undef'
d_getnbyname='undef'
@@ -195,8 +195,8 @@ d_getprotobynumber_r='undef'
d_getprotoent_r='undef'
d_getprotoprotos='undef'
d_getprpwnam='undef'
-d_getpwent_r='undef'
d_getpwent='undef'
+d_getpwent_r='undef'
d_getpwnam_r='undef'
d_getpwuid_r='undef'
d_getsbyname='undef'
@@ -207,8 +207,8 @@ d_getservbyport_r='undef'
d_getservent_r='undef'
d_getservprotos='undef'
d_getspent='undef'
-d_getspnam_r='undef'
d_getspnam='undef'
+d_getspnam_r='undef'
d_gettimeod='undef'
d_gmtime64='undef'
d_gmtime_r='undef'
@@ -226,16 +226,16 @@ d_int64_t='undef'
d_isascii='undef'
d_isfinite='undef'
d_isinf='undef'
-d_isnanl='undef'
d_isnan='undef'
+d_isnanl='undef'
d_killpg='undef'
d_lchown='undef'
d_ldbl_dig='undef'
d_libm_lib_version='undef'
d_link='undef'
d_localtime64='undef'
-d_localtime_r_needs_tzset='undef'
d_localtime_r='undef'
+d_localtime_r_needs_tzset='undef'
d_locconv='undef'
d_lockf='undef'
d_longdbl='undef'
@@ -256,26 +256,26 @@ d_memset='define'
d_mkdir='undef'
d_mkdtemp='undef'
d_mkfifo='undef'
-d_mkstemps='undef'
d_mkstemp='undef'
+d_mkstemps='undef'
d_mktime64='undef'
d_mktime='undef'
d_mmap='undef'
+d_modfl='undef'
d_modfl_pow32_bug='undef'
d_modflproto='undef'
-d_modfl='undef'
d_mprotect='undef'
-d_msgctl='undef'
+d_msg='undef'
d_msg_ctrunc='undef'
d_msg_dontroute='undef'
-d_msgget='undef'
-d_msghdr_s='undef'
d_msg_oob='undef'
d_msg_peek='undef'
d_msg_proxy='undef'
+d_msgctl='undef'
+d_msgget='undef'
+d_msghdr_s='undef'
d_msgrcv='undef'
d_msgsnd='undef'
-d_msg='undef'
d_msync='undef'
d_munmap='undef'
d_mymalloc='undef'
@@ -289,8 +289,6 @@ d_old_pthread_create_joinable='undef'
d_oldpthreads='undef'
d_oldsock='undef'
d_open3='undef'
-nv_overflows_integers_at='256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0'
-nv_preserves_uv_bits='0'
d_pathconf='undef'
d_pause='undef'
d_perl_otherlibdirs='undef'
@@ -659,6 +657,8 @@ netdb_host_type='const char *'
netdb_name_type='const char *'
netdb_net_type='unsigned long'
nroff='nroff'
+nv_overflows_integers_at='256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0'
+nv_preserves_uv_bits='0'
nveformat='"e"'
nvfformat='"f"'
nvgformat='"g"'
@@ -694,18 +694,18 @@ sGMTIME_max='2147483647'
sGMTIME_min='0'
sLOCALTIME_max='2147483647'
sLOCALTIME_min='0'
+sPRIEUldbl='"llE"'
+sPRIFUldbl='"llF"'
+sPRIGUldbl='"llG"'
+sPRIXU64='"LX"'
sPRId64='"Ld"'
sPRIeldbl='"lle"'
-sPRIEUldbl='"llE"'
sPRIfldbl='"llf"'
-sPRIFUldbl='"llF"'
sPRIgldbl='"llg"'
-sPRIGUldbl='"llG"'
sPRIi64='"Li"'
sPRIo64='"Lo"'
sPRIu64='"Lu"'
sPRIx64='"Lx"'
-sPRIXU64='"LX"'
sSCNfldbl='"llf"'
sched_yield='sched_yield()'
scriptdir='/usr/local/bin'
@@ -739,6 +739,8 @@ srand48_r_proto='0'
srandom_r_proto='0'
src='.'
ssizetype=int
+st_ino_sign='1'
+st_ino_size='4'
startperl='#!perl'
stdchar=char
stdio_base='((fp)->_IO_read_base)'
@@ -747,8 +749,6 @@ stdio_cnt='((fp)->_IO_read_end - (fp)->_IO_read_ptr)'
stdio_filbuf=''
stdio_ptr='((fp)->_IO_read_ptr)'
stdio_stream_array=''
-st_ino_sign='1'
-st_ino_size='4'
strerror_r_proto='0'
targetarch=''
timetype=time_t