shithub: sox

Download patch

ref: 7ecafdb3d70342eaf7e5299cb2989bf1967f1e64
parent: 5c42bdd700fb313f74e8daf72135d7d1cdc8a571
author: rrt <rrt>
date: Fri Nov 24 17:08:20 EST 2006

Remove unused and unnecessary SIZEOF macros.

--- a/src/stconfig.h.in
+++ b/src/stconfig.h.in
@@ -120,21 +120,6 @@
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
-/* The number of bytes in type char */
-#undef SIZEOF_CHAR
-
-/* The number of bytes in type int */
-#undef SIZEOF_INT
-
-/* The number of bytes in type long */
-#undef SIZEOF_LONG
-
-/* The number of bytes in type short */
-#undef SIZEOF_SHORT
-
-/* The number of bytes in type void* */
-#undef SIZEOF_VOIDP
-
 /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS