~ubuntu-branches/ubuntu/saucy/x11-xkb-utils/saucy-proposed

« back to all changes in this revision

Viewing changes to xkbcomp/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2010-07-12 10:40:30 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100712104030-ea95vcumrw8jr3ga
Tags: 7.5+5
One more xkbcomp fix, this time to be able to detect EOF on architectures
where 'char' is unsigned (closes: #588658).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/* Define to 1 if you have the <inttypes.h> header file. */
4
4
#undef HAVE_INTTYPES_H
5
5
 
 
6
/* Define to 1 if you have the <limits.h> header file. */
 
7
#undef HAVE_LIMITS_H
 
8
 
6
9
/* Define to 1 if you have the <memory.h> header file. */
7
10
#undef HAVE_MEMORY_H
8
11
 
48
51
/* Define to the one symbol short name of this package. */
49
52
#undef PACKAGE_TARNAME
50
53
 
 
54
/* Define to the home page for this package. */
 
55
#undef PACKAGE_URL
 
56
 
51
57
/* Define to the version of this package. */
52
58
#undef PACKAGE_VERSION
53
59