diff options
author | Jan D <jan.h.d@swipnet.se> | 2010-07-29 22:01:08 +0200 |
---|---|---|
committer | Jan D <jan.h.d@swipnet.se> | 2010-07-29 22:01:08 +0200 |
commit | 1c97e8579359838ceeb50694a635392e4abfdd91 (patch) | |
tree | 3e72825ef63f7f0e04a262050078da624034ef25 /src/s/aix4-2.h | |
parent | 1b231651ce7fd7c47a8ed3fbe8f2ca72f8339964 (diff) | |
download | emacs-1c97e8579359838ceeb50694a635392e4abfdd91.tar.gz |
Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf
* configure.in: Check for dirent.h
* dired.c, sysdep.c: test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR
* s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
s/msdos.h, s/usg5-4.h: don't define SYSV_SYSTEM_DIR
* sed2v2.inp (HAVE_DIRENT_H): Edit to 1
Diffstat (limited to 'src/s/aix4-2.h')
-rw-r--r-- | src/s/aix4-2.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h index cf06f9befe0..84920f888e1 100644 --- a/src/s/aix4-2.h +++ b/src/s/aix4-2.h @@ -47,11 +47,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Define HAVE_SOCKETS if system supports 4.2-compatible sockets. */ #define HAVE_SOCKETS - -/* Define SYSV_SYSTEM_DIR to use the V.3 getdents/readir library - functions. Almost, but not quite the same as the 4.2 functions. */ -#define SYSV_SYSTEM_DIR - /* The file containing the kernel's symbol table is called /unix. */ #define KERNEL_FILE "/unix" |