~ampelbein/+junk/fix-1201213

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2009-10-08 19:37:25 UTC
  • mto: (1.1.7 upstream) (3.1.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20091008193725-m04qzt6mv82hb7ho
ImportĀ upstreamĀ versionĀ 0.9.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
/* Define to 1 if you have the `isascii' function. */
75
75
#undef HAVE_ISASCII
76
76
 
 
77
/* Define to 1 if you have the `iswblank' function. */
 
78
#undef HAVE_ISWBLANK
 
79
 
77
80
/* Define to 1 if you have the `charset' library (-lcharset). */
78
81
#undef HAVE_LIBCHARSET
79
82
 
196
199
/* Define to 1 if you have the `strstr' function. */
197
200
#undef HAVE_STRSTR
198
201
 
199
 
/* Define to 1 if `tm_zone' is member of `struct tm'. */
 
202
/* Define to 1 if `struct tm' is a member of `tm_zone'. */
200
203
#undef HAVE_STRUCT_TM_TM_ZONE
201
204
 
202
205
/* Define to 1 if you have the <syslog.h> header file. */
270
273
/* Define to the one symbol short name of this package. */
271
274
#undef PACKAGE_TARNAME
272
275
 
 
276
/* Define to the home page for this package. */
 
277
#undef PACKAGE_URL
 
278
 
273
279
/* Define to the version of this package. */
274
280
#undef PACKAGE_VERSION
275
281
 
303
309
/* define if you want aspell support */
304
310
#undef WITH_ASPELL
305
311
 
 
312
/* define if you want enchant support */
 
313
#undef WITH_ENCHANT
 
314
 
 
315
/* Number of bits in a file offset, on hosts where this is settable. */
 
316
#undef _FILE_OFFSET_BITS
 
317
 
 
318
/* Define for large files, on AIX-style hosts. */
 
319
#undef _LARGE_FILES
 
320
 
306
321
/* Define to empty if `const' does not conform to ANSI C. */
307
322
#undef const
308
323