1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-16 01:22:18 +03:00
Files
gnulib/doc/posix-headers/dirent.texi
Bruno Haible 28d5700030 dirent: Don't assume <dirent.h> exists.
* lib/dirent.in.h: Include <dirent.h> only if HAVE_DIRENT_H is 1.
* m4/dirent_h.m4 (gl_DIRENT_H): Set HAVE_DIRENT_H.
* modules/dirent (Makefile.am): Substitute HAVE_DIRENT_H.
* doc/posix-headers/dirent.texi: Mention the MSVC problem.
2011-09-11 21:11:58 +02:00

21 lines
430 B
Plaintext

@node dirent.h
@section @file{dirent.h}
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html}
Gnulib module: dirent
Portability problems fixed by Gnulib:
@itemize
@item
The type @code{ino_t} is missing on some platforms:
glibc 2.8 and others.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
This header file is missing on some platforms:
MSVC 9.
@end itemize