Quizzer

 view release on metacpan or  search on metacpan

exercises/compile-tcsh/tcsh-6.10.00/Fixes  view on Meta::CPAN

 35. Add a new "catalog" variable that specifies which NLS catalog
     to be used (Issei Suzuki)
 34. cleanup and addition of page up/down (amol)
 33. fix vfork compile problem.
 32. use inet_addr instead of inet_aton for portability.
 31. V6.09.02 - 20000704
 30. lots more completions (George Cox)
 29. change FILSIZ to BUFSIZE [now that BUFSIZE >> MAXPATHLEN] and
     avoid a potential buffer overflow in sh.dir.c (Volker Schmidt)
 28. _MINIX_VMD port (Martijn van Buul)
 27. inet6 handling for remotehost and configure (Hajimu UMEMOTO)
 26. aix-4 does not need gethostname (Darren Reed)
 25. IBM OS/390 Unix Systems Services support (Peter Prymmer)
 24. Fix prompt formatting (Andrey A. Chernov)
 23. Use HostType from Imakefile correctly (Kjetil Torgrim Homme)
 22. Handle long and expanded history lines better (Boleslaw Ciesielski)
 21. With symlinks=expand expand valid paths only (Martin Kraemer)
 20. Make one-byte charsets work with KANJI (Andrey A. Chernov)
 19. NT-specific executable detection moved to NT code (amol)
 18. New "complete module" (Dan Nicolaescu)
 17. Correctly display scaling string in limit error messages (Nathan Ahlstrom)

exercises/compile-tcsh/tcsh-6.10.00/configure.in  view on Meta::CPAN


dnl This is not good enough; we need sockaddr_storage too.
dnl See whether we can use IPv6 related functions
dnl AC_DEFUN(IPv6_CHECK_FUNC, [
dnl changequote(, )dnl
dnl ac_tr_lib=HAVE_`echo $1 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
dnl   -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
dnl changequote([, ])dnl
dnl AC_CHECK_FUNC($1, [dnl
dnl   AC_DEFINE_UNQUOTED($ac_tr_lib)
dnl   ac_cv_lib_inet6_$1=no], [dnl
dnl   AC_MSG_CHECKING([whether your system has IPv6 directory])
dnl   AC_CACHE_VAL(ipv6_cv_dir, [dnl
dnl     for ipv6_cv_dir in /usr/local/v6 /usr/inet6 no; do
dnl       if test $ipv6_cv_dir = no -o -d $ipv6_cv_dir; then
dnl 	break
dnl       fi
dnl     done])dnl
dnl   AC_MSG_RESULT($ipv6_cv_dir)
dnl   if test $ipv6_cv_dir = no; then
dnl     ac_cv_lib_inet6_$1=no
dnl   else
dnl     if test x$ipv6_libinet6 = x; then
dnl       ipv6_libinet6=no
dnl       SAVELDFLAGS="$LDFLAGS"
dnl       LDFLAGS="-L$ipv6_cv_dir/lib"
dnl     fi
dnl     AC_CHECK_LIB(inet6, $1, [dnl
dnl       AC_DEFINE_UNQUOTED($ac_tr_lib)
dnl       if test $ipv6_libinet6 = no; then
dnl 	ipv6_libinet6=yes
dnl 	LIBS="$LIBS -linet6"
dnl       fi],)dnl
dnl     if test $ipv6_libinet6 = no; then
dnl       LDFLAGS="$SAVELDFLAGS"
dnl     fi
dnl   fi])dnl
dnl if test $ac_cv_func_$1 = yes -o $ac_cv_lib_inet6_$1 = yes
dnl then
dnl   ipv6_cv_$1=yes
dnl   ifelse([$2], , :, [$2])
dnl else
dnl   ipv6_cv_$1=no
dnl   ifelse([$3], , :, [$3])
dnl fi])
dnl IPv6_CHECK_FUNC(getaddrinfo, DFLAGS="$DFLAGS -DINET6")

AC_SUBST(DFLAGS)



( run in 0.256 second using v1.01-cache-2.11-cpan-5f2e87ce722 )