~ubuntu-branches/ubuntu/gutsy/kid3/gutsy

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2007-07-01 00:31:03 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070701003103-2qownnv49a7jdqm3
Tags: 0.9-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
/* Define to the version of this package. */
136
136
#undef PACKAGE_VERSION
137
137
 
138
 
/* The size of a `char *', as computed by sizeof. */
 
138
/* The size of `char *', as computed by sizeof. */
139
139
#undef SIZEOF_CHAR_P
140
140
 
141
 
/* The size of a `int', as computed by sizeof. */
 
141
/* The size of `int', as computed by sizeof. */
142
142
#undef SIZEOF_INT
143
143
 
144
 
/* The size of a `long', as computed by sizeof. */
 
144
/* The size of `long', as computed by sizeof. */
145
145
#undef SIZEOF_LONG
146
146
 
147
 
/* The size of a `short', as computed by sizeof. */
 
147
/* The size of `short', as computed by sizeof. */
148
148
#undef SIZEOF_SHORT
149
149
 
150
 
/* The size of a `size_t', as computed by sizeof. */
 
150
/* The size of `size_t', as computed by sizeof. */
151
151
#undef SIZEOF_SIZE_T
152
152
 
153
 
/* The size of a `unsigned long', as computed by sizeof. */
 
153
/* The size of `unsigned long', as computed by sizeof. */
154
154
#undef SIZEOF_UNSIGNED_LONG
155
155
 
156
156
/* Define to 1 if you have the ANSI C header files. */