Module Name:    othersrc
Committed By:   lukem
Date:           Fri Oct 31 07:35:48 UTC 2014

Modified Files:
        othersrc/usr.bin/tnftp: configure tnftp_config.h.in

Log Message:
regen for <sys/uio.h> test


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 othersrc/usr.bin/tnftp/configure
cvs rdiff -u -r1.3 -r1.4 othersrc/usr.bin/tnftp/tnftp_config.h.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/usr.bin/tnftp/configure
diff -u othersrc/usr.bin/tnftp/configure:1.41 othersrc/usr.bin/tnftp/configure:1.42
--- othersrc/usr.bin/tnftp/configure:1.41	Fri Oct 31 04:06:15 2014
+++ othersrc/usr.bin/tnftp/configure	Fri Oct 31 07:35:48 2014
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac Revision: 1.26 .
+# From configure.ac Revision: 1.27 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.69 for tnftp 20141031.
 #
@@ -12383,7 +12383,8 @@ accheck_includes='
 ' # accheck_includes
 
 for ac_header in sys/types.h sys/ioctl.h sys/param.h sys/stat.h \
-                  sys/socket.h sys/syslimits.h sys/time.h sys/wait.h
+                  sys/socket.h sys/syslimits.h sys/time.h sys/uio.h \
+                  sys/wait.h
 do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$accheck_includes

Index: othersrc/usr.bin/tnftp/tnftp_config.h.in
diff -u othersrc/usr.bin/tnftp/tnftp_config.h.in:1.3 othersrc/usr.bin/tnftp/tnftp_config.h.in:1.4
--- othersrc/usr.bin/tnftp/tnftp_config.h.in:1.3	Sun May  5 13:21:06 2013
+++ othersrc/usr.bin/tnftp/tnftp_config.h.in	Fri Oct 31 07:35:48 2014
@@ -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
 

Reply via email to