commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-342-g489e1


From: Mats Erik Andersson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-342-g489e189
Date: Fri, 13 Sep 2013 20:53:23 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  489e189add01f52ece8ba68ea75ec5434f90f555 (commit)
      from  aa759e0f86f275bd673a9b6361cba20dff6b2210 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=489e189add01f52ece8ba68ea75ec5434f90f555


commit 489e189add01f52ece8ba68ea75ec5434f90f555
Author: Mats Erik Andersson <address@hidden>
Date:   Thu Sep 12 01:04:29 2013 +0200

    Fix comments in template.

diff --git a/ChangeLog b/ChangeLog
index bcaef78..73b429a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-09-12  Mats Erik Andersson  <address@hidden>
+
+       * configure.ac: Add a relevant comment where AC_DEFINE
+       and AH_TEMPLATE offered only the text `FIXME'.
+
+       * am/result.m4 (IU_RESULT_ACTIONS): Build a relevant
+       comment better than `FIXME'.
+
 2013-09-10  Mats Erik Andersson  <address@hidden>
 
        ftp: Rare memory leak.
diff --git a/TODO b/TODO
index 050313a..3ca7da3 100644
--- a/TODO
+++ b/TODO
@@ -164,6 +164,14 @@ prefixes.  Will anybody contribute it?
 
 Add Exodus rwhois server (e.g. 216.35.0.0/16).
 
+* rlogind, telnetd
+
+The Kerberized authentication is not passed on to login(1)
+on Solaris correctly, since its command line arguments are
+not understood properly from the manual page alone.  Do an
+analysis of the source code of login(1) from OpenSolaris to
+remedy this shortcoming.
+
 Local Variables:
 mode: outline
 End:
diff --git a/am/result.m4 b/am/result.m4
index 9511329..9761c00 100644
--- a/am/result.m4
+++ b/am/result.m4
@@ -31,7 +31,7 @@ AC_DEFUN([IU_RESULT_ACTIONS], [
 [if test "$$1" = yes; then
   ]ifelse([$3], ,
           [AC_DEFINE(HAVE_]translit($2, [a-z ./<>], [A-Z___])[, 1,
-                    [FIXME])],
+             [Define to 1 if ]translit($2, [a-z ./<>], [A-Z___])[ exists])],
           [$3])[
 else
   ]ifelse([$4], , [:], [$4])[
diff --git a/configure.ac b/configure.ac
index 201b80a..4197de9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -314,7 +314,7 @@ if test "$enable_encryption" = yes \
   AH_TEMPLATE(KRB4, [Define to one if you have Kerberos IV])
   AH_TEMPLATE(KRB5, [Define to one if you have Kerberos V])
   AH_TEMPLATE(SHISHI, [Define to 1 if you have Shishi])
-  AH_TEMPLATE(DES_ENCRYPTION, [FIXME])
+  AH_TEMPLATE(DES_ENCRYPTION, [Define to 1 if you have DES encryption])
 
   case $KERBEROS_VERSION in
   krb4)
@@ -618,10 +618,10 @@ AC_CHECK_HEADERS([arpa/nameser.h errno.h fcntl.h 
features.h \
 AC_TYPE_SIGNAL
 
 AC_CHECK_TYPE(socklen_t, ,
-              [AC_DEFINE([socklen_t], int,
-                         [Define to int if <sys/types.h> does not define])],
-              [IU_FLUSHLEFT([#include <sys/types.h>
-                            #include <sys/socket.h>])])
+  [AC_DEFINE([socklen_t], int,
+    [Define to int if <sys/types.h> does not define])],
+  [IU_FLUSHLEFT([#include <sys/types.h>
+                 #include <sys/socket.h>])])
 
 AC_CHECK_TYPES(struct if_nameindex, , ,
   [IU_FLUSHLEFT([#include <sys/types.h>
@@ -629,13 +629,17 @@ AC_CHECK_TYPES(struct if_nameindex, , ,
                  #include <net/if.h>])])
 
 # sigset_t is a set of signals (4.4BSD)
-AC_CHECK_TYPE(sigset_t, , AC_DEFINE([sigset_t], unsigned long, [FIXME]),
+AC_CHECK_TYPE(sigset_t, ,
+  [AC_DEFINE([sigset_t], unsigned long,
+    [Define to `unsigned long' if not defined in <signal.h>])],
   [IU_FLUSHLEFT([#include <sys/types.h>
                  #include <signal.h> ])])
 
 # I'm not sure what this is, but netbsd has it; just use int if
 # necessary.
-AC_CHECK_TYPE(sig_atomic_t, , AC_DEFINE([sig_atomic_t], int, [FIXME]),
+AC_CHECK_TYPE(sig_atomic_t, ,
+  [AC_DEFINE([sig_atomic_t], int,
+    [Define to `int' if not defined in <signal.h>])],
   [IU_FLUSHLEFT([#include <sys/types.h>
                  #include <signal.h> ])])
 
@@ -848,7 +852,9 @@ AC_CHECK_DECLS(crypt, , , [#include <unistd.h>])
 
 # EWOULDBLOCK is more or less the BSD version of posix EAGAIN.
 IU_CHECK_MACRO(EWOULDBLOCK, [#include <errno.h>], , ,
-  AC_DEFINE([EWOULDBLOCK], EAGAIN, 1, [FIXME]))
+  [AC_DEFINE([EWOULDBLOCK], EAGAIN, 1,
+     [Define to EAGAIN if system does not provide EWOULDBLOCK])])
+
 AC_CHECK_DECLS(errno, , , [#include <errno.h>])
 
 # See whether <syslog.h> will declare special internal stuff if we
@@ -864,7 +870,8 @@ IU_CHECK_MACRO(syslog internal macros,
   [LOG_PRI LOG_FAC],
   AC_CHECK_TYPE(CODE,
     AC_CHECK_DECL(prioritynames,
-      AC_DEFINE([HAVE_SYSLOG_INTERNAL], 1, [FIXME]),,
+      [§AC_DEFINE([HAVE_SYSLOG_INTERNAL], 1,
+        [Define to 1 if <syslog.h> defines prioritynames])], ,
       iu_syslog_includes), , iu_syslog_includes),)
 undefine([iu_syslog_includes])
 
@@ -911,21 +918,21 @@ IU_CHECK_MACRO(SEEK_ macros,
   :,
   IU_CHECK_MACRO(L_ seek macros,
     [#include <unistd.h>], L_SET L_INCR L_XTND,
-    AC_DEFINE([SEEK_SET], L_SET, [FIXME])
-    AC_DEFINE([SEEK_CUR], L_INCR, [FIXME])
-    AC_DEFINE([SEEK_END], L_XTND, [FIXME]),
-    AC_DEFINE([SEEK_SET], 0, [FIXME])
-    AC_DEFINE([SEEK_CUR], 1, [FIXME])
-    AC_DEFINE([SEEK_END], 2, [FIXME])))
+    AC_DEFINE([SEEK_SET], L_SET, [Define to L_SET as replacement])
+    AC_DEFINE([SEEK_CUR], L_INCR, [Define to L_INCR as replacement])
+    AC_DEFINE([SEEK_END], L_XTND, [Define to L_XTND as replacement]),
+    AC_DEFINE([SEEK_SET], 0, [Define to 0 if missing])
+    AC_DEFINE([SEEK_CUR], 1, [Define to 1 if missing])
+    AC_DEFINE([SEEK_END], 2, [Define to 2 if missing])))
 
 # Look for the posix _FILENO macros; if not found, use the classic
 # unix values.
 IU_CHECK_MACRO(_FILENO macros,
   [#include <unistd.h>], STDIN_FILENO STDOUT_FILENO STDERR_FILENO,
   :,
-  AC_DEFINE([STDIN_FILENO], 0, [FIXME])
-  AC_DEFINE([STDOUT_FILENO], 1, [FIXME])
-  AC_DEFINE([STDERR_FILENO], 2, [FIXME]))
+  AC_DEFINE([STDIN_FILENO], 0, [Define to 0 if missing])
+  AC_DEFINE([STDOUT_FILENO], 1, [Define to 1 if missing])
+  AC_DEFINE([STDERR_FILENO], 2, [Define to 2 if missing]))
 
 # See where to find fd_set (bit-vectors for select) manipulation
 # macros.
@@ -975,11 +982,12 @@ case "$host" in
     # Older Solaris variants.
     ;;
   esac
-  AC_DEFINE([SOLARIS], 1, [FIXME])
-  AC_DEFINE([HAVE_STREAMSPTY], 1, [FIXME])
+  AC_DEFINE([SOLARIS], 1, [Define to 1 for any Solaris system])
+  AC_DEFINE([HAVE_STREAMSPTY], 1,
+    [Define to 1 for a system using streams for ptys])
   ;;
 *irix* | *hpux* )
-  # Known and needed workarounds?
+  # Known and needed work-arounds?
   ;;
 esac
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog    |    8 ++++++++
 TODO         |    8 ++++++++
 am/result.m4 |    2 +-
 configure.ac |   50 +++++++++++++++++++++++++++++---------------------
 4 files changed, 46 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]