>>> "Paul" == Paul Eggert <[EMAIL PROTECTED]> writes:
Paul> AS_STDIN_FD(fd-number) Paul> with the default value being 7. The net-snmp folks could then use Paul> AS_STDIN_FD(0) Paul> and otherwise wouldn't have to change their scripts. In this case their configure would still be subject to latent "missing </dev/null" bugs, which means all macro authors would still have to carefully use </dev/null anyway. IOW this just makes the "missing </dev/null" bugs more sneaky by creating two possible execution environments: one with stdin=/dev/null and one with normal stdin. -- Alexandre Duret-Lutz
