mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
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
This commit is contained in:
@@ -8,19 +8,15 @@
|
||||
|
||||
#define BLCKSZ 8192
|
||||
|
||||
#if defined(aix)
|
||||
#define TERMIOS_H_LOCATION <termios.h>
|
||||
#else
|
||||
#define TERMIOS_H_LOCATION <sys/termios.h>
|
||||
#endif
|
||||
|
||||
#if !defined(nextstep)
|
||||
#define USE_VALUES_H
|
||||
#endif
|
||||
|
||||
#define HAVE_MEMMOVE
|
||||
#define HAVE_TERMIOS_H
|
||||
|
||||
#if defined(aix)
|
||||
# undef HAVE_TERMIOS_H
|
||||
# define CLASS_CONFLICT
|
||||
# define DISABLE_XOPEN_NLS
|
||||
# define NEED_ISINF
|
||||
|
Reference in New Issue
Block a user