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

* acconfig.h: Added HAVE_S_ISLNK.

This commit is contained in:
Mikael Djurfeldt 1999-08-29 17:57:35 +00:00
parent 548f4b25db
commit 3d6720d7bf

View file

@ -70,6 +70,9 @@
waiting to be read. */
#undef FILE_CNT_READPTR
/* Define this if your system defines S_ISLNK in sys/stat.h */
#undef HAVE_S_ISLNK
/* Define this if your system defines struct linger, for use with the
getsockopt and setsockopt system calls. */
#undef HAVE_STRUCT_LINGER