mirror of
https://github.com/postgres/postgres.git
synced 2026-06-05 23:33:01 -04:00
cfe18a8e3f
#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