~ubuntu-branches/ubuntu/dapper/kopete/dapper-backports

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Sarah Hobbs
  • Date: 2006-07-14 23:45:58 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060714234558-gq6jzmy117r2pj4r
Tags: 4:3.5.4+kopete0.12.1-0ubuntu1
* New upstream version
* Reverted patch 01_kopete_kdesktop_freeze.diff (fixed upstream)
* Reverted patch 02_icq_version_too_old.diff (fixed upstream)
* Bumped Version so that this gets installed, instead of the kopete in kdenetwork

Show diffs side-by-side

added added

removed removed

Lines of Context:
288
288
/* Build as a production build */
289
289
#undef PRODUCTION_BUILD
290
290
 
291
 
/* The size of a `char *', as computed by sizeof. */
 
291
/* The size of `char *', as computed by sizeof. */
292
292
#undef SIZEOF_CHAR_P
293
293
 
294
 
/* The size of a `int', as computed by sizeof. */
 
294
/* The size of `int', as computed by sizeof. */
295
295
#undef SIZEOF_INT
296
296
 
297
 
/* The size of a `long', as computed by sizeof. */
 
297
/* The size of `long', as computed by sizeof. */
298
298
#undef SIZEOF_LONG
299
299
 
300
 
/* The size of a `short', as computed by sizeof. */
 
300
/* The size of `short', as computed by sizeof. */
301
301
#undef SIZEOF_SHORT
302
302
 
303
 
/* The size of a `size_t', as computed by sizeof. */
 
303
/* The size of `size_t', as computed by sizeof. */
304
304
#undef SIZEOF_SIZE_T
305
305
 
306
 
/* The size of a `unsigned long', as computed by sizeof. */
 
306
/* The size of `unsigned long', as computed by sizeof. */
307
307
#undef SIZEOF_UNSIGNED_LONG
308
308
 
309
309
/* Determine pointer size for SQLite */
552
552
   kde_socklen_t) */
553
553
#undef ksize_t
554
554
 
555
 
/* Define to `unsigned' if <sys/types.h> does not define. */
 
555
/* Define to `unsigned int' if <sys/types.h> does not define. */
556
556
#undef size_t
557
557
 
558
558
/* Define to `unsigned int' if not defined. */