~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-05-23 23:49:53 UTC
  • mfrom: (3.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20070523234953-ogno9rnbmth61i7p
Tags: 3.0.50-2etch1
* Changing docs/ll-reportmanual.xml and docs/ll-userguide.xml to fix
  documentation build problems (Closes: #418347).

* lifelines-reports
  - Adding a dependency to lifelines >= 3.0.50 to prevent file conflict.
    (Closes: #405500).

* Updating French translation. Thanks to Bernard Adrian. (Closes: #356671).

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
/* Define to 1 if you have the `iswspace' function. */
100
100
#undef HAVE_ISWSPACE
101
101
 
102
 
/* Define to 1 if you have the `langinfo' function. */
103
 
#undef HAVE_LANGINFO
104
 
 
105
102
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
106
103
#undef HAVE_LANGINFO_CODESET
107
104
 
111
108
/* Define to 1 if you have the `curses' library (-lcurses). */
112
109
#undef HAVE_LIBCURSES
113
110
 
 
111
/* Define to 1 if you have the `m' library (-lm). */
 
112
#undef HAVE_LIBM
 
113
 
114
114
/* Define to 1 if you have the `ncurses' library (-lncurses). */
115
115
#undef HAVE_LIBNCURSES
116
116
 
 
117
/* Define to 1 if you have the `ncursesw' library (-lncursesw). */
 
118
#undef HAVE_LIBNCURSESW
 
119
 
117
120
/* Define to 1 if you have the <limits.h> header file. */
118
121
#undef HAVE_LIMITS_H
119
122
 
123
126
/* Define to 1 if you have the <malloc.h> header file. */
124
127
#undef HAVE_MALLOC_H
125
128
 
 
129
/* Define to 1 if you have the <math.h> header file. */
 
130
#undef HAVE_MATH_H
 
131
 
126
132
/* Define to 1 if you have the <memory.h> header file. */
127
133
#undef HAVE_MEMORY_H
128
134
 
138
144
/* Define if you have the ngettext() function. */
139
145
#undef HAVE_NGETTEXT
140
146
 
 
147
/* Define to 1 if you have the `nl_langinfo' function. */
 
148
#undef HAVE_NL_LANGINFO
 
149
 
141
150
/* Define to 1 if you have the <nl_types.h> header file. */
142
151
#undef HAVE_NL_TYPES_H
143
152
 
232
241
/* Define to 1 if you have the <wctype.h> header file. */
233
242
#undef HAVE_WCTYPE_H
234
243
 
 
244
/* Define to 1 if you have the <windows.h> header file. */
 
245
#undef HAVE_WINDOWS_H
 
246
 
235
247
/* Define to 1 if you have the `_heapwalk' function. */
236
248
#undef HAVE__HEAPWALK
237
249
 
256
268
/* Define if integer division by zero raises signal SIGFPE. */
257
269
#undef INTDIV0_RAISES_SIGFPE
258
270
 
 
271
/* lifelines configuration file */
 
272
#undef LINES_CONFIG_FILE
 
273
 
259
274
/* Name of package */
260
275
#undef PACKAGE
261
276
 
283
298
/* If using the C implementation of alloca, define if you know the
284
299
   direction of stack growth for your system; otherwise it will be
285
300
   automatically deduced at run-time.
286
 
        STACK_DIRECTION > 0 => grows toward higher addresses
287
 
        STACK_DIRECTION < 0 => grows toward lower addresses
288
 
        STACK_DIRECTION = 0 => direction of growth unknown */
 
301
        STACK_DIRECTION > 0 => grows toward higher addresses
 
302
        STACK_DIRECTION < 0 => grows toward lower addresses
 
303
        STACK_DIRECTION = 0 => direction of growth unknown */
289
304
#undef STACK_DIRECTION
290
305
 
291
306
/* Define to 1 if you have the ANSI C header files. */
297
312
/* Define to empty if `const' does not conform to ANSI C. */
298
313
#undef const
299
314
 
300
 
/* Define as `__inline' if that's what the C compiler calls it, or to nothing
301
 
   if it is not supported. */
 
315
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
316
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
317
#ifndef __cplusplus
302
318
#undef inline
 
319
#endif
303
320
 
304
321
/* Define to `long' if <sys/types.h> does not define. */
305
322
#undef off_t