[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdemultimedia
From:       David Faure <faure () kde ! org>
Date:       2007-02-08 8:51:51
Message-ID: 1170924711.723418.14495.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 631499 by dfaure:

Simple cleanups


 M  +0 -6      ConfigureChecks.cmake  
 M  +1 -78     config.h.cmake  


--- trunk/KDE/kdemultimedia/ConfigureChecks.cmake #631498:631499
@@ -57,12 +57,6 @@
 check_include_files(sys/audioio.h HAVE_SYS_AUDIOIO_H)
 check_include_files(Alib.h HAVE_ALIB_H)
 check_include_files(alloca.h HAVE_ALLOCA_H)
-check_include_files("sys/time.h;time.h" TIME_WITH_SYS_TIME)
 
-check_type_size("int" SIZEOF_INT)
-check_type_size("char *"  SIZEOF_CHAR_P)
 check_type_size("long" SIZEOF_LONG)
-check_type_size("short" SIZEOF_SHORT)
-check_type_size("size_t" SIZEOF_SIZE_T)
-check_type_size("unsigned long" SIZEOF_UNSIGNED_LONG)
 
--- trunk/KDE/kdemultimedia/config.h.cmake #631498:631499
@@ -1,4 +1,5 @@
 /* config.h.  Generated by cmake from config.h.cmake */
+/* Don't add anything new here!!! Use per-directory generated files. */
 
 /* Define to 1 if you have the <Alib.h> header file. */
 #cmakedefine HAVE_ALIB_H 1
@@ -52,86 +53,8 @@
 /* Define if you have XShmGetEventBase in <X11/extensions/XShm.h */
 #define HAVE_XSHMGETEVENTBASE 1
 
-/* Name of package */
-#define PACKAGE "kdemultimedia"
-
 /* The size of a `long', as computed by sizeof. */
 #define SIZEOF_LONG ${SIZEOF_LONG}
 
-/* The size of a `short', as computed by sizeof. */
-#define SIZEOF_SHORT ${SIZEOF_SHORT}
-
-/* The size of a `size_t', as computed by sizeof. */
-#define SIZEOF_SIZE_T ${SIZEOF_SIZE_T}
-
-/* The size of a `unsigned long', as computed by sizeof. */
-#define SIZEOF_UNSIGNED_LONG ${SIZEOF_UNSIGNED_LONG}
-
-/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
-#cmakedefine TIME_WITH_SYS_TIME 1
-
-/* Define if aRts is available */
-/* #undef USE_ARTS */
-
-/* Version number of package */
-#define VERSION "3.9.02"
-
-/*
- * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
- * headers and I'm too lazy to write a configure test as long as only
- * unixware is related
- */
-#ifdef _UNIXWARE
-#define HAVE_BOOLEAN
-#endif
-
-
-
-/*
- * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
- * that defines bzero.
- */
-
-#if defined(_AIX)
-#include <strings.h>
-#endif
-
-
-
-#if !defined(HAVE_STRLCAT_PROTO)
-#ifdef __cplusplus
-extern "C" {
-#endif
-unsigned long strlcat(char*, const char*, unsigned long);
-#ifdef __cplusplus
-}
-#endif
-#endif
-
-
-
-#if !defined(HAVE_STRLCPY_PROTO)
-#ifdef __cplusplus
-extern "C" {
-#endif
-unsigned long strlcpy(char*, const char*, unsigned long);
-#ifdef __cplusplus
-}
-#endif
-#endif
-
-
-#if defined(__SVR4) && !defined(__svr4__)
-#define __svr4__ 1
-#endif
-
-
 /* Compatibility with older version of xine */
 /* #undef _x_ao_new_port */
-
-/* type to use in place of socklen_t if not defined */
-#define kde_socklen_t socklen_t
-
-/* type to use in place of socklen_t if not defined (deprecated, use
-   kde_socklen_t) */
-#define ksize_t socklen_t
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic