Explorar el Código

* More crap removal

svn: 608
Bryan Drewery hace 22 años
padre
commit
c3a50be4b1
Se han modificado 2 ficheros con 0 adiciones y 67 borrados
  1. 0 3
      config.h.in
  2. 0 64
      configure

+ 0 - 3
config.h.in

@@ -256,9 +256,6 @@
 /* Define if running on hpux that supports dynamic linking */
 #undef HPUX_HACKS
 
-/* Define if you have a version of libsafe with a broken sscanf */
-#undef LIBSAFE_HACKS
-
 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
    slash. */
 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK

+ 0 - 64
configure

@@ -11424,70 +11424,6 @@ EOF
 fi
 
 
-# Make sure we are using the correct result from a broken libsafe sscanf
-echo "$as_me:$LINENO: checking for broken libsafe sscanf" >&5
-echo $ECHO_N "checking for broken libsafe sscanf... $ECHO_C" >&6
-if test "${egg_cv_var_libsafe_sscanf+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-    if test "$cross_compiling" = yes; then
-  egg_cv_var_libsafe_sscanf="no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <stdio.h>
-
-int main()
-{
-  char *src = "0x001,guppyism\n";
-  char dst[10];
-  int idx;
-  if (sscanf(src, "0x%x,%10c", &idx, dst) == 1)
-    exit(1);
-  return 0;
-}
-
-_ACEOF
-rm -f conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  egg_cv_var_libsafe_sscanf="no"
-else
-  echo "$as_me: program exited with status $ac_status" >&5
-echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-egg_cv_var_libsafe_sscanf="yes"
-fi
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-fi
-echo "$as_me:$LINENO: result: $egg_cv_var_libsafe_sscanf" >&5
-echo "${ECHO_T}$egg_cv_var_libsafe_sscanf" >&6
-if test "$egg_cv_var_libsafe_sscanf" = "yes"
-then
-
-cat >>confdefs.h <<\_ACEOF
-#define LIBSAFE_HACKS 1
-_ACEOF
-fi
-
-
 #checkpoint
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure