(org-map-entries): Let-bind `file'.
[bpt/emacs.git] / src / s / aix4.h
CommitLineData
297cdcfa
RS
1#define AIX4
2
029305af 3#include "aix3-2-5.h"
f6ec87b5
RS
4
5/* AIX 4 does not have HFT any more. */
6#undef AIXHFT
7acceb4a 7
7acceb4a
RS
8/* Dave Love <d.love@dl.ac.uk> reported this as needed on AIX 4.1.
9 It is just a guess which versions of AIX need this definition. */
10#define HAVE_WAIT_HEADER
42d720cf
KH
11
12/* Specify the type that the 3rd arg of `accept' points to.
13 It is just a guess which versions of AIX need this definition. */
14#define SOCKLEN_TYPE int
ab5796a9
MB
15
16/* arch-tag: b9471dfc-ccdc-4980-a8a1-80c7627ec6b2
17 (do not change this comment) */