~ubuntu-branches/ubuntu/vivid/kxneur/vivid

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Alexander GQ Gerasiov
  • Date: 2008-04-29 13:19:38 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080429131938-p3q2zff1ljv6mtab
Tags: 0.8.0+svn20080310-2
Fix for FTBFS with gcc 4.3. Thanks Cyril Brulebois for patch.
(Closes: #454826, #477042.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
/* Define to the version of this package. */
121
121
#undef PACKAGE_VERSION
122
122
 
123
 
/* The size of a `char *', as computed by sizeof. */
 
123
/* The size of `char *', as computed by sizeof. */
124
124
#undef SIZEOF_CHAR_P
125
125
 
126
 
/* The size of a `int', as computed by sizeof. */
 
126
/* The size of `int', as computed by sizeof. */
127
127
#undef SIZEOF_INT
128
128
 
129
 
/* The size of a `long', as computed by sizeof. */
 
129
/* The size of `long', as computed by sizeof. */
130
130
#undef SIZEOF_LONG
131
131
 
132
 
/* The size of a `short', as computed by sizeof. */
 
132
/* The size of `short', as computed by sizeof. */
133
133
#undef SIZEOF_SHORT
134
134
 
135
 
/* The size of a `size_t', as computed by sizeof. */
 
135
/* The size of `size_t', as computed by sizeof. */
136
136
#undef SIZEOF_SIZE_T
137
137
 
138
 
/* The size of a `unsigned long', as computed by sizeof. */
 
138
/* The size of `unsigned long', as computed by sizeof. */
139
139
#undef SIZEOF_UNSIGNED_LONG
140
140
 
141
141
/* Define to 1 if you have the ANSI C header files. */