~ubuntu-branches/ubuntu/precise/exiv2/precise

« back to all changes in this revision

Viewing changes to config/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-12-07 18:40:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061207184010-0ouu8v0dr8nznob9
Tags: 0.12-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
/* Define to 1 if you have the `strtol' function. */
86
86
#undef HAVE_STRTOL
87
87
 
 
88
/* Define to 1 if you have the `mmap' function. */
 
89
#undef HAVE_MMAP
 
90
 
 
91
/* Define to 1 if you have the `munmap' function. */
 
92
#undef HAVE_MUNMAP
 
93
 
88
94
/* Define to 1 if you have the <sys/stat.h> header file. */
89
95
#undef HAVE_SYS_STAT_H
90
96
 
106
112
/* Define to 1 if you have the <wchar.h> header file. */
107
113
#undef HAVE_WCHAR_H
108
114
 
 
115
/* Define to 1 if you have the <sys/mman.h> header file. */
 
116
#undef HAVE_SYS_MMAN_H
 
117
 
 
118
/* Define to 1 if you have the `zlib' library. */
 
119
#undef HAVE_LIBZ
 
120
 
109
121
/* Define to 1 if the system has the type `_Bool'. */
110
122
#undef HAVE__BOOL
111
123