~ubuntu-branches/ubuntu/trusty/lifelines/trusty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Felipe Augusto van de Wiel (faw)
  • Date: 2007-08-14 00:02:04 UTC
  • mfrom: (1.1.4 upstream) (3.1.4 gutsy)
  • Revision ID: james.westby@ubuntu.com-20070814000204-mpv5faygl0dgq3qi
Tags: 3.0.61-1
* New upstream release. (Closes: #387856).
* Fixing documentation build problems also fixes FTBFS if built twice in a
  row. (Closes: #424543).
* Adding lynx as a build dependency. This is necessary to generate txt files
  from html, discovered while fixing #424543.
* Upstream fix: charset for gedcom file in unicode. (Closes: #396206).
* Upstream fim: updating documentation about desc-tex2. (Closes: #405501).
* Bumping Standards-Version to 3.7.2 without package changes.
* Dropping local debian patches added upstream.

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 one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4
4
   systems. This function is required for `alloca.c' support on those systems.
141
141
/* Define to 1 if you have the `munmap' function. */
142
142
#undef HAVE_MUNMAP
143
143
 
 
144
/* Define to 1 if you have the <ncursesw/curses.h> header file. */
 
145
#undef HAVE_NCURSESW_CURSES_H
 
146
 
 
147
/* Define to 1 if you have the <ncurses/curses.h> header file. */
 
148
#undef HAVE_NCURSES_CURSES_H
 
149
 
144
150
/* Define if you have the ngettext() function. */
145
151
#undef HAVE_NGETTEXT
146
152
 
297
303
 
298
304
/* If using the C implementation of alloca, define if you know the
299
305
   direction of stack growth for your system; otherwise it will be
300
 
   automatically deduced at run-time.
 
306
   automatically deduced at runtime.
301
307
        STACK_DIRECTION > 0 => grows toward higher addresses
302
308
        STACK_DIRECTION < 0 => grows toward lower addresses
303
309
        STACK_DIRECTION = 0 => direction of growth unknown */
318
324
#undef inline
319
325
#endif
320
326
 
321
 
/* Define to `long' if <sys/types.h> does not define. */
 
327
/* Define to `long int' if <sys/types.h> does not define. */
322
328
#undef off_t
323
329
 
324
 
/* Define to `unsigned' if <sys/types.h> does not define. */
 
330
/* Define to `unsigned int' if <sys/types.h> does not define. */
325
331
#undef size_t
326
332
 
327
333
/* Define to unsigned long or unsigned long long if <inttypes.h> and