From e90424d1793399c4615fd84952a226a681ae1181 Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Sat, 5 Apr 2008 04:53:26 +0200 Subject: Imported Debian version 4.7.26 --- config.h | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 11be44e..5d23a2b 100644 --- a/config.h +++ b/config.h @@ -1,6 +1,6 @@ /* Program version */ /* not for the inetutils version */ -#define VERSION "4.7.25" +#define VERSION "4.7.26" /* Configurable features */ @@ -39,6 +39,9 @@ # if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1 # define HAVE_GETADDRINFO # endif +# if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 7 +# define HAVE_SHA_CRYPT +# endif #endif /* Linux, Solaris 5, FreeBSD 5.x. What else? */ @@ -61,25 +64,3 @@ # endif #endif -#ifdef HAVE_GETOPT_LONG -# define GETOPT_LONGISH(c, v, o, l, i) getopt_long(c, v, o, l, i) -#else -# define GETOPT_LONGISH(c, v, o, l, i) getopt(c, v, o) -#endif - - -/* NLS stuff */ -#ifdef ENABLE_NLS -# include -# include -# define _(a) (gettext (a)) -# ifdef gettext_noop -# define N_(a) gettext_noop (a) -# else -# define N_(a) (a) -# endif -#else -# define _(a) (a) -# define N_(a) a -#endif - -- cgit v1.2.3