home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 4
/
DATAFILE_PDCD4.iso
/
unix
/
armlinux
/
alpha
/
PARTITIONS
/
USR_GZ
/
usr
/
include
/
sys
/
dirent.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-05-14
|
305 b
|
18 lines
#ifdef _SYS_DIR_H
#error "Can't include both sys/dir.h and sys/dirent.h"
#define _SYS_DIRENT_H
#endif
#ifndef _SYS_DIRENT_H
#define _SYS_DIRENT_H
#include <limits.h>
#include <sys/types.h> /* for type off_t in dirent.h */
#include <linux/dirent.h>
#ifndef DIRSIZ
#define DIRSIZ NAME_MAX
#endif
#endif