~ubuntu-branches/ubuntu/trusty/judy/trusty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Troy Heber
  • Date: 2005-03-22 06:55:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050322065553-syjpkd48r4re18dn
Tags: 1.0.1-5

* Moving LGPL link in copyright back to LGPL-2.1
* Cleanup of debian/rules: removed explicit refs to 32-bit archs, removed
  unnecessary nostrip, using --man dir to install man pages, moving from
  dh_movefiles to dh_install.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* Define to 1 if you have the <dlfcn.h> header file. */
 
4
#undef HAVE_DLFCN_H
 
5
 
 
6
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
 
7
#undef HAVE_DOPRNT
 
8
 
 
9
/* Define to 1 if you have the <fcntl.h> header file. */
 
10
#undef HAVE_FCNTL_H
 
11
 
 
12
/* Define to 1 if you have the `getpagesize' function. */
 
13
#undef HAVE_GETPAGESIZE
 
14
 
 
15
/* Define to 1 if you have the `gettimeofday' function. */
 
16
#undef HAVE_GETTIMEOFDAY
 
17
 
 
18
/* Define to 1 if you have the <inttypes.h> header file. */
 
19
#undef HAVE_INTTYPES_H
 
20
 
 
21
/* Define to 1 if you have the <limits.h> header file. */
 
22
#undef HAVE_LIMITS_H
 
23
 
 
24
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
 
25
   to 0 otherwise. */
 
26
#undef HAVE_MALLOC
 
27
 
 
28
/* Define to 1 if you have the <malloc.h> header file. */
 
29
#undef HAVE_MALLOC_H
 
30
 
 
31
/* Define to 1 if you have the <memory.h> header file. */
 
32
#undef HAVE_MEMORY_H
 
33
 
 
34
/* Define to 1 if you have the `memset' function. */
 
35
#undef HAVE_MEMSET
 
36
 
 
37
/* Define to 1 if you have a working `mmap' system call. */
 
38
#undef HAVE_MMAP
 
39
 
 
40
/* Define to 1 if you have the `munmap' function. */
 
41
#undef HAVE_MUNMAP
 
42
 
 
43
/* Define to 1 if you have the `pow' function. */
 
44
#undef HAVE_POW
 
45
 
 
46
/* Define to 1 if the system has the type `ptrdiff_t'. */
 
47
#undef HAVE_PTRDIFF_T
 
48
 
 
49
/* Define to 1 if `stat' has the bug that it succeeds when given the
 
50
   zero-length file name argument. */
 
51
#undef HAVE_STAT_EMPTY_STRING_BUG
 
52
 
 
53
/* Define to 1 if stdbool.h conforms to C99. */
 
54
#undef HAVE_STDBOOL_H
 
55
 
 
56
/* Define to 1 if you have the <stddef.h> header file. */
 
57
#undef HAVE_STDDEF_H
 
58
 
 
59
/* Define to 1 if you have the <stdint.h> header file. */
 
60
#undef HAVE_STDINT_H
 
61
 
 
62
/* Define to 1 if you have the <stdlib.h> header file. */
 
63
#undef HAVE_STDLIB_H
 
64
 
 
65
/* Define to 1 if you have the `strchr' function. */
 
66
#undef HAVE_STRCHR
 
67
 
 
68
/* Define to 1 if you have the `strcspn' function. */
 
69
#undef HAVE_STRCSPN
 
70
 
 
71
/* Define to 1 if you have the `strerror' function. */
 
72
#undef HAVE_STRERROR
 
73
 
 
74
/* Define to 1 if you have the <strings.h> header file. */
 
75
#undef HAVE_STRINGS_H
 
76
 
 
77
/* Define to 1 if you have the <string.h> header file. */
 
78
#undef HAVE_STRING_H
 
79
 
 
80
/* Define to 1 if you have the `strstr' function. */
 
81
#undef HAVE_STRSTR
 
82
 
 
83
/* Define to 1 if you have the `strtoul' function. */
 
84
#undef HAVE_STRTOUL
 
85
 
 
86
/* Define to 1 if you have the <sys/param.h> header file. */
 
87
#undef HAVE_SYS_PARAM_H
 
88
 
 
89
/* Define to 1 if you have the <sys/stat.h> header file. */
 
90
#undef HAVE_SYS_STAT_H
 
91
 
 
92
/* Define to 1 if you have the <sys/time.h> header file. */
 
93
#undef HAVE_SYS_TIME_H
 
94
 
 
95
/* Define to 1 if you have the <sys/types.h> header file. */
 
96
#undef HAVE_SYS_TYPES_H
 
97
 
 
98
/* Define to 1 if you have the `uname' function. */
 
99
#undef HAVE_UNAME
 
100
 
 
101
/* Define to 1 if you have the <unistd.h> header file. */
 
102
#undef HAVE_UNISTD_H
 
103
 
 
104
/* Define to 1 if you have the `vprintf' function. */
 
105
#undef HAVE_VPRINTF
 
106
 
 
107
/* Define to 1 if the system has the type `_Bool'. */
 
108
#undef HAVE__BOOL
 
109
 
 
110
/* Define to 1 on little-endian systems. */
 
111
#undef JU_LITTLE_ENDIAN
 
112
 
 
113
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
 
114
   slash. */
 
115
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
 
116
 
 
117
/* Name of package */
 
118
#undef PACKAGE
 
119
 
 
120
/* Define to the address where bug reports for this package should be sent. */
 
121
#undef PACKAGE_BUGREPORT
 
122
 
 
123
/* Define to the full name of this package. */
 
124
#undef PACKAGE_NAME
 
125
 
 
126
/* Define to the full name and version of this package. */
 
127
#undef PACKAGE_STRING
 
128
 
 
129
/* Define to the one symbol short name of this package. */
 
130
#undef PACKAGE_TARNAME
 
131
 
 
132
/* Define to the version of this package. */
 
133
#undef PACKAGE_VERSION
 
134
 
 
135
/* Define to 1 if you have the ANSI C header files. */
 
136
#undef STDC_HEADERS
 
137
 
 
138
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 
139
#undef TIME_WITH_SYS_TIME
 
140
 
 
141
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
 
142
#undef TM_IN_SYS_TIME
 
143
 
 
144
/* Version number of package */
 
145
#undef VERSION
 
146
 
 
147
/* Define to 1 if your processor stores words with the most significant byte
 
148
   first (like Motorola and SPARC, unlike Intel and VAX). */
 
149
#undef WORDS_BIGENDIAN
 
150
 
 
151
/* Define to empty if `const' does not conform to ANSI C. */
 
152
#undef const
 
153
 
 
154
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
155
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
156
#ifndef __cplusplus
 
157
#undef inline
 
158
#endif
 
159
 
 
160
/* Define to rpl_malloc if the replacement function should be used. */
 
161
#undef malloc
 
162
 
 
163
/* Define to `unsigned' if <sys/types.h> does not define. */
 
164
#undef size_t
 
165
 
 
166
/* Define to empty if the keyword `volatile' does not work. Warning: valid
 
167
   code using `volatile' can become incorrect without. Disable with care. */
 
168
#undef volatile