• Marc G. Fournier's avatar
    Remove from include/config.h: · cfe18a8e
    Marc G. Fournier authored
    #if defined(aix)
    #define TERMIOS_H_LOCATION <termios.h>
    #else
    #define TERMIOS_H_LOCATION <sys/termios.h>
    #endif
    
    libpq/fe-exec.c modified so that location of termios.h is determined
    by whether HAVE_TERMIOS_H is defined or not, in preparation for switch
    to configure
    cfe18a8e
fe-exec.c 46.5 KB