diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/aix4.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/aix4.h b/src/s/aix4.h index 9f04d5aa25c..cdba4869a45 100644 --- a/src/s/aix4.h +++ b/src/s/aix4.h | |||
| @@ -13,3 +13,7 @@ | |||
| 13 | /* Dave Love <d.love@dl.ac.uk> reported this as needed on AIX 4.1. | 13 | /* Dave Love <d.love@dl.ac.uk> reported this as needed on AIX 4.1. |
| 14 | It is just a guess which versions of AIX need this definition. */ | 14 | It is just a guess which versions of AIX need this definition. */ |
| 15 | #define HAVE_WAIT_HEADER | 15 | #define HAVE_WAIT_HEADER |
| 16 | |||
| 17 | /* Specify the type that the 3rd arg of `accept' points to. | ||
| 18 | It is just a guess which versions of AIX need this definition. */ | ||
| 19 | #define SOCKLEN_TYPE int | ||