• Tom Lane's avatar
    Centralize getopt-related declarations in a new header file pg_getopt.h. · 60ff2fdd
    Tom Lane authored
    We used to have externs for getopt() and its API variables scattered
    all over the place.  Now that we find we're going to need to tweak the
    variable declarations for Cygwin, it seems like a good idea to have
    just one place to tweak.
    
    In this commit, the variables are declared "#ifndef HAVE_GETOPT_H".
    That may or may not work everywhere, but we'll soon find out.
    
    Andres Freund
    60ff2fdd
bootstrap.c 28.7 KB