~ubuntu-branches/ubuntu/trusty/gobject-introspection/trusty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2011-03-22 00:32:36 UTC
  • mfrom: (1.4.1 upstream) (3.3.33 multiarch)
  • Revision ID: james.westby@ubuntu.com-20110322003236-4spdgfk1vai6xay1
Tags: 0.10.4-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
/* Define to the one symbol short name of this package. */
92
92
#undef PACKAGE_TARNAME
93
93
 
94
 
/* Define to the home page for this package. */
95
 
#undef PACKAGE_URL
96
 
 
97
94
/* Define to the version of this package. */
98
95
#undef PACKAGE_VERSION
99
96
 
100
97
/* Define to the platform's shared library suffix */
101
98
#undef SHLIB_SUFFIX
102
99
 
103
 
/* The size of `time_t', as computed by sizeof. */
104
 
#undef SIZEOF_TIME_T
 
100
/* The size of `char', as computed by sizeof. */
 
101
#undef SIZEOF_CHAR
 
102
 
 
103
/* The size of `int', as computed by sizeof. */
 
104
#undef SIZEOF_INT
 
105
 
 
106
/* The size of `long', as computed by sizeof. */
 
107
#undef SIZEOF_LONG
 
108
 
 
109
/* The size of `short', as computed by sizeof. */
 
110
#undef SIZEOF_SHORT
105
111
 
106
112
/* Define to 1 if you have the ANSI C header files. */
107
113
#undef STDC_HEADERS