~ubuntu-branches/ubuntu/utopic/libxpm/utopic

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2007-08-25 10:50:50 UTC
  • mfrom: (1.1.4 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20070825105050-xbytdxkw7wuclhca
Tags: 1:3.5.7-1
* New upstream release.
* Add the upstream URL to debian/copyright.
* Use binary:Version instead of the deprecated Source-Version.
* Add myself to uploaders, and remove Branden with his permission.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
/* Define to 1 if you have the <unistd.h> header file. */
34
34
#undef HAVE_UNISTD_H
35
35
 
 
36
/* Location of translated messages */
 
37
#undef LOCALEDIR
 
38
 
36
39
/* Name of package */
37
40
#undef PACKAGE
38
41
 
51
54
/* Define to the version of this package. */
52
55
#undef PACKAGE_VERSION
53
56
 
 
57
/* Major version of this package */
 
58
#undef PACKAGE_VERSION_MAJOR
 
59
 
 
60
/* Minor version of this package */
 
61
#undef PACKAGE_VERSION_MINOR
 
62
 
 
63
/* Patch version of this package */
 
64
#undef PACKAGE_VERSION_PATCHLEVEL
 
65
 
54
66
/* Define to 1 to automatically look for files with .Z & .gz extensions */
55
67
#undef STAT_ZFILE
56
68
 
57
69
/* Define to 1 if you have the ANSI C header files. */
58
70
#undef STDC_HEADERS
59
71
 
 
72
/* Define to 1 if you want to use the gettext() function. */
 
73
#undef USE_GETTEXT
 
74
 
60
75
/* Version number of package */
61
76
#undef VERSION