diff options
Diffstat (limited to 'ftp/jftpgw/files/patch-config.h.in')
-rw-r--r-- | ftp/jftpgw/files/patch-config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ftp/jftpgw/files/patch-config.h.in b/ftp/jftpgw/files/patch-config.h.in new file mode 100644 index 000000000000..053ed9e80b88 --- /dev/null +++ b/ftp/jftpgw/files/patch-config.h.in @@ -0,0 +1,12 @@ +--- config.h.in~ Thu Feb 14 22:40:52 2002 ++++ config.h.in Thu Feb 14 22:42:17 2002 +@@ -100,6 +100,9 @@ + /* Define if you have the strdup function. */ + #undef HAVE_STRDUP + ++/* Define if you have the strcasestr function. */ ++#undef HAVE_STRCASESTR ++ + /* Define if you have the strerror function. */ + #undef HAVE_STRERROR + |