mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] mldonkey config/config.h.in config/configure.in...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey config/config.h.in config/configure.in...
Date: Sun, 30 Sep 2007 11:03:43 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       07/09/30 11:03:43

Modified files:
        config         : config.h.in configure.in 
        distrib        : ChangeLog 
        src/networks/direct_connect: che3_c.c 

Log message:
        patch #6221

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/config/config.h.in?cvsroot=mldonkey&r1=1.26&r2=1.27
http://cvs.savannah.gnu.org/viewcvs/mldonkey/config/configure.in?cvsroot=mldonkey&r1=1.304&r2=1.305
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.1322&r2=1.1323
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/networks/direct_connect/che3_c.c?cvsroot=mldonkey&r1=1.1&r2=1.2

Patches:
Index: config/config.h.in
===================================================================
RCS file: /sources/mldonkey/mldonkey/config/config.h.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- config/config.h.in  15 Aug 2006 11:35:12 -0000      1.26
+++ config/config.h.in  30 Sep 2007 11:03:42 -0000      1.27
@@ -87,49 +87,10 @@
 /* Define as const if the declaration of iconv() needs const. */
 #undef ICONV_CONST
 
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
-
 /* Define to the necessary symbol if this constant uses a non-standard name on
    your system. */
 #undef PTHREAD_CREATE_JOINABLE
 
-/* The size of a `char', as computed by sizeof. */
-#undef SIZEOF_CHAR
-
-/* The size of a `double', as computed by sizeof. */
-#undef SIZEOF_DOUBLE
-
-/* The size of a `float', as computed by sizeof. */
-#undef SIZEOF_FLOAT
-
-/* The size of a `int', as computed by sizeof. */
-#undef SIZEOF_INT
-
-/* The size of a `long', as computed by sizeof. */
-#undef SIZEOF_LONG
-
-/* The size of a `short', as computed by sizeof. */
-#undef SIZEOF_SHORT
-
-/* The size of a `void *', as computed by sizeof. */
-#undef SIZEOF_VOID_P
-
-/* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
 /* Number of bits in a file offset, on hosts where this is settable. */
 #undef _FILE_OFFSET_BITS
 

Index: config/configure.in
===================================================================
RCS file: /sources/mldonkey/mldonkey/config/configure.in,v
retrieving revision 1.304
retrieving revision 1.305
diff -u -b -r1.304 -r1.305
--- config/configure.in 9 Sep 2007 15:15:08 -0000       1.304
+++ config/configure.in 30 Sep 2007 11:03:42 -0000      1.305
@@ -700,18 +700,9 @@
 
 ])
 
-# Sizes of various common basic types
-AC_CHECK_SIZEOF(int)
-AC_CHECK_SIZEOF(long)
-AC_CHECK_SIZEOF(void *)
-AC_CHECK_SIZEOF(char)
-AC_CHECK_SIZEOF(short)
-AC_CHECK_SIZEOF(float)
-AC_CHECK_SIZEOF(double)
+# various header files
 AC_CHECK_FUNCS(setrlimit getrlimit strerror_r strerror)
 AC_CHECK_HEADERS(byteswap.h,,)
-
-# various header files
 AC_CHECK_HEADERS([sys/utsname.h])
 AC_CHECK_HEADERS(arpa/inet.h,,)
 AC_CHECK_HEADERS([sys/types.h sys/time.h sys/resource.h netinet/in_systm.h 
netinet/in.h netinet/ip.h],,,

Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.1322
retrieving revision 1.1323
diff -u -b -r1.1322 -r1.1323
--- distrib/ChangeLog   30 Sep 2007 11:02:12 -0000      1.1322
+++ distrib/ChangeLog   30 Sep 2007 11:03:43 -0000      1.1323
@@ -15,6 +15,7 @@
 =========
 
 2007/09/30
+6221: Configure: Remove unneeded checks
 6220: GTK2 GUI: Fix compile bug due to changed API in lablgtk-2.10.0
 - GTK2 GUI still compiles with older versions of lablgtk2
 

Index: src/networks/direct_connect/che3_c.c
===================================================================
RCS file: /sources/mldonkey/mldonkey/src/networks/direct_connect/che3_c.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/networks/direct_connect/che3_c.c        22 Apr 2003 22:33:39 -0000      
1.1
+++ src/networks/direct_connect/che3_c.c        30 Sep 2007 11:03:43 -0000      
1.2
@@ -294,7 +294,6 @@
 {
  if(((*bit_pos)&7)==0)  /* starting a new byte ? */
  {
-  unsigned char v=0;
   //data=g_byte_array_append(data,&v,1);
     data[(*bit_pos)/8]|= 0;
  }
@@ -379,7 +378,6 @@
   HUFNODE *root_huf=NULL;
   int nb_val=0;
   unsigned long bit_pos;
-  int j;
   char *pos;
   
   if((str==NULL)||(len==0)) {




reply via email to

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