summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>1999-08-29 17:57:35 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>1999-08-29 17:57:35 +0000
commit3d6720d7bf0b8bf44e167ad309cceed6214c7631 (patch)
tree2def1278b04f92cee01c1862eebcefc18fe60ba6 /acconfig.h
parent548f4b25db8d0f2f1b8a63e51a1f48e719668d25 (diff)
downloadguile-3d6720d7bf0b8bf44e167ad309cceed6214c7631.tar.gz
* acconfig.h: Added HAVE_S_ISLNK.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
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