~ubuntu-branches/ubuntu/wily/scim/wily-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Rolf Leggewie, Rolf Leggewie, Tz-Huan Huang
  • Date: 2012-06-30 11:21:42 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120630112142-a4cwzsr16dty8dk7
Tags: 1.4.14-1
[ Rolf Leggewie ]
* new upstream release 1.4.14
  - drop 32_scim-1.4.8-fix-dlopen.patch which has landed upstream
* bump compat level to 9
* debian/control: add Toni Mueller as co-maintainer
  Welcome aboard!

[ Tz-Huan Huang ]
* start shipping a couple of newly introduced im-module packages
* debian/rules:
  - simplify dh_auto_install override where upstream changes allow this
  - drop -fpermissive from CXXFLAGS, fixed upstream
* debian/README.*: update the documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
/* Define to 1 if you have the `gettimeofday' function. */
106
106
#undef HAVE_GETTIMEOFDAY
107
107
 
108
 
/* Have gtk_draw_insertion_cursor (). */
109
 
#undef HAVE_GTK_DRAW_INSERTION_CURSOR
110
 
 
111
108
/* Define to 1 if you have the <hash_map> header file. */
112
109
#undef HAVE_HASH_MAP
113
110
 
265
262
#undef SCIM_BINARY_VERSION
266
263
 
267
264
/* The Major version of SCIM library. */
 
265
#undef SCIM_BRIDGE_MAJOR_VERSION
 
266
 
 
267
/* The Micro version of SCIM library. */
 
268
#undef SCIM_BRIDGE_MICRO_VERSION
 
269
 
 
270
/* The Minor version of SCIM library. */
 
271
#undef SCIM_BRIDGE_MINOR_VERSION
 
272
 
 
273
/* The release version of SCIM library. */
 
274
#undef SCIM_BRIDGE_VERSION
 
275
 
 
276
/* The Major version of SCIM library. */
268
277
#undef SCIM_MAJOR_VERSION
269
278
 
270
279
/* The Micro version of SCIM library. */