This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
More whitespace consistency
authorH.Merijn Brand - Tux <h.m.brand@xs4all.nl>
Sat, 24 Mar 2018 20:45:20 +0000 (21:45 +0100)
committerH.Merijn Brand - Tux <h.m.brand@xs4all.nl>
Sat, 24 Mar 2018 20:45:20 +0000 (21:45 +0100)
98 files changed:
U/acl/i_sysaccess.U
U/acl/i_syssecrt.U
U/compline/Csym.U
U/compline/alignbytes.U
U/compline/charorder.U
U/compline/d_gnulibc.U
U/compline/d_stdstdio.U
U/compline/d_vprintf.U
U/compline/sunscanf.U
U/ebcdic/ebcdic.U
U/installdirs/bin.U
U/installdirs/inc_version_list.U
U/installdirs/instubperl.U
U/installdirs/locallib.U
U/modified/Cppsym.U
U/modified/Oldconfig.U
U/modified/cppstdin.U
U/modified/d_dbl_dig.U
U/modified/d_flexfnam.U
U/modified/d_statblks.U
U/modified/d_strtoul.U
U/modified/d_voidsig.U
U/modified/myhostname.U
U/modified/sig_name.U
U/perl/d_cmsghdr_s.U
U/perl/d_dlsymun.U
U/perl/d_fpos64_t.U
U/perl/d_ldbl_dig.U
U/perl/d_off64_t.U
U/perl/d_ptrdiff_t.U
U/perl/d_strtoull.U
U/perl/d_strtouq.U
U/perl/fflushall.U
U/perl/i_db.U
U/perl/quadfio.U
U/perl/selectminbits.U
U/perl/stdio_streams.U
U/perl/uselfs.U
U/perl/uselongdbl.U
U/perl/uselonglong.U
U/protos/selecttype.U
U/threads/d_asctime_r.U
U/threads/d_crypt_r.U
U/threads/d_ctermid_r.U
U/threads/d_ctime_r.U
U/threads/d_drand48_r.U
U/threads/d_endgrent_r.U
U/threads/d_endhostent_r.U
U/threads/d_endnetent_r.U
U/threads/d_endprotoent_r.U
U/threads/d_endpwent_r.U
U/threads/d_endservent_r.U
U/threads/d_getgrent_r.U
U/threads/d_getgrgid_r.U
U/threads/d_getgrnam_r.U
U/threads/d_gethostbyaddr_r.U
U/threads/d_gethostbyname_r.U
U/threads/d_gethostent_r.U
U/threads/d_getlogin_r.U
U/threads/d_getnetbyaddr_r.U
U/threads/d_getnetbyname_r.U
U/threads/d_getnetent_r.U
U/threads/d_getprotobyname_r.U
U/threads/d_getprotobynumber_r.U
U/threads/d_getprotoent_r.U
U/threads/d_getpwent_r.U
U/threads/d_getpwnam_r.U
U/threads/d_getpwuid_r.U
U/threads/d_getservbyname_r.U
U/threads/d_getservbyport_r.U
U/threads/d_getservent_r.U
U/threads/d_getspnam_r.U
U/threads/d_gmtime_r.U
U/threads/d_localtime_r.U
U/threads/d_random_r.U
U/threads/d_readdir64_r.U
U/threads/d_readdir_r.U
U/threads/d_setgrent_r.U
U/threads/d_sethostent_r.U
U/threads/d_setlocale_r.U
U/threads/d_setnetent_r.U
U/threads/d_setprotoent_r.U
U/threads/d_setpwent_r.U
U/threads/d_setservent_r.U
U/threads/d_srand48_r.U
U/threads/d_srandom_r.U
U/threads/d_strerror_r.U
U/threads/d_tmpnam_r.U
U/threads/d_ttyname_r.U
dist/U/Inhdr.U
dist/U/Setvar.U
dist/U/d_ftime.U
dist/U/d_preadv.U
dist/U/d_pwritev.U
dist/U/d_tzmin.U
dist/U/i_niin.U
dist/U/i_syssock.U
dist/U/pkgsrc.U

index 11ebe8f..e05f5e6 100644 (file)
 ?MAKE:i_sysaccess: Inhdr
 ?MAKE: -pick add $@ %<
 ?S:i_sysaccess:
-?S:     This variable conditionally defines the I_SYS_ACCESS symbol,
-?S:     and indicates whether a C program should include <sys/access.h>.
+?S:    This variable conditionally defines the I_SYS_ACCESS symbol,
+?S:    and indicates whether a C program should include <sys/access.h>.
 ?S:.
 ?C:I_SYS_ACCESS:
-?C:     This symbol, if defined, indicates to the C program that it should
-?C:     include <sys/access.h>.
+?C:    This symbol, if defined, indicates to the C program that it should
+?C:    include <sys/access.h>.
 ?C:.
 ?H:#$i_sysaccess   I_SYS_ACCESS                /**/
 ?H:.
index bdde1bd..2c0871e 100644 (file)
 ?MAKE:i_syssecrt: Inhdr
 ?MAKE: -pick add $@ %<
 ?S:i_syssecrt:
-?S:     This variable conditionally defines the I_SYS_SECURITY symbol,
-?S:     and indicates whether a C program should include <sys/security.h>.
+?S:    This variable conditionally defines the I_SYS_SECURITY symbol,
+?S:    and indicates whether a C program should include <sys/security.h>.
 ?S:.
 ?C:I_SYS_SECURITY:
-?C:     This symbol, if defined, indicates to the C program that it should
-?C:     include <sys/security.h>.
+?C:    This symbol, if defined, indicates to the C program that it should
+?C:    include <sys/security.h>.
 ?C:.
 ?H:#$i_syssecrt   I_SYS_SECURITY       /**/
 ?H:.
index 5ab7429..3fe4b67 100644 (file)
 ?S:    variable can be used in Configure to do the right thing.
 ?S:.
 ?S:mistrustnm:
-?S:    This variable can be used to establish a fallthrough for the cases
-?S:    where nm fails to find a symbol.  If usenm is false or usenm is true
-?S:    and mistrustnm is false, this variable has no effect.  If usenm is true
-?S:    and mistrustnm is "compile", a test program will be compiled to try to
-?S:    find any symbol that can't be located via nm lookup.  If mistrustnm is
-?S:    "run", the test program will be run as well as being compiled.
+?S:    This variable can be used to establish a fallthrough for the cases
+?S:    where nm fails to find a symbol.  If usenm is false or usenm is true
+?S:    and mistrustnm is false, this variable has no effect.  If usenm is true
+?S:    and mistrustnm is "compile", a test program will be compiled to try to
+?S:    find any symbol that can't be located via nm lookup.  If mistrustnm is
+?S:    "run", the test program will be run as well as being compiled.
 ?S:.
 ?V:csym
 ?T:tval tx tlook tf tdc
index bbf11d0..15ddd6a 100644 (file)
@@ -31,7 +31,7 @@
 ?C:    This symbol contains the number of bytes required to align a
 ?C:    double, or a long double when applicable. Usual values are 2,
 ?C:    4 and 8. The default is eight, for safety.  For cross-compiling
-?C:    or multiarch support, Configure will set a minimum of 8.
+?C:    or multiarch support, Configure will set a minimum of 8.
 ?C:.
 ?H:?%<:#define MEM_ALIGNBYTES $alignbytes
 ?H:.
index 5007c09..4aba3cd 100644 (file)
 ?MAKE: -pick add $@ %<
 ?S:chorder_short (d_cos d_bos):
 ?S:    Holds the value describing the byte ordering of characters in a short.
-?S: On a Big-Endian machine, that would be "c0c1".
+?S:    On a Big-Endian machine, that would be "c0c1".
 ?S:.
 ?S:chorder_int (charoder):
 ?S:    Holds the value describing the byte ordering of characters in an int.
-?S: For instance, on a Big-Endian machine, this would be: "c0c1c2c3".
+?S:    For instance, on a Big-Endian machine, this would be: "c0c1c2c3".
 ?S:.
 ?S:chorder_long (d_col d_bol):
 ?S:    Holds the value describing the byte ordering of characters in a long.
-?S: On a 64 bits Big-Endian machine, that would yield: "c0c1c2c3c4c5c6c7".
+?S:    On a 64 bits Big-Endian machine, that would yield: "c0c1c2c3c4c5c6c7".
 ?S:.
 ?C:CHAR_ORDER_SHORT:
 ?C:    Holds the byte ordering of characters in a short. It's a string
index efc0020..80e0714 100644 (file)
@@ -30,7 +30,7 @@
 ?C:    the GNU C library is being used.  A better check is to use
 ?C:    the __GLIBC__ and __GLIBC_MINOR__ symbols supplied with glibc.
 ?C:.
-?H:#$d_gnulibc HAS_GNULIBC     /**/
+?H:#$d_gnulibc HAS_GNULIBC     /**/
 ?H:?%<:#if defined(HAS_GNULIBC) && !defined(_GNU_SOURCE)
 ?H:?%<:#   define _GNU_SOURCE
 ?H:?%<:#endif
index e977d19..0588265 100644 (file)
 ?C:    This macro will only be defined if both STDIO_CNT_LVALUE and
 ?C:    STDIO_PTR_LVALUE are defined.
 ?C:.
-?H:?d_stdstdio:#$d_stdstdio USE_STDIO_PTR      /**/
+?H:?d_stdstdio:#$d_stdstdio USE_STDIO_PTR      /**/
 ?H:?d_stdstdio:#ifdef USE_STDIO_PTR
 ?H:#define FILE_ptr(fp)        $stdio_ptr
-?H:#$d_stdio_ptr_lval STDIO_PTR_LVALUE                 /**/
+?H:#$d_stdio_ptr_lval STDIO_PTR_LVALUE         /**/
 ?H:#define FILE_cnt(fp)        $stdio_cnt
-?H:#$d_stdio_cnt_lval STDIO_CNT_LVALUE                 /**/
+?H:#$d_stdio_cnt_lval STDIO_CNT_LVALUE         /**/
 ?H:#$d_stdio_ptr_lval_sets_cnt STDIO_PTR_LVAL_SETS_CNT /**/
 ?H:#$d_stdio_ptr_lval_nochange_cnt STDIO_PTR_LVAL_NOCHANGE_CNT /**/
 ?H:?FILE_filbuf:#if defined(STDIO_PTR_LVALUE) && defined(STDIO_CNT_LVALUE)
-?H:?FILE_filbuf:#define FILE_filbuf(fp)        $stdio_filbuf           /**/
+?H:?FILE_filbuf:#define FILE_filbuf(fp)        $stdio_filbuf           /**/
 ?H:?FILE_filbuf:#endif
 ?H:?d_stdstdio:#endif
 ?H:.
 ?C:    structure pointed to its argument. This macro will always be defined
 ?C:    if USE_STDIO_BASE is defined.
 ?C:.
-?H:?d_stdiobase:#$d_stdiobase USE_STDIO_BASE   /**/
+?H:?d_stdiobase:#$d_stdiobase USE_STDIO_BASE   /**/
 ?H:?d_stdiobase:#ifdef USE_STDIO_BASE
 ?H:#define FILE_base(fp)       $stdio_base
 ?H:#define FILE_bufsiz(fp)     $stdio_bufsiz
@@ -432,7 +432,7 @@ int main() {
 EOP
        set try
        if eval $compile && $to try.c; then
-               case `$run ./try` in
+               case `$run ./try` in
                Pass_changed)
                        echo "Increasing ptr in your stdio decreases cnt by the same amount.  Good." >&4
                        d_stdio_ptr_lval_sets_cnt="$define" ;;
index 8900a42..023c77b 100644 (file)
@@ -37,7 +37,7 @@
 ?C:    symbol.
 ?C:.
 ?H:#$d_vprintf HAS_VPRINTF     /**/
-?H:#$d_charvspr USE_CHAR_VSPRINTF      /**/
+?H:#$d_charvspr USE_CHAR_VSPRINTF      /**/
 ?H:.
 ?T:val2
 ?F:!try
index a670aa1..4cc6108 100644 (file)
@@ -22,7 +22,7 @@
 ?C:    This variable is set if this system runs with the Sun version
 ?C:    of scanf.
 ?C:.
-?H:#$sunscanf  SUNSCANF  /**/
+?H:#$sunscanf  SUNSCANF  /**/
 ?H:.
 ?LINT:set sunscanf
 ?F:!scanf
index 3a36b2d..77431a5 100644 (file)
@@ -18,7 +18,7 @@
 ?C:    This symbol, if defined, indicates that this system uses
 ?C:    EBCDIC encoding.
 ?C:.
-?H:#$ebcdic    EBCDIC          /**/
+?H:#$ebcdic    EBCDIC          /**/
 ?H:.
 ?F:!try
 ?LINT:set ebcdic
index a153133..3e247ac 100644 (file)
 ?S:.
 ?D:userelocatableinc=''
 ?S:userelocatableinc:
-?S:    This variable is set to true to indicate that perl should relocate
-?S:    @INC entries at runtime based on the path to the perl binary.
-?S:    Any @INC paths starting ".../" are relocated relative to the directory
-?S:    containing the perl binary, and a logical cleanup of the path is then
-?S:    made around the join point (removing "dir/../" pairs)
+?S:    This variable is set to true to indicate that perl should relocate
+?S:    @INC entries at runtime based on the path to the perl binary.
+?S:    Any @INC paths starting ".../" are relocated relative to the directory
+?S:    containing the perl binary, and a logical cleanup of the path is then
+?S:    made around the join point (removing "dir/../" pairs)
 ?S:.
 ?S:initialinstalllocation:
 ?S:    When userelocatableinc is true, this variable holds the location
@@ -80,7 +80,7 @@
 ?C:.
 ?H:#define BIN "$bin"  /**/
 ?H:#define BIN_EXP "$binexp"   /**/
-?H:#define PERL_RELOCATABLE_INC "$userelocatableinc"           /**/
+?H:#define PERL_RELOCATABLE_INC "$userelocatableinc"           /**/
 ?H:.
 ?D:bin='/usr/local/bin'
 ?LINT:change prefix
index 723970a..8a6548b 100644 (file)
@@ -31,7 +31,7 @@
 ?S:    5.005.
 ?S:.
 ?S:inc_version_list_init:
-?S:     This variable holds the same list as inc_version_list, but
+?S:    This variable holds the same list as inc_version_list, but
 ?S:    each item is enclosed in double quotes and separated by commas,
 ?S:    suitable for use in the PERL_INC_VERSION_LIST initialization.
 ?S:.
index 9fbc213..b4e54e7 100644 (file)
@@ -19,7 +19,7 @@
 ?S:.
 ?C:INSTALL_USR_BIN_PERL:
 ?C:    This symbol, if defined, indicates that Perl is to be installed
-?C:    also as /usr/bin/perl.
+?C:    also as /usr/bin/perl.
 ?C:.
 ?H:#$installusrbinperl INSTALL_USR_BIN_PERL    /**/
 ?H:.
index 10caa75..d907c06 100644 (file)
@@ -61,7 +61,7 @@
 ?C:    This symbol contains the ~name expanded version of LOCALLIB, to be used
 ?C:    in programs that are not prepared to deal with ~ expansion at run-time.
 ?C:.
-?H:#$uselocallib USELOCALLIB           /**/
+?H:#$uselocallib USELOCALLIB           /**/
 ?H:#define LOCALLIB "$locallib"                /**/
 ?H:#define LOCALLIB_EXP "$locallibexp"         /**/
 ?H:.
index 48f4721..8878128 100644 (file)
@@ -205,7 +205,7 @@ cat <<'EOSH' >> Cppsym.try
     printf "#ifdef _%s\nprintf(\"_%s=%%s\\n\", STRINGIFY(_%s));\n#endif\n", $1, $1, $1
     printf "#ifdef __%s\nprintf(\"__%s=%%s\\n\", STRINGIFY(__%s));\n#endif\n", $1, $1, $1
     printf "#ifdef __%s__\nprintf(\"__%s__=%%s\\n\", STRINGIFY(__%s__));\n#endif\n", $1, $1, $1
-}'      >> try.c
+}' >> try.c
 echo 'return 0;}' >> try.c
 EOSH
 cat <<EOSH >> Cppsym.try
index 7d882a8..a5db32b 100644 (file)
@@ -370,8 +370,8 @@ EOM
                        ;;
                nonstop-ux) osname=nonstopux ;;
                openbsd) osname=openbsd
-                       osvers="$3"
-                       ;;
+                       osvers="$3"
+                       ;;
                os2)    osname=os2
                        osvers="$4"
                        ;;
index e89e460..c8bf5c4 100644 (file)
@@ -55,7 +55,7 @@
 ?C:CPPSTDIN:
 ?C:    This symbol contains the first part of the string which will invoke
 ?C:    the C preprocessor on the standard input and produce to standard
-?C:    output.  Typical value of "cc -E" or "/lib/cpp", but it can also
+?C:    output.  Typical value of "cc -E" or "/lib/cpp", but it can also
 ?C:    call a wrapper. See CPPRUN.
 ?C:.
 ?C:CPPMINUS:
index 3c26242..78efee0 100644 (file)
@@ -28,7 +28,7 @@
 ?C:    of significant digits in a double precision number.  If this
 ?C:    symbol is not defined, a guess of 15 is usually pretty good.
 ?C:.
-?H:#$d_dbl_dig HAS_DBL_DIG     /**/
+?H:#$d_dbl_dig HAS_DBL_DIG     /**/
 ?H:.
 ?F:!dbl_dig.c
 ?LINT:set d_dbl_dig
index 1c55782..46fb354 100644 (file)
@@ -41,8 +41,8 @@ if (echo hi >$first) 2>/dev/null; then
                echo 'You cannot have filenames longer than 14 characters.  Sigh.' >&4
                val="$undef"
        else
-               echo 'You can have filenames longer than 14 characters.'>&4
-               val="$define"
+               echo 'You can have filenames longer than 14 characters.'>&4
+               val="$define"
        fi
 else
        $cat <<'EOM'
index 09eda42..694c0de 100644 (file)
@@ -24,7 +24,7 @@
 ?C:    st_blksize and st_blocks.
 ?C:.
 ?H:?%<:#ifndef USE_STAT_BLOCKS
-?H:?%<:#$d_statblks USE_STAT_BLOCKS    /**/
+?H:?%<:#$d_statblks USE_STAT_BLOCKS    /**/
 ?H:?%<:#endif
 ?H:.
 ?LINT:set d_statblks
index f8e5fa2..45a38c4 100644 (file)
@@ -62,7 +62,7 @@ EOCP
        check("-1", 18446744073709551615UL, 0);
        check("-18446744073709551614", 2, 0);
        check("-18446744073709551615", 1, 0);
-               check("-18446744073709551616", 18446744073709551615UL, ERANGE);
+       check("-18446744073709551616", 18446744073709551615UL, ERANGE);
        check("-18446744073709551617", 18446744073709551615UL, ERANGE);
 #endif
 EOCP
@@ -75,7 +75,7 @@ EOCP
        check("-1", 4294967295UL, 0);
        check("-4294967294", 2, 0);
        check("-4294967295", 1, 0);
-               check("-4294967296", 4294967295UL, ERANGE);
+       check("-4294967296", 4294967295UL, ERANGE);
        check("-4294967297", 4294967295UL, ERANGE);
 #endif
 EOCP
index 70b3321..e13011e 100644 (file)
@@ -44,7 +44,7 @@
 ?C:    a signal handler using "Signal_t (*handler)()", and define the
 ?C:    handler using "Signal_t handler(sig)".
 ?C:.
-?H:#$d_voidsig VOIDSIG         /**/
+?H:#$d_voidsig VOIDSIG /**/
 ?H:#define Signal_t $signal_t  /* Signal handler's return type */
 ?H:.
 ?T:xxx
index 2d7e569..ae8b820 100644 (file)
@@ -178,7 +178,7 @@ case "$myhostname" in
 ?X: remove comments, insert trailing space for later use.
 ?X: Test to be sure we *have* a hostcat command.  os390 doesn't.
                        test "X$hostcat" != "X" &&
-                       $hostcat | $sed -n -e "s/[       ]*#.*//; s/\$/ /
+                       $hostcat | $sed -n -e "s/[       ]*#.*//; s/\$/ /
                                        /[       ]$myhostname[  . ]/p" > hosts
                }
                tmp_re="[       . ]"
@@ -212,7 +212,7 @@ case "$myhostname" in
                                .) dflt=.`$sed -n -e 's/        / /g' \
                                     -e 's/^domain  *\([^ ]*\).*/\1/p' $tans \
                                     -e 1q 2>/dev/null`
-                                       ;;
+                                       ;;
                                esac
                        fi
                        ;;
index 0b508de..02a44d1 100644 (file)
@@ -129,17 +129,17 @@ case "$doinit" in
 yes)
        echo "Generating a list of signal names and numbers..." >&4
        . ./signal_cmd
-       sig_count=`$awk '/^NSIG/ { printf "%d", $2 }' signal.lst`
-       sig_name=`$awk 'BEGIN { printf "ZERO " }
-                       !/^NSIG/ { printf "%s ", $1 }' signal.lst`
-       sig_num=`$awk  'BEGIN { printf "0 " }
-                       !/^NSIG/ { printf "%d ", $2 }' signal.lst`
-       sig_name_init=`$awk 'BEGIN      { printf "\"ZERO\", " }
-                            !/^NSIG/   { printf "\"%s\", ", $1 }
-                            END        { printf "0\n" }' signal.lst`
-       sig_num_init=`$awk  'BEGIN      { printf "0, " }
-                            !/^NSIG/   { printf "%d, ", $2}
-                            END        { printf "0\n"}' signal.lst`
+       sig_count=`$awk '/^NSIG/ { printf "%d", $2 }' signal.lst`
+       sig_name=`$awk 'BEGIN { printf "ZERO " }
+                       !/^NSIG/ { printf "%s ", $1 }' signal.lst`
+       sig_num=`$awk  'BEGIN { printf "0 " }
+                       !/^NSIG/ { printf "%d ", $2 }' signal.lst`
+       sig_name_init=`$awk 'BEGIN      { printf "\"ZERO\", " }
+                            !/^NSIG/   { printf "\"%s\", ", $1 }
+                            END        { printf "0\n" }' signal.lst`
+       sig_num_init=`$awk  'BEGIN      { printf "0, " }
+                            !/^NSIG/   { printf "%d, ", $2}
+                            END        { printf "0\n"}' signal.lst`
        ;;
 esac
 echo "The following $sig_count signals are available:"
index 9ccff07..094c998 100644 (file)
@@ -28,4 +28,3 @@ case "$d_cmsghdr_s" in
 *)              echo "No, it doesn't." ;;
 esac
 
-
index 459117f..8be9f50 100644 (file)
@@ -23,7 +23,7 @@
 ?C:    makes sense if you *have* dlsym, which we will presume is the
 ?C:    case if you're using dl_dlopen.xs.
 ?C:.
-?H:#$d_dlsymun         DLSYM_NEEDS_UNDERSCORE  /**/
+?H:#$d_dlsymun DLSYM_NEEDS_UNDERSCORE  /**/
 ?H:.
 ?LINT:set d_dlsymun
 ?T: xxx
index 1df9b92..f742bfe 100644 (file)
@@ -14,7 +14,7 @@
 ?C:HAS_FPOS64_T:
 ?C:    This symbol will be defined if the C compiler supports fpos64_t.
 ?C:.
-?H:#$d_fpos64_t        HAS_FPOS64_T            /**/
+?H:#$d_fpos64_t        HAS_FPOS64_T    /**/
 ?H:.
 ?LINT:set d_fpos64_t
 : check for fpos64_t
index 5ba9223..5d8df1a 100644 (file)
@@ -22,7 +22,7 @@
 ?C:    of significant digits in a long double precision number. Unlike
 ?C:    for DBL_DIG, there's no good guess for LDBL_DIG if it is undefined.
 ?C:.
-?H:#$d_ldbl_dig HAS_LDBL_DIG   /* */
+?H:#$d_ldbl_dig HAS_LDBL_DIG   /* */
 ?H:.
 ?F:!ldbl_dig.c
 ?LINT:set d_ldbl_dig
index 505e5ee..9aff727 100644 (file)
@@ -14,7 +14,7 @@
 ?C:HAS_OFF64_T:
 ?C:    This symbol will be defined if the C compiler supports off64_t.
 ?C:.
-?H:#$d_off64_t HAS_OFF64_T             /**/
+?H:#$d_off64_t HAS_OFF64_T             /**/
 ?H:.
 ?LINT:set d_off64_t
 : check for off64_t
index 4f230e8..9521ce6 100644 (file)
@@ -13,7 +13,7 @@
 ?C:HAS_PTRDIFF_T:
 ?C:    This symbol will be defined if the C compiler supports ptrdiff_t.
 ?C:.
-?H:#$d_ptrdiff_t       HAS_PTRDIFF_T                   /**/
+?H:#$d_ptrdiff_t       HAS_PTRDIFF_T           /**/
 ?H:.
 ?LINT:set d_ptrdiff_t
 : check for ptrdiff_t
index a7679f8..a4c4ea5 100644 (file)
@@ -51,7 +51,7 @@ int main() {
        check("-1",                    18446744073709551615ULL, 0);
        check("-18446744073709551614",                     2LL, 0);
        check("-18446744073709551615",                     1LL, 0);
-               check("-18446744073709551616", 18446744073709551615ULL, ERANGE);
+       check("-18446744073709551616", 18446744073709551615ULL, ERANGE);
        check("-18446744073709551617", 18446744073709551615ULL, ERANGE);
 #endif
        if (!bad)
index b53d10e..d68a050 100644 (file)
@@ -48,7 +48,7 @@ int main() {
        check("-1",                    18446744073709551615ULL, 0);
        check("-18446744073709551614",                     2LL, 0);
        check("-18446744073709551615",                     1LL, 0);
-               check("-18446744073709551616", 18446744073709551615ULL, ERANGE);
+       check("-18446744073709551616", 18446744073709551615ULL, ERANGE);
        check("-18446744073709551617", 18446744073709551615ULL, ERANGE);
 #endif
        if (!bad)
index 208f384..69db65a 100644 (file)
@@ -38,8 +38,8 @@
 ?C:    Note that if fflushNULL is defined, fflushall will not
 ?C:    even be probed for and will be left undefined.
 ?C:.
-?H:#$fflushNULL        FFLUSH_NULL             /**/
-?H:#$fflushall FFLUSH_ALL              /**/
+?H:#$fflushNULL        FFLUSH_NULL             /**/
+?H:#$fflushall FFLUSH_ALL              /**/
 ?H:.
 ?T:output code
 ?F:!try.out !try !tryp
@@ -148,7 +148,7 @@ if $test "X$fflushNULL" = X -o "X$fflushall" = X; then
 fi
 : check for fflush NULL behavior
 case "$fflushNULL" in
-'')    set try -DTRY_FFLUSH_NULL $output
+'')    set try -DTRY_FFLUSH_NULL $output
        if eval $compile; then
                $run ./try 2>/dev/null
                code="$?"
@@ -282,7 +282,7 @@ Good, at least fflush(stdin) seems to behave okay when stdin is a pipe.
 EOM
                : now check for fflushall behaviour
                case "$fflushall" in
-               '')     set try -DTRY_FFLUSH_ALL $output
+               '')     set try -DTRY_FFLUSH_ALL $output
                        if eval $compile; then
                                $cat >&4 <<EOM
 (Now testing the other method--but note that this also may fail.)
index 085f463..cf9f023 100644 (file)
 ?C:.
 ?H:#$i_db I_DB         /**/
 ?H:#define DB_Hash_t   $db_hashtype            /**/
-?H:#define DB_Prefix_t $db_prefixtype          /**/
-?H:#define DB_VERSION_MAJOR_CFG        $db_version_major       /**/
-?H:#define DB_VERSION_MINOR_CFG        $db_version_minor       /**/
-?H:#define DB_VERSION_PATCH_CFG        $db_version_patch       /**/
+?H:#define DB_Prefix_t $db_prefixtype          /**/
+?H:#define DB_VERSION_MAJOR_CFG        $db_version_major       /**/
+?H:#define DB_VERSION_MINOR_CFG        $db_version_minor       /**/
+?H:#define DB_VERSION_PATCH_CFG        $db_version_patch       /**/
 ?H:.
 ?F:!try
 ?LINT:change libs
index 85edc17..b820cca 100644 (file)
@@ -117,7 +117,7 @@ EOCP
                case "$yyy" in
                12345678901)
                        sPRId64='"d"'; sPRIi64='"i"'; sPRIu64='"u"';
-                       sPRIo64='"o"'; sPRIx64='"x"'; sPRIXU64='"X"';
+                       sPRIo64='"o"'; sPRIx64='"x"'; sPRIXU64='"X"';
                        echo "We will use %d."
                        ;;
                esac
@@ -139,7 +139,7 @@ EOCP
                case "$yyy" in
                12345678901)
                        sPRId64='"ld"'; sPRIi64='"li"'; sPRIu64='"lu"';
-                       sPRIo64='"lo"'; sPRIx64='"lx"'; sPRIXU64='"lX"';
+                       sPRIo64='"lo"'; sPRIx64='"lx"'; sPRIXU64='"lX"';
                        echo "We will use %ld."
                        ;;
                esac
@@ -162,7 +162,7 @@ EOCP
                case "$yyy" in
                12345678901)
                        sPRId64=PRId64; sPRIi64=PRIi64; sPRIu64=PRIu64;
-                       sPRIo64=PRIo64; sPRIx64=PRIx64; sPRIXU64=PRIXU64;
+                       sPRIo64=PRIo64; sPRIx64=PRIx64; sPRIXU64=PRIXU64;
                        echo "We will use the C9X style."
                        ;;
                esac
@@ -184,7 +184,7 @@ EOCP
                case "$yyy" in
                12345678901)
                        sPRId64='"Ld"'; sPRIi64='"Li"'; sPRIu64='"Lu"';
-                       sPRIo64='"Lo"'; sPRIx64='"Lx"'; sPRIXU64='"LX"';
+                       sPRIo64='"Lo"'; sPRIx64='"Lx"'; sPRIXU64='"LX"';
                        echo "We will use %Ld."
                        ;;
                esac
@@ -206,7 +206,7 @@ EOCP
                case "$yyy" in
                12345678901)
                        sPRId64='"lld"'; sPRIi64='"lli"'; sPRIu64='"llu"';
-                       sPRIo64='"llo"'; sPRIx64='"llx"'; sPRIXU64='"llX"';
+                       sPRIo64='"llo"'; sPRIx64='"llx"'; sPRIXU64='"llX"';
                        echo "We will use the %lld style."
                        ;;
                esac
@@ -228,7 +228,7 @@ EOCP
                case "$yyy" in
                12345678901)
                        sPRId64='"qd"'; sPRIi64='"qi"'; sPRIu64='"qu"';
-                       sPRIo64='"qo"'; sPRIx64='"qx"'; sPRIXU64='"qX"';
+                       sPRIo64='"qo"'; sPRIx64='"qx"'; sPRIXU64='"qX"';
                        echo "We will use %qd."
                        ;;
                esac
index 0ef227c..95778a2 100644 (file)
@@ -26,7 +26,7 @@
 ?C:    is either n or 32*ceil(n/32), especially many little-endians do
 ?C:    the latter.  This is only useful if you have select(), naturally.
 ?C:.
-?H:#define SELECT_MIN_BITS     $selectminbits  /**/
+?H:#define SELECT_MIN_BITS     $selectminbits  /**/
 ?H:.
 ?T:bits
 ?T:safebits
index 29a35f6..b448d30 100644 (file)
@@ -39,7 +39,7 @@ $cat >&4 <<EOM
 Checking how to access stdio streams by file descriptor number...
 EOM
 case "$stdio_stream_array" in
-'')    $cat >try.c <<EOCP
+'')    $cat >try.c <<EOCP
 #include <stdio.h>
 int main() {
   if (&STDIO_STREAM_ARRAY[fileno(stdin)] == stdin)
@@ -50,7 +50,7 @@ EOCP
        do
                set try -DSTDIO_STREAM_ARRAY=$s
                if eval $compile; then
-                       case "`$run ./try`" in
+                       case "`$run ./try`" in
                        yes)    stdio_stream_array=$s; break ;;
                        esac
                fi
index fe07991..a823685 100644 (file)
@@ -83,8 +83,8 @@ EOM
    rp='Try to understand large files, if available?'
    . ./myread
    case "$ans" in
-   y|Y)        val="$define" ;;
-   *)          val="$undef"  ;;
+   y|Y)        val="$define" ;;
+   *)  val="$undef"  ;;
    esac
    ;;
 esac
index b73674d..9a17542 100644 (file)
@@ -42,7 +42,7 @@ EOM
 rp='Try to use long doubles if available?'
 . ./myread
 case "$ans" in
-y|Y)   val="$define"   ;;
+y|Y)   val="$define"   ;;
 *)      val="$undef"   ;;
 esac
 set uselongdouble
index db3f66b..5996cc9 100644 (file)
@@ -45,7 +45,7 @@ EOM
 rp='Try to use long longs if available?'
 . ./myread
 case "$ans" in
-y|Y)   val="$define"   ;;
+y|Y)   val="$define"   ;;
 *)      val="$undef"   ;;
 esac
 set uselonglong
index 419275f..6c00c47 100644 (file)
@@ -35,7 +35,7 @@
 ?C:    is defined, and 'int *' otherwise.  This is only useful if you
 ?C:    have select(), of course.
 ?C:.
-?H:#define Select_fd_set_t     $selecttype     /**/
+?H:#define Select_fd_set_t     $selecttype     /**/
 ?H:.
 ?T:xxx nfd tmo try hdrs val
 : check for type of arguments to select.
index 897b9b1..775db54 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_asctime_r
 ?C:    is defined.
 ?C:.
-?H:#$d_asctime_r HAS_ASCTIME_R    /**/
-?H:#define ASCTIME_R_PROTO $asctime_r_proto       /**/
+?H:#$d_asctime_r HAS_ASCTIME_R /**/
+?H:#define ASCTIME_R_PROTO $asctime_r_proto    /**/
 ?H:.
 ?T:try hdrs d_asctime_r_proto
 : see if asctime_r exists
@@ -66,7 +66,7 @@ case "$d_asctime_r" in
        esac
        case "$asctime_r_proto" in
        ''|0)   d_asctime_r=undef
-               asctime_r_proto=0
+               asctime_r_proto=0
                echo "Disabling asctime_r, cannot determine prototype." >&4 ;;
        * )     case "$asctime_r_proto" in
                REENTRANT_PROTO*) ;;
index 97ca066..e37af1f 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_crypt_r
 ?C:    is defined.
 ?C:.
-?H:#$d_crypt_r HAS_CRYPT_R        /**/
-?H:#define CRYPT_R_PROTO $crypt_r_proto           /**/
+?H:#$d_crypt_r HAS_CRYPT_R     /**/
+?H:#define CRYPT_R_PROTO $crypt_r_proto        /**/
 ?H:.
 ?T:try hdrs d_crypt_r_proto
 : see if crypt_r exists
@@ -58,7 +58,7 @@ case "$d_crypt_r" in
        esac
        case "$crypt_r_proto" in
        ''|0)   d_crypt_r=undef
-               crypt_r_proto=0
+               crypt_r_proto=0
                echo "Disabling crypt_r, cannot determine prototype." >&4 ;;
        * )     case "$crypt_r_proto" in
                REENTRANT_PROTO*) ;;
index e4aa711..f45e7bd 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_ctermid_r
 ?C:    is defined.
 ?C:.
-?H:#$d_ctermid_r HAS_CTERMID_R    /**/
-?H:#define CTERMID_R_PROTO $ctermid_r_proto       /**/
+?H:#$d_ctermid_r HAS_CTERMID_R /**/
+?H:#define CTERMID_R_PROTO $ctermid_r_proto    /**/
 ?H:.
 ?T:try hdrs d_ctermid_r_proto
 : see if ctermid_r exists
@@ -54,7 +54,7 @@ case "$d_ctermid_r" in
        esac
        case "$ctermid_r_proto" in
        ''|0)   d_ctermid_r=undef
-               ctermid_r_proto=0
+               ctermid_r_proto=0
                echo "Disabling ctermid_r, cannot determine prototype." >&4 ;;
        * )     case "$ctermid_r_proto" in
                REENTRANT_PROTO*) ;;
index cc4afb2..8ed50d0 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_ctime_r
 ?C:    is defined.
 ?C:.
-?H:#$d_ctime_r HAS_CTIME_R        /**/
-?H:#define CTIME_R_PROTO $ctime_r_proto           /**/
+?H:#$d_ctime_r HAS_CTIME_R     /**/
+?H:#define CTIME_R_PROTO $ctime_r_proto        /**/
 ?H:.
 ?T:try hdrs d_ctime_r_proto
 : see if ctime_r exists
@@ -66,7 +66,7 @@ case "$d_ctime_r" in
        esac
        case "$ctime_r_proto" in
        ''|0)   d_ctime_r=undef
-               ctime_r_proto=0
+               ctime_r_proto=0
                echo "Disabling ctime_r, cannot determine prototype." >&4 ;;
        * )     case "$ctime_r_proto" in
                REENTRANT_PROTO*) ;;
index 22fa32d..7706a42 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_drand48_r
 ?C:    is defined.
 ?C:.
-?H:#$d_drand48_r HAS_DRAND48_R    /**/
-?H:#define DRAND48_R_PROTO $drand48_r_proto       /**/
+?H:#$d_drand48_r HAS_DRAND48_R /**/
+?H:#define DRAND48_R_PROTO $drand48_r_proto    /**/
 ?H:.
 ?T:try hdrs d_drand48_r_proto
 : see if drand48_r exists
@@ -54,7 +54,7 @@ case "$d_drand48_r" in
        esac
        case "$drand48_r_proto" in
        ''|0)   d_drand48_r=undef
-               drand48_r_proto=0
+               drand48_r_proto=0
                echo "Disabling drand48_r, cannot determine prototype." >&4 ;;
        * )     case "$drand48_r_proto" in
                REENTRANT_PROTO*) ;;
index 1d075ca..b51b980 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_endgrent_r
 ?C:    is defined.
 ?C:.
-?H:#$d_endgrent_r HAS_ENDGRENT_R          /**/
-?H:#define ENDGRENT_R_PROTO $endgrent_r_proto     /**/
+?H:#$d_endgrent_r HAS_ENDGRENT_R       /**/
+?H:#define ENDGRENT_R_PROTO $endgrent_r_proto  /**/
 ?H:.
 ?T:try hdrs d_endgrent_r_proto
 : see if endgrent_r exists
@@ -58,7 +58,7 @@ case "$d_endgrent_r" in
        esac
        case "$endgrent_r_proto" in
        ''|0)   d_endgrent_r=undef
-               endgrent_r_proto=0
+               endgrent_r_proto=0
                echo "Disabling endgrent_r, cannot determine prototype." >&4 ;;
        * )     case "$endgrent_r_proto" in
                REENTRANT_PROTO*) ;;
index 62b4e1c..b20864f 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_endhostent_r
 ?C:    is defined.
 ?C:.
-?H:#$d_endhostent_r HAS_ENDHOSTENT_R      /**/
-?H:#define ENDHOSTENT_R_PROTO $endhostent_r_proto         /**/
+?H:#$d_endhostent_r HAS_ENDHOSTENT_R   /**/
+?H:#define ENDHOSTENT_R_PROTO $endhostent_r_proto      /**/
 ?H:.
 ?T:try hdrs d_endhostent_r_proto
 : see if endhostent_r exists
@@ -58,7 +58,7 @@ case "$d_endhostent_r" in
        esac
        case "$endhostent_r_proto" in
        ''|0)   d_endhostent_r=undef
-               endhostent_r_proto=0
+               endhostent_r_proto=0
                echo "Disabling endhostent_r, cannot determine prototype." >&4 ;;
        * )     case "$endhostent_r_proto" in
                REENTRANT_PROTO*) ;;
index 5f34381..dededd2 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_endnetent_r
 ?C:    is defined.
 ?C:.
-?H:#$d_endnetent_r HAS_ENDNETENT_R        /**/
-?H:#define ENDNETENT_R_PROTO $endnetent_r_proto           /**/
+?H:#$d_endnetent_r HAS_ENDNETENT_R     /**/
+?H:#define ENDNETENT_R_PROTO $endnetent_r_proto        /**/
 ?H:.
 ?T:try hdrs d_endnetent_r_proto
 : see if endnetent_r exists
@@ -58,7 +58,7 @@ case "$d_endnetent_r" in
        esac
        case "$endnetent_r_proto" in
        ''|0)   d_endnetent_r=undef
-               endnetent_r_proto=0
+               endnetent_r_proto=0
                echo "Disabling endnetent_r, cannot determine prototype." >&4 ;;
        * )     case "$endnetent_r_proto" in
                REENTRANT_PROTO*) ;;
index d1f10b7..f6e952a 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_endprotoent_r
 ?C:    is defined.
 ?C:.
-?H:#$d_endprotoent_r HAS_ENDPROTOENT_R    /**/
-?H:#define ENDPROTOENT_R_PROTO $endprotoent_r_proto       /**/
+?H:#$d_endprotoent_r HAS_ENDPROTOENT_R /**/
+?H:#define ENDPROTOENT_R_PROTO $endprotoent_r_proto    /**/
 ?H:.
 ?T:try hdrs d_endprotoent_r_proto
 : see if endprotoent_r exists
@@ -58,7 +58,7 @@ case "$d_endprotoent_r" in
        esac
        case "$endprotoent_r_proto" in
        ''|0)   d_endprotoent_r=undef
-               endprotoent_r_proto=0
+               endprotoent_r_proto=0
                echo "Disabling endprotoent_r, cannot determine prototype." >&4 ;;
        * )     case "$endprotoent_r_proto" in
                REENTRANT_PROTO*) ;;
index 6d107d1..2632a32 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_endpwent_r
 ?C:    is defined.
 ?C:.
-?H:#$d_endpwent_r HAS_ENDPWENT_R          /**/
-?H:#define ENDPWENT_R_PROTO $endpwent_r_proto     /**/
+?H:#$d_endpwent_r HAS_ENDPWENT_R       /**/
+?H:#define ENDPWENT_R_PROTO $endpwent_r_proto  /**/
 ?H:.
 ?T:try hdrs d_endpwent_r_proto
 : see if endpwent_r exists
@@ -58,7 +58,7 @@ case "$d_endpwent_r" in
        esac
        case "$endpwent_r_proto" in
        ''|0)   d_endpwent_r=undef
-               endpwent_r_proto=0
+               endpwent_r_proto=0
                echo "Disabling endpwent_r, cannot determine prototype." >&4 ;;
        * )     case "$endpwent_r_proto" in
                REENTRANT_PROTO*) ;;
index e6750ae..6b4cc17 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_endservent_r
 ?C:    is defined.
 ?C:.
-?H:#$d_endservent_r HAS_ENDSERVENT_R      /**/
-?H:#define ENDSERVENT_R_PROTO $endservent_r_proto         /**/
+?H:#$d_endservent_r HAS_ENDSERVENT_R   /**/
+?H:#define ENDSERVENT_R_PROTO $endservent_r_proto      /**/
 ?H:.
 ?T:try hdrs d_endservent_r_proto
 : see if endservent_r exists
@@ -58,7 +58,7 @@ case "$d_endservent_r" in
        esac
        case "$endservent_r_proto" in
        ''|0)   d_endservent_r=undef
-               endservent_r_proto=0
+               endservent_r_proto=0
                echo "Disabling endservent_r, cannot determine prototype." >&4 ;;
        * )     case "$endservent_r_proto" in
                REENTRANT_PROTO*) ;;
index e326d4d..3ab13d5 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrent_r
 ?C:    is defined.
 ?C:.
-?H:#$d_getgrent_r HAS_GETGRENT_R          /**/
-?H:#define GETGRENT_R_PROTO $getgrent_r_proto     /**/
+?H:#$d_getgrent_r HAS_GETGRENT_R       /**/
+?H:#define GETGRENT_R_PROTO $getgrent_r_proto  /**/
 ?H:.
 ?T:try hdrs d_getgrent_r_proto
 : see if getgrent_r exists
@@ -74,7 +74,7 @@ case "$d_getgrent_r" in
        esac
        case "$getgrent_r_proto" in
        ''|0)   d_getgrent_r=undef
-               getgrent_r_proto=0
+               getgrent_r_proto=0
                echo "Disabling getgrent_r, cannot determine prototype." >&4 ;;
        * )     case "$getgrent_r_proto" in
                REENTRANT_PROTO*) ;;
index c01561d..1798bdb 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrgid_r
 ?C:    is defined.
 ?C:.
-?H:#$d_getgrgid_r HAS_GETGRGID_R          /**/
-?H:#define GETGRGID_R_PROTO $getgrgid_r_proto     /**/
+?H:#$d_getgrgid_r HAS_GETGRGID_R       /**/
+?H:#define GETGRGID_R_PROTO $getgrgid_r_proto  /**/
 ?H:.
 ?T:try hdrs d_getgrgid_r_proto
 : see if getgrgid_r exists
@@ -66,7 +66,7 @@ case "$d_getgrgid_r" in
        esac
        case "$getgrgid_r_proto" in
        ''|0)   d_getgrgid_r=undef
-               getgrgid_r_proto=0
+               getgrgid_r_proto=0
                echo "Disabling getgrgid_r, cannot determine prototype." >&4 ;;
        * )     case "$getgrgid_r_proto" in
                REENTRANT_PROTO*) ;;
index ec3ff5b..72cb7f0 100644 (file)
@@ -7,7 +7,7 @@
 ?RCS: Generated by the reentr.pl from the Perl 5.8 distribution.
 ?RCS:
 ?MAKE:d_getgrnam_r getgrnam_r_proto: Inlibc Protochk Hasproto i_systypes \
-        usethreads i_grp extern_C
+       usethreads i_grp extern_C
 ?MAKE: -pick add $@ %<
 ?S:d_getgrnam_r:
 ?S:    This variable conditionally defines the HAS_GETGRNAM_R symbol,
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrnam_r
 ?C:    is defined.
 ?C:.
-?H:#$d_getgrnam_r HAS_GETGRNAM_R          /**/
-?H:#define GETGRNAM_R_PROTO $getgrnam_r_proto     /**/
+?H:#$d_getgrnam_r HAS_GETGRNAM_R       /**/
+?H:#define GETGRNAM_R_PROTO $getgrnam_r_proto  /**/
 ?H:.
 ?T:try hdrs d_getgrnam_r_proto
 : see if getgrnam_r exists
@@ -70,7 +70,7 @@ case "$d_getgrnam_r" in
        esac
        case "$getgrnam_r_proto" in
        ''|0)   d_getgrnam_r=undef
-               getgrnam_r_proto=0
+               getgrnam_r_proto=0
                echo "Disabling getgrnam_r, cannot determine prototype." >&4 ;;
        * )     case "$getgrnam_r_proto" in
                REENTRANT_PROTO*) ;;
index a8e675c..82b2618 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostbyaddr_r
 ?C:    is defined.
 ?C:.
-?H:#$d_gethostbyaddr_r HAS_GETHOSTBYADDR_R        /**/
-?H:#define GETHOSTBYADDR_R_PROTO $gethostbyaddr_r_proto           /**/
+?H:#$d_gethostbyaddr_r HAS_GETHOSTBYADDR_R     /**/
+?H:#define GETHOSTBYADDR_R_PROTO $gethostbyaddr_r_proto        /**/
 ?H:.
 ?T:try hdrs d_gethostbyaddr_r_proto
 : see if gethostbyaddr_r exists
@@ -94,7 +94,7 @@ case "$d_gethostbyaddr_r" in
        esac
        case "$gethostbyaddr_r_proto" in
        ''|0)   d_gethostbyaddr_r=undef
-               gethostbyaddr_r_proto=0
+               gethostbyaddr_r_proto=0
                echo "Disabling gethostbyaddr_r, cannot determine prototype." >&4 ;;
        * )     case "$gethostbyaddr_r_proto" in
                REENTRANT_PROTO*) ;;
index a670b61..3e3102f 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostbyname_r
 ?C:    is defined.
 ?C:.
-?H:#$d_gethostbyname_r HAS_GETHOSTBYNAME_R        /**/
-?H:#define GETHOSTBYNAME_R_PROTO $gethostbyname_r_proto           /**/
+?H:#$d_gethostbyname_r HAS_GETHOSTBYNAME_R     /**/
+?H:#define GETHOSTBYNAME_R_PROTO $gethostbyname_r_proto        /**/
 ?H:.
 ?T:try hdrs d_gethostbyname_r_proto
 : see if gethostbyname_r exists
@@ -62,7 +62,7 @@ case "$d_gethostbyname_r" in
        esac
        case "$gethostbyname_r_proto" in
        ''|0)   d_gethostbyname_r=undef
-               gethostbyname_r_proto=0
+               gethostbyname_r_proto=0
                echo "Disabling gethostbyname_r, cannot determine prototype." >&4 ;;
        * )     case "$gethostbyname_r_proto" in
                REENTRANT_PROTO*) ;;
index 0db5bff..292586c 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostent_r
 ?C:    is defined.
 ?C:.
-?H:#$d_gethostent_r HAS_GETHOSTENT_R      /**/
-?H:#define GETHOSTENT_R_PROTO $gethostent_r_proto         /**/
+?H:#$d_gethostent_r HAS_GETHOSTENT_R   /**/
+?H:#define GETHOSTENT_R_PROTO $gethostent_r_proto      /**/
 ?H:.
 ?T:try hdrs d_gethostent_r_proto
 : see if gethostent_r exists
@@ -74,7 +74,7 @@ case "$d_gethostent_r" in
        esac
        case "$gethostent_r_proto" in
        ''|0)   d_gethostent_r=undef
-               gethostent_r_proto=0
+               gethostent_r_proto=0
                echo "Disabling gethostent_r, cannot determine prototype." >&4 ;;
        * )     case "$gethostent_r_proto" in
                REENTRANT_PROTO*) ;;
index 8438368..0eca400 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_getlogin_r
 ?C:    is defined.
 ?C:.
-?H:#$d_getlogin_r HAS_GETLOGIN_R          /**/
-?H:#define GETLOGIN_R_PROTO $getlogin_r_proto     /**/
+?H:#$d_getlogin_r HAS_GETLOGIN_R       /**/
+?H:#define GETLOGIN_R_PROTO $getlogin_r_proto  /**/
 ?H:.
 ?T:try hdrs d_getlogin_r_proto
 : see if getlogin_r exists
@@ -66,7 +66,7 @@ case "$d_getlogin_r" in
        esac
        case "$getlogin_r_proto" in
        ''|0)   d_getlogin_r=undef
-               getlogin_r_proto=0
+               getlogin_r_proto=0
                echo "Disabling getlogin_r, cannot determine prototype." >&4 ;;
        * )     case "$getlogin_r_proto" in
                REENTRANT_PROTO*) ;;
index 7b2a61f..0c84ad2 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetbyaddr_r
 ?C:    is defined.
 ?C:.
-?H:#$d_getnetbyaddr_r HAS_GETNETBYADDR_R          /**/
-?H:#define GETNETBYADDR_R_PROTO $getnetbyaddr_r_proto     /**/
+?H:#$d_getnetbyaddr_r HAS_GETNETBYADDR_R       /**/
+?H:#define GETNETBYADDR_R_PROTO $getnetbyaddr_r_proto  /**/
 ?H:.
 ?T:try hdrs d_getnetbyaddr_r_proto
 : see if getnetbyaddr_r exists
@@ -82,7 +82,7 @@ case "$d_getnetbyaddr_r" in
        esac
        case "$getnetbyaddr_r_proto" in
        ''|0)   d_getnetbyaddr_r=undef
-               getnetbyaddr_r_proto=0
+               getnetbyaddr_r_proto=0
                echo "Disabling getnetbyaddr_r, cannot determine prototype." >&4 ;;
        * )     case "$getnetbyaddr_r_proto" in
                REENTRANT_PROTO*) ;;
index e2ea05e..1dd2e51 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetbyname_r
 ?C:    is defined.
 ?C:.
-?H:#$d_getnetbyname_r HAS_GETNETBYNAME_R          /**/
-?H:#define GETNETBYNAME_R_PROTO $getnetbyname_r_proto     /**/
+?H:#$d_getnetbyname_r HAS_GETNETBYNAME_R       /**/
+?H:#define GETNETBYNAME_R_PROTO $getnetbyname_r_proto  /**/
 ?H:.
 ?T:try hdrs d_getnetbyname_r_proto
 : see if getnetbyname_r exists
@@ -66,7 +66,7 @@ case "$d_getnetbyname_r" in
        esac
        case "$getnetbyname_r_proto" in
        ''|0)   d_getnetbyname_r=undef
-               getnetbyname_r_proto=0
+               getnetbyname_r_proto=0
                echo "Disabling getnetbyname_r, cannot determine prototype." >&4 ;;
        * )     case "$getnetbyname_r_proto" in
                REENTRANT_PROTO*) ;;
index ad3f661..f2c1d5c 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetent_r
 ?C:    is defined.
 ?C:.
-?H:#$d_getnetent_r HAS_GETNETENT_R        /**/
-?H:#define GETNETENT_R_PROTO $getnetent_r_proto           /**/
+?H:#$d_getnetent_r HAS_GETNETENT_R     /**/
+?H:#define GETNETENT_R_PROTO $getnetent_r_proto        /**/
 ?H:.
 ?T:try hdrs d_getnetent_r_proto
 : see if getnetent_r exists
@@ -74,7 +74,7 @@ case "$d_getnetent_r" in
        esac
        case "$getnetent_r_proto" in
        ''|0)   d_getnetent_r=undef
-               getnetent_r_proto=0
+               getnetent_r_proto=0
                echo "Disabling getnetent_r, cannot determine prototype." >&4 ;;
        * )     case "$getnetent_r_proto" in
                REENTRANT_PROTO*) ;;
index eda2668..d4e4efa 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotobyname_r
 ?C:    is defined.
 ?C:.
-?H:#$d_getprotobyname_r HAS_GETPROTOBYNAME_R      /**/
-?H:#define GETPROTOBYNAME_R_PROTO $getprotobyname_r_proto         /**/
+?H:#$d_getprotobyname_r HAS_GETPROTOBYNAME_R   /**/
+?H:#define GETPROTOBYNAME_R_PROTO $getprotobyname_r_proto      /**/
 ?H:.
 ?T:try hdrs d_getprotobyname_r_proto
 : see if getprotobyname_r exists
@@ -62,7 +62,7 @@ case "$d_getprotobyname_r" in
        esac
        case "$getprotobyname_r_proto" in
        ''|0)   d_getprotobyname_r=undef
-               getprotobyname_r_proto=0
+               getprotobyname_r_proto=0
                echo "Disabling getprotobyname_r, cannot determine prototype." >&4 ;;
        * )     case "$getprotobyname_r_proto" in
                REENTRANT_PROTO*) ;;
index b66ecad..17e07f6 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotobynumber_r
 ?C:    is defined.
 ?C:.
-?H:#$d_getprotobynumber_r HAS_GETPROTOBYNUMBER_R          /**/
-?H:#define GETPROTOBYNUMBER_R_PROTO $getprotobynumber_r_proto     /**/
+?H:#$d_getprotobynumber_r HAS_GETPROTOBYNUMBER_R       /**/
+?H:#define GETPROTOBYNUMBER_R_PROTO $getprotobynumber_r_proto  /**/
 ?H:.
 ?T:try hdrs d_getprotobynumber_r_proto
 : see if getprotobynumber_r exists
@@ -62,7 +62,7 @@ case "$d_getprotobynumber_r" in
        esac
        case "$getprotobynumber_r_proto" in
        ''|0)   d_getprotobynumber_r=undef
-               getprotobynumber_r_proto=0
+               getprotobynumber_r_proto=0
                echo "Disabling getprotobynumber_r, cannot determine prototype." >&4 ;;
        * )     case "$getprotobynumber_r_proto" in
                REENTRANT_PROTO*) ;;
index fa559be..93ec68b 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotoent_r
 ?C:    is defined.
 ?C:.
-?H:#$d_getprotoent_r HAS_GETPROTOENT_R    /**/
-?H:#define GETPROTOENT_R_PROTO $getprotoent_r_proto       /**/
+?H:#$d_getprotoent_r HAS_GETPROTOENT_R /**/
+?H:#define GETPROTOENT_R_PROTO $getprotoent_r_proto    /**/
 ?H:.
 ?T:try hdrs d_getprotoent_r_proto
 : see if getprotoent_r exists
@@ -66,7 +66,7 @@ case "$d_getprotoent_r" in
        esac
        case "$getprotoent_r_proto" in
        ''|0)   d_getprotoent_r=undef
-               getprotoent_r_proto=0
+               getprotoent_r_proto=0
                echo "Disabling getprotoent_r, cannot determine prototype." >&4 ;;
        * )     case "$getprotoent_r_proto" in
                REENTRANT_PROTO*) ;;
index 3775c46..61911cf 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwent_r
 ?C:    is defined.
 ?C:.
-?H:#$d_getpwent_r HAS_GETPWENT_R          /**/
-?H:#define GETPWENT_R_PROTO $getpwent_r_proto     /**/
+?H:#$d_getpwent_r HAS_GETPWENT_R       /**/
+?H:#define GETPWENT_R_PROTO $getpwent_r_proto  /**/
 ?H:.
 ?T:try hdrs d_getpwent_r_proto
 : see if getpwent_r exists
@@ -74,7 +74,7 @@ case "$d_getpwent_r" in
        esac
        case "$getpwent_r_proto" in
        ''|0)   d_getpwent_r=undef
-               getpwent_r_proto=0
+               getpwent_r_proto=0
                echo "Disabling getpwent_r, cannot determine prototype." >&4 ;;
        * )     case "$getpwent_r_proto" in
                REENTRANT_PROTO*) ;;
index 5e38886..6288a71 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwnam_r
 ?C:    is defined.
 ?C:.
-?H:#$d_getpwnam_r HAS_GETPWNAM_R          /**/
-?H:#define GETPWNAM_R_PROTO $getpwnam_r_proto     /**/
+?H:#$d_getpwnam_r HAS_GETPWNAM_R       /**/
+?H:#define GETPWNAM_R_PROTO $getpwnam_r_proto  /**/
 ?H:.
 ?T:try hdrs d_getpwnam_r_proto
 : see if getpwnam_r exists
@@ -66,7 +66,7 @@ case "$d_getpwnam_r" in
        esac
        case "$getpwnam_r_proto" in
        ''|0)   d_getpwnam_r=undef
-               getpwnam_r_proto=0
+               getpwnam_r_proto=0
                echo "Disabling getpwnam_r, cannot determine prototype." >&4 ;;
        * )     case "$getpwnam_r_proto" in
                REENTRANT_PROTO*) ;;
index fbf5700..d9d81cd 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwuid_r
 ?C:    is defined.
 ?C:.
-?H:#$d_getpwuid_r HAS_GETPWUID_R          /**/
-?H:#define GETPWUID_R_PROTO $getpwuid_r_proto     /**/
+?H:#$d_getpwuid_r HAS_GETPWUID_R       /**/
+?H:#define GETPWUID_R_PROTO $getpwuid_r_proto  /**/
 ?H:.
 ?T:try hdrs d_getpwuid_r_proto
 : see if getpwuid_r exists
@@ -66,7 +66,7 @@ case "$d_getpwuid_r" in
        esac
        case "$getpwuid_r_proto" in
        ''|0)   d_getpwuid_r=undef
-               getpwuid_r_proto=0
+               getpwuid_r_proto=0
                echo "Disabling getpwuid_r, cannot determine prototype." >&4 ;;
        * )     case "$getpwuid_r_proto" in
                REENTRANT_PROTO*) ;;
index c99173c..57e7ad9 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservbyname_r
 ?C:    is defined.
 ?C:.
-?H:#$d_getservbyname_r HAS_GETSERVBYNAME_R        /**/
-?H:#define GETSERVBYNAME_R_PROTO $getservbyname_r_proto           /**/
+?H:#$d_getservbyname_r HAS_GETSERVBYNAME_R     /**/
+?H:#define GETSERVBYNAME_R_PROTO $getservbyname_r_proto        /**/
 ?H:.
 ?T:try hdrs d_getservbyname_r_proto
 : see if getservbyname_r exists
@@ -62,7 +62,7 @@ case "$d_getservbyname_r" in
        esac
        case "$getservbyname_r_proto" in
        ''|0)   d_getservbyname_r=undef
-               getservbyname_r_proto=0
+               getservbyname_r_proto=0
                echo "Disabling getservbyname_r, cannot determine prototype." >&4 ;;
        * )     case "$getservbyname_r_proto" in
                REENTRANT_PROTO*) ;;
index e568c3b..e936fd3 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservbyport_r
 ?C:    is defined.
 ?C:.
-?H:#$d_getservbyport_r HAS_GETSERVBYPORT_R        /**/
-?H:#define GETSERVBYPORT_R_PROTO $getservbyport_r_proto           /**/
+?H:#$d_getservbyport_r HAS_GETSERVBYPORT_R     /**/
+?H:#define GETSERVBYPORT_R_PROTO $getservbyport_r_proto        /**/
 ?H:.
 ?T:try hdrs d_getservbyport_r_proto
 : see if getservbyport_r exists
@@ -62,7 +62,7 @@ case "$d_getservbyport_r" in
        esac
        case "$getservbyport_r_proto" in
        ''|0)   d_getservbyport_r=undef
-               getservbyport_r_proto=0
+               getservbyport_r_proto=0
                echo "Disabling getservbyport_r, cannot determine prototype." >&4 ;;
        * )     case "$getservbyport_r_proto" in
                REENTRANT_PROTO*) ;;
index 880dabc..8f7a8c3 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservent_r
 ?C:    is defined.
 ?C:.
-?H:#$d_getservent_r HAS_GETSERVENT_R      /**/
-?H:#define GETSERVENT_R_PROTO $getservent_r_proto         /**/
+?H:#$d_getservent_r HAS_GETSERVENT_R   /**/
+?H:#define GETSERVENT_R_PROTO $getservent_r_proto      /**/
 ?H:.
 ?T:try hdrs d_getservent_r_proto
 : see if getservent_r exists
@@ -66,7 +66,7 @@ case "$d_getservent_r" in
        esac
        case "$getservent_r_proto" in
        ''|0)   d_getservent_r=undef
-               getservent_r_proto=0
+               getservent_r_proto=0
                echo "Disabling getservent_r, cannot determine prototype." >&4 ;;
        * )     case "$getservent_r_proto" in
                REENTRANT_PROTO*) ;;
index 5528c9d..50b366d 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_getspnam_r
 ?C:    is defined.
 ?C:.
-?H:#$d_getspnam_r HAS_GETSPNAM_R          /**/
-?H:#define GETSPNAM_R_PROTO $getspnam_r_proto     /**/
+?H:#$d_getspnam_r HAS_GETSPNAM_R       /**/
+?H:#define GETSPNAM_R_PROTO $getspnam_r_proto  /**/
 ?H:.
 ?T:try hdrs d_getspnam_r_proto
 : see if getspnam_r exists
@@ -58,7 +58,7 @@ case "$d_getspnam_r" in
        esac
        case "$getspnam_r_proto" in
        ''|0)   d_getspnam_r=undef
-               getspnam_r_proto=0
+               getspnam_r_proto=0
                echo "Disabling getspnam_r, cannot determine prototype." >&4 ;;
        * )     case "$getspnam_r_proto" in
                REENTRANT_PROTO*) ;;
index 513d948..c0a1b19 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_gmtime_r
 ?C:    is defined.
 ?C:.
-?H:#$d_gmtime_r HAS_GMTIME_R      /**/
-?H:#define GMTIME_R_PROTO $gmtime_r_proto         /**/
+?H:#$d_gmtime_r HAS_GMTIME_R   /**/
+?H:#define GMTIME_R_PROTO $gmtime_r_proto      /**/
 ?H:.
 ?T:try hdrs d_gmtime_r_proto
 : see if gmtime_r exists
@@ -58,7 +58,7 @@ case "$d_gmtime_r" in
        esac
        case "$gmtime_r_proto" in
        ''|0)   d_gmtime_r=undef
-               gmtime_r_proto=0
+               gmtime_r_proto=0
                echo "Disabling gmtime_r, cannot determine prototype." >&4 ;;
        * )     case "$gmtime_r_proto" in
                REENTRANT_PROTO*) ;;
index d944f89..de51966 100644 (file)
@@ -52,8 +52,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_localtime_r
 ?C:    is defined.
 ?C:.
-?H:#$d_localtime_r HAS_LOCALTIME_R        /**/
-?H:#define LOCALTIME_R_PROTO $localtime_r_proto           /**/
+?H:#$d_localtime_r HAS_LOCALTIME_R     /**/
+?H:#define LOCALTIME_R_PROTO $localtime_r_proto        /**/
 ?H:.
 ?T:try hdrs d_localtime_r_proto
 ?F:!try
@@ -81,7 +81,7 @@ case "$d_localtime_r" in
        esac
        case "$localtime_r_proto" in
        ''|0)   d_localtime_r=undef
-               localtime_r_proto=0
+               localtime_r_proto=0
                echo "Disabling localtime_r, cannot determine prototype." >&4 ;;
        * )     case "$localtime_r_proto" in
                REENTRANT_PROTO*) ;;
index d6185ec..8593e99 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_random_r
 ?C:    is defined.
 ?C:.
-?H:#$d_random_r HAS_RANDOM_R      /**/
-?H:#define RANDOM_R_PROTO $random_r_proto         /**/
+?H:#$d_random_r HAS_RANDOM_R   /**/
+?H:#define RANDOM_R_PROTO $random_r_proto      /**/
 ?H:.
 ?T:try hdrs d_random_r_proto
 : see if random_r exists
@@ -62,7 +62,7 @@ case "$d_random_r" in
        esac
        case "$random_r_proto" in
        ''|0)   d_random_r=undef
-               random_r_proto=0
+               random_r_proto=0
                echo "Disabling random_r, cannot determine prototype." >&4 ;;
        * )     case "$random_r_proto" in
                REENTRANT_PROTO*) ;;
index f7f4388..68fc056 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_readdir64_r
 ?C:    is defined.
 ?C:.
-?H:#$d_readdir64_r HAS_READDIR64_R        /**/
-?H:#define READDIR64_R_PROTO $readdir64_r_proto           /**/
+?H:#$d_readdir64_r HAS_READDIR64_R     /**/
+?H:#define READDIR64_R_PROTO $readdir64_r_proto        /**/
 ?H:.
 ?T:try hdrs d_readdir64_r_proto
 : see if readdir64_r exists
@@ -58,7 +58,7 @@ case "$d_readdir64_r" in
        esac
        case "$readdir64_r_proto" in
        ''|0)   d_readdir64_r=undef
-               readdir64_r_proto=0
+               readdir64_r_proto=0
                echo "Disabling readdir64_r, cannot determine prototype." >&4 ;;
        * )     case "$readdir64_r_proto" in
                REENTRANT_PROTO*) ;;
index 25edeac..d773d30 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_readdir_r
 ?C:    is defined.
 ?C:.
-?H:#$d_readdir_r HAS_READDIR_R    /**/
-?H:#define READDIR_R_PROTO $readdir_r_proto       /**/
+?H:#$d_readdir_r HAS_READDIR_R /**/
+?H:#define READDIR_R_PROTO $readdir_r_proto    /**/
 ?H:.
 ?T:try hdrs d_readdir_r_proto
 : see if readdir_r exists
@@ -58,7 +58,7 @@ case "$d_readdir_r" in
        esac
        case "$readdir_r_proto" in
        ''|0)   d_readdir_r=undef
-               readdir_r_proto=0
+               readdir_r_proto=0
                echo "Disabling readdir_r, cannot determine prototype." >&4 ;;
        * )     case "$readdir_r_proto" in
                REENTRANT_PROTO*) ;;
index cd847bc..20ab1ad 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_setgrent_r
 ?C:    is defined.
 ?C:.
-?H:#$d_setgrent_r HAS_SETGRENT_R          /**/
-?H:#define SETGRENT_R_PROTO $setgrent_r_proto     /**/
+?H:#$d_setgrent_r HAS_SETGRENT_R       /**/
+?H:#define SETGRENT_R_PROTO $setgrent_r_proto  /**/
 ?H:.
 ?T:try hdrs d_setgrent_r_proto
 : see if setgrent_r exists
@@ -58,7 +58,7 @@ case "$d_setgrent_r" in
        esac
        case "$setgrent_r_proto" in
        ''|0)   d_setgrent_r=undef
-               setgrent_r_proto=0
+               setgrent_r_proto=0
                echo "Disabling setgrent_r, cannot determine prototype." >&4 ;;
        * )     case "$setgrent_r_proto" in
                REENTRANT_PROTO*) ;;
index 87aa8b9..d425520 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_sethostent_r
 ?C:    is defined.
 ?C:.
-?H:#$d_sethostent_r HAS_SETHOSTENT_R      /**/
-?H:#define SETHOSTENT_R_PROTO $sethostent_r_proto         /**/
+?H:#$d_sethostent_r HAS_SETHOSTENT_R   /**/
+?H:#define SETHOSTENT_R_PROTO $sethostent_r_proto      /**/
 ?H:.
 ?T:try hdrs d_sethostent_r_proto
 : see if sethostent_r exists
@@ -58,7 +58,7 @@ case "$d_sethostent_r" in
        esac
        case "$sethostent_r_proto" in
        ''|0)   d_sethostent_r=undef
-               sethostent_r_proto=0
+               sethostent_r_proto=0
                echo "Disabling sethostent_r, cannot determine prototype." >&4 ;;
        * )     case "$sethostent_r_proto" in
                REENTRANT_PROTO*) ;;
index 796d8d9..fbfa301 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_setlocale_r
 ?C:    is defined.
 ?C:.
-?H:#$d_setlocale_r HAS_SETLOCALE_R        /**/
-?H:#define SETLOCALE_R_PROTO $setlocale_r_proto           /**/
+?H:#$d_setlocale_r HAS_SETLOCALE_R     /**/
+?H:#define SETLOCALE_R_PROTO $setlocale_r_proto        /**/
 ?H:.
 ?T:try hdrs d_setlocale_r_proto
 : see if setlocale_r exists
@@ -54,7 +54,7 @@ case "$d_setlocale_r" in
        esac
        case "$setlocale_r_proto" in
        ''|0)   d_setlocale_r=undef
-               setlocale_r_proto=0
+               setlocale_r_proto=0
                echo "Disabling setlocale_r, cannot determine prototype." >&4 ;;
        * )     case "$setlocale_r_proto" in
                REENTRANT_PROTO*) ;;
index 55900d5..a561287 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_setnetent_r
 ?C:    is defined.
 ?C:.
-?H:#$d_setnetent_r HAS_SETNETENT_R        /**/
-?H:#define SETNETENT_R_PROTO $setnetent_r_proto           /**/
+?H:#$d_setnetent_r HAS_SETNETENT_R     /**/
+?H:#define SETNETENT_R_PROTO $setnetent_r_proto        /**/
 ?H:.
 ?T:try hdrs d_setnetent_r_proto
 : see if setnetent_r exists
@@ -58,7 +58,7 @@ case "$d_setnetent_r" in
        esac
        case "$setnetent_r_proto" in
        ''|0)   d_setnetent_r=undef
-               setnetent_r_proto=0
+               setnetent_r_proto=0
                echo "Disabling setnetent_r, cannot determine prototype." >&4 ;;
        * )     case "$setnetent_r_proto" in
                REENTRANT_PROTO*) ;;
index 7e1983d..7c5d531 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_setprotoent_r
 ?C:    is defined.
 ?C:.
-?H:#$d_setprotoent_r HAS_SETPROTOENT_R    /**/
-?H:#define SETPROTOENT_R_PROTO $setprotoent_r_proto       /**/
+?H:#$d_setprotoent_r HAS_SETPROTOENT_R /**/
+?H:#define SETPROTOENT_R_PROTO $setprotoent_r_proto    /**/
 ?H:.
 ?T:try hdrs d_setprotoent_r_proto
 : see if setprotoent_r exists
@@ -58,7 +58,7 @@ case "$d_setprotoent_r" in
        esac
        case "$setprotoent_r_proto" in
        ''|0)   d_setprotoent_r=undef
-               setprotoent_r_proto=0
+               setprotoent_r_proto=0
                echo "Disabling setprotoent_r, cannot determine prototype." >&4 ;;
        * )     case "$setprotoent_r_proto" in
                REENTRANT_PROTO*) ;;
index db48dca..91801d9 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_setpwent_r
 ?C:    is defined.
 ?C:.
-?H:#$d_setpwent_r HAS_SETPWENT_R          /**/
-?H:#define SETPWENT_R_PROTO $setpwent_r_proto     /**/
+?H:#$d_setpwent_r HAS_SETPWENT_R       /**/
+?H:#define SETPWENT_R_PROTO $setpwent_r_proto  /**/
 ?H:.
 ?T:try hdrs d_setpwent_r_proto
 : see if setpwent_r exists
@@ -58,7 +58,7 @@ case "$d_setpwent_r" in
        esac
        case "$setpwent_r_proto" in
        ''|0)   d_setpwent_r=undef
-               setpwent_r_proto=0
+               setpwent_r_proto=0
                echo "Disabling setpwent_r, cannot determine prototype." >&4 ;;
        * )     case "$setpwent_r_proto" in
                REENTRANT_PROTO*) ;;
index 8187284..0fdcb62 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_setservent_r
 ?C:    is defined.
 ?C:.
-?H:#$d_setservent_r HAS_SETSERVENT_R      /**/
-?H:#define SETSERVENT_R_PROTO $setservent_r_proto         /**/
+?H:#$d_setservent_r HAS_SETSERVENT_R   /**/
+?H:#define SETSERVENT_R_PROTO $setservent_r_proto      /**/
 ?H:.
 ?T:try hdrs d_setservent_r_proto
 : see if setservent_r exists
@@ -58,7 +58,7 @@ case "$d_setservent_r" in
        esac
        case "$setservent_r_proto" in
        ''|0)   d_setservent_r=undef
-               setservent_r_proto=0
+               setservent_r_proto=0
                echo "Disabling setservent_r, cannot determine prototype." >&4 ;;
        * )     case "$setservent_r_proto" in
                REENTRANT_PROTO*) ;;
index 20a3b3c..f326bfd 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_srand48_r
 ?C:    is defined.
 ?C:.
-?H:#$d_srand48_r HAS_SRAND48_R    /**/
-?H:#define SRAND48_R_PROTO $srand48_r_proto       /**/
+?H:#$d_srand48_r HAS_SRAND48_R /**/
+?H:#define SRAND48_R_PROTO $srand48_r_proto    /**/
 ?H:.
 ?T:try hdrs d_srand48_r_proto
 : see if srand48_r exists
@@ -54,7 +54,7 @@ case "$d_srand48_r" in
        esac
        case "$srand48_r_proto" in
        ''|0)   d_srand48_r=undef
-               srand48_r_proto=0
+               srand48_r_proto=0
                echo "Disabling srand48_r, cannot determine prototype." >&4 ;;
        * )     case "$srand48_r_proto" in
                REENTRANT_PROTO*) ;;
index 0db2ff3..67e5b31 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_srandom_r
 ?C:    is defined.
 ?C:.
-?H:#$d_srandom_r HAS_SRANDOM_R    /**/
-?H:#define SRANDOM_R_PROTO $srandom_r_proto       /**/
+?H:#$d_srandom_r HAS_SRANDOM_R /**/
+?H:#define SRANDOM_R_PROTO $srandom_r_proto    /**/
 ?H:.
 ?T:try hdrs d_srandom_r_proto
 : see if srandom_r exists
@@ -54,7 +54,7 @@ case "$d_srandom_r" in
        esac
        case "$srandom_r_proto" in
        ''|0)   d_srandom_r=undef
-               srandom_r_proto=0
+               srandom_r_proto=0
                echo "Disabling srandom_r, cannot determine prototype." >&4 ;;
        * )     case "$srandom_r_proto" in
                REENTRANT_PROTO*) ;;
index 07fe7d9..086767e 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_strerror_r
 ?C:    is defined.
 ?C:.
-?H:#$d_strerror_r HAS_STRERROR_R          /**/
-?H:#define STRERROR_R_PROTO $strerror_r_proto     /**/
+?H:#$d_strerror_r HAS_STRERROR_R       /**/
+?H:#define STRERROR_R_PROTO $strerror_r_proto  /**/
 ?H:.
 ?T:try hdrs d_strerror_r_proto
 : see if strerror_r exists
@@ -62,7 +62,7 @@ case "$d_strerror_r" in
        esac
        case "$strerror_r_proto" in
        ''|0)   d_strerror_r=undef
-               strerror_r_proto=0
+               strerror_r_proto=0
                echo "Disabling strerror_r, cannot determine prototype." >&4 ;;
        * )     case "$strerror_r_proto" in
                REENTRANT_PROTO*) ;;
index 37aa45d..a6d0db8 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_tmpnam_r
 ?C:    is defined.
 ?C:.
-?H:#$d_tmpnam_r HAS_TMPNAM_R      /**/
-?H:#define TMPNAM_R_PROTO $tmpnam_r_proto         /**/
+?H:#$d_tmpnam_r HAS_TMPNAM_R   /**/
+?H:#define TMPNAM_R_PROTO $tmpnam_r_proto      /**/
 ?H:.
 ?T:try hdrs d_tmpnam_r_proto
 : see if tmpnam_r exists
@@ -54,7 +54,7 @@ case "$d_tmpnam_r" in
        esac
        case "$tmpnam_r_proto" in
        ''|0)   d_tmpnam_r=undef
-               tmpnam_r_proto=0
+               tmpnam_r_proto=0
                echo "Disabling tmpnam_r, cannot determine prototype." >&4 ;;
        * )     case "$tmpnam_r_proto" in
                REENTRANT_PROTO*) ;;
index fae8e85..6cbcf4e 100644 (file)
@@ -30,8 +30,8 @@
 ?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_ttyname_r
 ?C:    is defined.
 ?C:.
-?H:#$d_ttyname_r HAS_TTYNAME_R    /**/
-?H:#define TTYNAME_R_PROTO $ttyname_r_proto       /**/
+?H:#$d_ttyname_r HAS_TTYNAME_R /**/
+?H:#define TTYNAME_R_PROTO $ttyname_r_proto    /**/
 ?H:.
 ?T:try hdrs d_ttyname_r_proto
 : see if ttyname_r exists
@@ -62,7 +62,7 @@ case "$d_ttyname_r" in
        esac
        case "$ttyname_r_proto" in
        ''|0)   d_ttyname_r=undef
-               ttyname_r_proto=0
+               ttyname_r_proto=0
                echo "Disabling ttyname_r, cannot determine prototype." >&4 ;;
        * )     case "$ttyname_r_proto" in
                REENTRANT_PROTO*) ;;
index 9ef1570..767371c 100644 (file)
@@ -37,9 +37,9 @@
 ?S:    wether a set of headers exist or not. A typical use is:
 ?S:            set header i_header [ header2 i_header2 ... ]
 ?S:            eval $inhdr
-?S:    That will print a message, saying wether header was found or
-?S:    not and set i_header* accordingly. If the first header is not
-?S: found, we try the next one, until the list is empty or one is found.
+?S:    That will print a message, saying wether header was found or not
+?S:    and set i_header* accordingly. If the first header is not found,
+?S:    we try the next one, until the list is empty or one is found.
 ?S:.
 ?T:xxx xxf var td xxnf tu yyy instead was cont
 : define an alternate in-header-list? function
index 39b7d0f..00588f8 100644 (file)
@@ -32,7 +32,7 @@
 ?S:setvar:
 ?S:    This shell variable is used internally by Configure to set a value
 ?S:    to a given symbol that is defined or not. A typical use is:
-?S:     val=<value computed>
+?S:    val=<value computed>
 ?S:            set d_variable
 ?S:            eval $setvar
 ?S:    That will print a message in case the $val value is not the same
index 3355614..a8f3679 100644 (file)
@@ -22,7 +22,7 @@
 ?S:d_gettimeod:
 ?S:    This variable conditionally defines the HAS_GETTIMEOFDAY symbol, which
 ?S:    indicates that the gettimeofday() system call exists (to obtain a
-?S: sub-second accuracy clock). You should probably include <sys/resource.h>.
+?S:    sub-second accuracy clock). You should probably include <sys/resource.h>.
 ?S:.
 ?C:HAS_FTIME (FTIMER):
 ?C:    This symbol, if defined, indicates that the ftime() routine exists.
index b3164d6..11e2499 100644 (file)
@@ -19,7 +19,7 @@
 ?C:HAS_PREADV :
 ?C:    This symbol, if defined, indicates that the preadv routine is
 ?C:    available to perform vectored reads on a file descriptor at a
-?C: given offset.
+?C:    given offset.
 ?C:.
 ?H:#$d_preadv HAS_PREADV               /**/
 ?H:.
index eda18d3..958630b 100644 (file)
@@ -19,7 +19,7 @@
 ?C:HAS_PWRITEV :
 ?C:    This symbol, if defined, indicates that the pwritev routine is
 ?C:    available to perform vectored writes on a file descriptor at a
-?C: given offset.
+?C:    given offset.
 ?C:.
 ?H:#$d_pwritev HAS_PWRITEV             /**/
 ?H:.
index 6513172..3b179d0 100644 (file)
@@ -24,7 +24,7 @@
 ?C:TZ_MINUTESWEST:
 ?C:    This symbol is defined if this system uses tz_minuteswest
 ?C:    in time header instead of timezone.
-?C: If not defined, you may have to use struct timeb and ftime() rather
+?C:    If not defined, you may have to use struct timeb and ftime() rather
 ?C:    than the new gettimeofday() system call.
 ?C:.
 ?H:#$d_tzmin TZ_MINUTESWEST            /**/
index f6029c7..7ebb9b1 100644 (file)
 ?S:i_niin:
 ?S:    This variable conditionally defines I_NETINET_IN, which indicates
 ?S:    to the C program that it should include <netinet/in.h>. Otherwise,
-?S: you may try <sys/in.h>.
+?S:    you may try <sys/in.h>.
 ?S:.
 ?S:i_sysin:
 ?S:    This variable conditionally defines I_SYS_IN, which indicates
 ?S:    to the C program that it should include <sys/in.h> instead of
-?S: <netinet/in.h>.
+?S:    <netinet/in.h>.
 ?S:.
 ?C:I_NETINET_IN:
 ?C:    This symbol, if defined, indicates to the C program that it should
index fbc0876..099f9d3 100644 (file)
@@ -17,7 +17,7 @@
 ?S:i_syssock:
 ?S:    This variable conditionally defines the I_SYS_SOCKET symbol, and indicates
 ?S:    whether a C program should include <sys/socket.h> before performing socket
-?S: operations.
+?S:    operations.
 ?S:.
 ?C:I_SYS_SOCKET:
 ?C:    This symbol, if defined, indicates to the C program that it should
index b7482b0..592def2 100644 (file)
@@ -14,7 +14,7 @@
 ?S:    This variable holds the absolute path of the package source.
 ?S:.
 ?C:PACKAGE_SOURCE_DIR:
-?C: Holds the directory name holding the package source.
+?C:    Holds the directory name holding the package source.
 ?C:.
 ?H:#define PACKAGE_SOURCE_DIR "$pkgsrc"
 ?H:.