1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 12:20:20 +02:00

Remove special logic for the obscure CMU C library's libc.h

* acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): removed
* configure.ac: remove GUILE_HEADER_LIBC_WITH_UNISTD, don't check for libc.h
* libguile/filesys.c [LIBC_H_WITH_UNISTD_H]: remove libc.h inclusion
* libguile/posix.c [LIBC_H_WITH_UNISTD_H]: remove libc.h inclusion
This commit is contained in:
Mike Gran 2022-09-15 14:50:32 -07:00
parent df8e772f3c
commit e9db8a29e4
4 changed files with 1 additions and 56 deletions

View file

@ -58,10 +58,6 @@
#endif
#include <time.h>
#ifdef LIBC_H_WITH_UNISTD_H
#include <libc.h>
#endif
#ifdef HAVE_PWD_H
#include <pwd.h>
#endif

View file

@ -42,10 +42,6 @@
#endif
#include <time.h>
#ifdef LIBC_H_WITH_UNISTD_H
# include <libc.h>
#endif
#ifdef HAVE_PWD_H
# include <pwd.h>
#endif