~ubuntu-branches/ubuntu/precise/exif/precise

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Emmanuel Bouthenot
  • Date: 2008-03-31 19:39:44 UTC
  • mfrom: (4.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080331193944-xndxlofl9m7h7a83
Tags: 0.6.15-5
* Adopt the package within pkg-phototools:
  - Set the Maintainer to the group
  - Add Frederic Peters and myself as Uploaders.
  - Add Vcs-Browser and Vcs-Git fields accordingly.
* debian/control:
  - Add a Homepage field.
  - Update Standards-Version to 3.7.3
  - Fix build dep version for libexif-dev.
  - Add build dep on quilt for patches extracted from package diff.
  - Add build dep on gettext for swedish translation.
* debian/copyright:
  - convert file to utf-8.
  - Point to LGPL-2 rather than just LGPL, which now points to
    LGPL-3.
* debian/rules
  - Fix autotools timestamp issues which causes FTBFS (closes: #445609)
  - Fix lintian 'clean error' warning.
* debian/patches
  - Extract swedish translation patch from package diff (cf. bug 397370).
  - Extract patch related to default ifd from package diff (cf. bug 428255).
  - Extract patch related to manpage improvements from package diff (cf.
    bugs 320497 and 321855).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.in.  Generated from configure.in by autoheader.  */
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
3
3
/* Define to 1 if translation of program messages to the user's native
4
4
   language is requested. */
14
14
/* Define to 1 if you have the <dlfcn.h> header file. */
15
15
#undef HAVE_DLFCN_H
16
16
 
 
17
/* Define to 1 if you have the `fileno' function. */
 
18
#undef HAVE_FILENO
 
19
 
17
20
/* Define if the GNU gettext() function is already present or preinstalled. */
18
21
#undef HAVE_GETTEXT
19
22
 
20
 
/* Define if you have the iconv() function. */
 
23
/* whether iconv is available */
21
24
#undef HAVE_ICONV
22
25
 
23
26
/* Define to 1 if you have the <inttypes.h> header file. */
24
27
#undef HAVE_INTTYPES_H
25
28
 
 
29
/* Define to 1 if you have the `isatty' function. */
 
30
#undef HAVE_ISATTY
 
31
 
 
32
/* whether we compile with libexif support */
 
33
#undef HAVE_LIBEXIF
 
34
 
26
35
/* Define to 1 if you have the <locale.h> header file. */
27
36
#undef HAVE_LOCALE_H
28
37
 
29
38
/* Define to 1 if you have the <memory.h> header file. */
30
39
#undef HAVE_MEMORY_H
31
40
 
32
 
/* whether we have popt */
 
41
/* whether the popt library is available */
33
42
#undef HAVE_POPT
34
43
 
35
44
/* Define to 1 if you have the <stdint.h> header file. */
53
62
/* Define to 1 if you have the <unistd.h> header file. */
54
63
#undef HAVE_UNISTD_H
55
64
 
 
65
/* Define as const if the declaration of iconv() needs const. */
 
66
#undef ICONV_CONST
 
67
 
 
68
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
 
69
#undef NO_MINUS_C_MINUS_O
 
70
 
56
71
/* Name of package */
57
72
#undef PACKAGE
58
73
 
76
91
 
77
92
/* Version number of package */
78
93
#undef VERSION
 
94
 
 
95
/* Define to empty if `const' does not conform to ANSI C. */
 
96
#undef const