forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcfe18a8
committed
Remove from include/config.h:
#if defined(aix)#define TERMIOS_H_LOCATION <termios.h>#else#define TERMIOS_H_LOCATION <sys/termios.h>#endiflibpq/fe-exec.c modified so that location of termios.h is determinedby whether HAVE_TERMIOS_H is defined or not, in preparation for switchto configure1 parent1ac3ea9 commitcfe18a8
2 files changed
+8
-8
lines changedLines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 | 11 |
| |
18 | 12 |
| |
19 | 13 |
| |
20 | 14 |
| |
21 | 15 |
| |
| 16 | + | |
22 | 17 |
| |
23 | 18 |
| |
| 19 | + | |
24 | 20 |
| |
25 | 21 |
| |
26 | 22 |
| |
|
Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 |
| |
27 | 31 |
| |
28 | 32 |
| |
|
0 commit comments
Comments
(0)