forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0c15a52
committed
Allow for platforms that have optreset but not <getopt.h>.
Reportedly, some versions of mingw are like that, and it seems plausiblein general that older platforms might be that way. However, we'ddetermined experimentally that just doing "extern int" conflicts withthe way Cygwin declares these variables, so explicitly exclude Cygwin.Michael Paquier, tweaked by me to hopefully not break Cygwin1 parent4f7bb4b commit0c15a52
1 file changed
+7
-3
lines changedLines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 |
| |
34 | 40 |
| |
35 | 41 |
| |
36 |
| - | |
37 |
| - | |
38 | 42 |
| |
39 | 43 |
| |
40 | 44 |
| |
|
0 commit comments
Comments
(0)