Skip to content
Snippets Groups Projects
Commit 93f00dee authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added some #undef's for readdir_r.

Rev: src/modules/files/file_machine.h.in:1.6
parent 38512698
No related branches found
No related tags found
No related merge requests found
......@@ -43,9 +43,18 @@
/* Define if you have fork1. */
#undef HAVE_FORK1
/* Define if you have a solaris compatible readdir_r. */
/* Define if you have readdir_r. */
#undef HAVE_READDIR_R
/* Define if your readdir_r is POSIX compatible. */
#undef HAVE_POSIX_READDIR_R
/* Define if your readdir_r is Solaris compatible. */
#undef HAVE_SOLARIS_READDIR_R
/* Define if your readdir_r is HPUX compatible. */
#undef HAVE_HPUX_READDIR_R
/* Define if you have strerror. */
#undef HAVE_STRERROR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment