]> granicus.if.org Git - postgresql/commit
Remove from include/config.h:
authorMarc G. Fournier <scrappy@hub.org>
Fri, 24 Jan 1997 17:47:39 +0000 (17:47 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 24 Jan 1997 17:47:39 +0000 (17:47 +0000)
commitcfe18a8e3f24014334f4bfe5bb8583f6baaeb13b
tree2183f3a1b72184a8ac6e345a60836f275f383a8a
parent1ac3ea9dcfb698409f571799da7942d9aa8d905e
Remove from include/config.h:

#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
src/include/config.h
src/interfaces/libpq/fe-exec.c