comparison src/s/isc2-2.h @ 3824:d7069bd44885

Remove #definition of HAVE_CLOSEDIR; autoconf figures this out.
author Jim Blandy <jimb@redhat.com>
date Fri, 18 Jun 1993 18:58:46 +0000
parents 571142b03bf4
children 611531d01474
comparison
equal deleted inserted replaced
3823:7747dabf897f 3824:d7069bd44885
21 /* We can support lock files. */ 21 /* We can support lock files. */
22 #define CLASH_DETECTION 22 #define CLASH_DETECTION
23 #define NO_FCHMOD 23 #define NO_FCHMOD
24 24
25 #define HAVE_PTYS 25 #define HAVE_PTYS
26 #define HAVE_CLOSEDIR
27 #define MAXNAMLEN 512 26 #define MAXNAMLEN 512
28 #define O_NDELAY O_NONBLOCK 27 #define O_NDELAY O_NONBLOCK
29 #define MEMORY_IN_STRING_H 28 #define MEMORY_IN_STRING_H
30 29
31 /* -lcposix is always needed for rename. -lPW is only needed if not gcc. */ 30 /* -lcposix is always needed for rename. -lPW is only needed if not gcc. */