diff options
-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 |