mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
More of:
(_POSIX_C_SOURCE): Define to 199506L to get readdir_r (in particular on HP-UX). Reported by Andreas Vögele.
This commit is contained in:
parent
3cf17ef002
commit
00fbf1e047
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#define _POSIX_C_SOURCE 199506L /* for readdir_r prototype */
|
#define _GNU_SOURCE /* ask glibc for everything */
|
||||||
|
#define _POSIX_C_SOURCE 199506L /* for readdir_r elsewhere */
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
# include <config.h>
|
# include <config.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue