diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1999-08-29 17:57:35 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1999-08-29 17:57:35 +0000 |
commit | 3d6720d7bf0b8bf44e167ad309cceed6214c7631 (patch) | |
tree | 2def1278b04f92cee01c1862eebcefc18fe60ba6 /acconfig.h | |
parent | 548f4b25db8d0f2f1b8a63e51a1f48e719668d25 (diff) | |
download | guile-3d6720d7bf0b8bf44e167ad309cceed6214c7631.tar.gz |
* acconfig.h: Added HAVE_S_ISLNK.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index f920ea44a..1b04480e5 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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 |