diff options
author | Stefan Eßer <se@FreeBSD.org> | 2002-02-14 21:47:49 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2002-02-14 21:47:49 +0000 |
commit | 87ca257abb31671355616c7b15d8ace75fd8e06f (patch) | |
tree | f9efc205f85b1c4508a9147f2f82c4836776d5ff /ftp/jftpgw/files/patch-config.h.in | |
parent | Update to 2.6.1 (diff) |
Upgrade to 0.13.beta.j
Notes
Notes:
svn path=/head/; revision=54712
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 + |