~ubuntu-branches/ubuntu/trusty/fl-cow/trusty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Collins
  • Date: 2005-10-21 10:20:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051021102003-ctyjlxxrxelok5gt
Tags: 0.6-1
New upstream, fixes FTBFS on alpha.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.in by autoheader.  */
2
2
 
 
3
/* Define to 1 if you have the `dladdr' function. */
 
4
#undef HAVE_DLADDR
 
5
 
3
6
/* Define to 1 if you have the <dlfcn.h> header file. */
4
7
#undef HAVE_DLFCN_H
5
8
 
18
21
/* Define to 1 if you have the `memset' function. */
19
22
#undef HAVE_MEMSET
20
23
 
 
24
/* Define to 1 if you have the `open64' function. */
 
25
#undef HAVE_OPEN64
 
26
 
21
27
/* Define to 1 if you have the <stdint.h> header file. */
22
28
#undef HAVE_STDINT_H
23
29
 
73
79
   first (like Motorola and SPARC, unlike Intel and VAX). */
74
80
#undef WORDS_BIGENDIAN
75
81
 
 
82
/* Enable GNU extensions on systems that have them.  */
 
83
#ifndef _GNU_SOURCE
 
84
# undef _GNU_SOURCE
 
85
#endif
 
86
 
76
87
/* Define to empty if `const' does not conform to ANSI C. */
77
88
#undef const
78
89
 
79
 
/* Define as `__inline' if that's what the C compiler calls it, or to nothing
80
 
   if it is not supported. */
 
90
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
91
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
92
#ifndef __cplusplus
81
93
#undef inline
 
94
#endif
82
95
 
83
96
/* Define to empty if the keyword `volatile' does not work. Warning: valid
84
97
   code using `volatile' can become incorrect without. Disable with care. */