1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00

* filesys.c: #include <io.h>, if we have it.

* scmconfig.h.in: Regenerated.
This commit is contained in:
Jim Blandy 1999-07-19 07:49:58 +00:00
parent 2adc1dd3af
commit def804a381
2 changed files with 9 additions and 1 deletions

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. /* Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -48,7 +48,12 @@
#include "iselect.h" #include "iselect.h"
#include "filesys.h" #include "filesys.h"
#ifdef HAVE_IO_H
#include <io.h>
#endif
#ifdef TIME_WITH_SYS_TIME #ifdef TIME_WITH_SYS_TIME
# include <sys/time.h> # include <sys/time.h>
# include <time.h> # include <time.h>

View file

@ -356,6 +356,9 @@
/* Define if you have the <dirent.h> header file. */ /* Define if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H #undef HAVE_DIRENT_H
/* Define if you have the <io.h> header file. */
#undef HAVE_IO_H
/* Define if you have the <libc.h> header file. */ /* Define if you have the <libc.h> header file. */
#undef HAVE_LIBC_H #undef HAVE_LIBC_H