diff options
author | Gavin Atkinson <gavin@FreeBSD.org> | 2014-12-05 22:37:56 +0000 |
---|---|---|
committer | Gavin Atkinson <gavin@FreeBSD.org> | 2014-12-05 22:37:56 +0000 |
commit | faf4814606d432aaa129677e45c357193b960ab9 (patch) | |
tree | 85bb4aa24b1ea15d6b08db8f6a2b5c5b7c02ee61 /tnftp_config.h.in | |
parent | 231644e0d5db221f70bf279e80bd3435a5f2d89d (diff) | |
download | src-test2-faf4814606d432aaa129677e45c357193b960ab9.tar.gz src-test2-faf4814606d432aaa129677e45c357193b960ab9.zip |
Notes
Diffstat (limited to 'tnftp_config.h.in')
-rw-r--r-- | tnftp_config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tnftp_config.h.in b/tnftp_config.h.in index 0e5296d1a3b6..45eefc3d66c9 100644 --- a/tnftp_config.h.in +++ b/tnftp_config.h.in @@ -388,6 +388,9 @@ /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H +/* Define to 1 if you have the <sys/uio.h> header file. */ +#undef HAVE_SYS_UIO_H + /* Define to 1 if you have the <sys/wait.h> header file. */ #undef HAVE_SYS_WAIT_H |