~ubuntu-branches/ubuntu/hardy/freeradius/hardy-proposed

« back to all changes in this revision

Viewing changes to libltdl/config-h.in

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2006-12-16 20:45:11 UTC
  • mfrom: (3.1.10 feisty)
  • Revision ID: james.westby@ubuntu.com-20061216204511-3pbbsu4s8jtehsor
Tags: 1.1.3-3
Fix POSIX compliance problem in init script.  Closes: #403384. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config-h.in.  Generated automatically from configure.in by autoheader.  */
2
 
 
3
 
/* Define to empty if the keyword does not work.  */
4
 
#undef const
5
 
 
6
 
/* Define as __inline if that's what the C compiler calls it.  */
7
 
#undef inline
8
 
 
9
 
/* Define if you have the ANSI C header files.  */
10
 
#undef STDC_HEADERS
11
 
 
12
 
/* Define if you have the argz_append function.  */
 
1
/* config-h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* Define to 1 if you have the `argz_append' function. */
13
4
#undef HAVE_ARGZ_APPEND
14
5
 
15
 
/* Define if you have the argz_create_sep function.  */
 
6
/* Define to 1 if you have the `argz_create_sep' function. */
16
7
#undef HAVE_ARGZ_CREATE_SEP
17
8
 
18
 
/* Define if you have the argz_insert function.  */
 
9
/* Define to 1 if you have the <argz.h> header file. */
 
10
#undef HAVE_ARGZ_H
 
11
 
 
12
/* Define to 1 if you have the `argz_insert' function. */
19
13
#undef HAVE_ARGZ_INSERT
20
14
 
21
 
/* Define if you have the argz_next function.  */
 
15
/* Define to 1 if you have the `argz_next' function. */
22
16
#undef HAVE_ARGZ_NEXT
23
17
 
24
 
/* Define if you have the argz_stringify function.  */
 
18
/* Define to 1 if you have the `argz_stringify' function. */
25
19
#undef HAVE_ARGZ_STRINGIFY
26
20
 
27
 
/* Define if you have the bcopy function.  */
 
21
/* Define to 1 if you have the <assert.h> header file. */
 
22
#undef HAVE_ASSERT_H
 
23
 
 
24
/* Define to 1 if you have the `bcopy' function. */
28
25
#undef HAVE_BCOPY
29
26
 
30
 
/* Define if you have the dlerror function.  */
31
 
#undef HAVE_DLERROR
32
 
 
33
 
/* Define if you have the index function.  */
34
 
#undef HAVE_INDEX
35
 
 
36
 
/* Define if you have the memcpy function.  */
37
 
#undef HAVE_MEMCPY
38
 
 
39
 
/* Define if you have the memmove function.  */
40
 
#undef HAVE_MEMMOVE
41
 
 
42
 
/* Define if you have the rindex function.  */
43
 
#undef HAVE_RINDEX
44
 
 
45
 
/* Define if you have the strchr function.  */
46
 
#undef HAVE_STRCHR
47
 
 
48
 
/* Define if you have the strcmp function.  */
49
 
#undef HAVE_STRCMP
50
 
 
51
 
/* Define if you have the strrchr function.  */
52
 
#undef HAVE_STRRCHR
53
 
 
54
 
/* Define if you have the <argz.h> header file.  */
55
 
#undef HAVE_ARGZ_H
56
 
 
57
 
/* Define if you have the <assert.h> header file.  */
58
 
#undef HAVE_ASSERT_H
59
 
 
60
 
/* Define if you have the <ctype.h> header file.  */
 
27
/* Define to 1 if you have the `closedir' function. */
 
28
#undef HAVE_CLOSEDIR
 
29
 
 
30
/* Define to 1 if you have the <ctype.h> header file. */
61
31
#undef HAVE_CTYPE_H
62
32
 
63
 
/* Define if you have the <dirent.h> header file.  */
 
33
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
 
34
   */
64
35
#undef HAVE_DIRENT_H
65
36
 
66
 
/* Define if you have the <dl.h> header file.  */
67
 
#undef HAVE_DL_H
 
37
/* Define if you have the GNU dld library. */
 
38
#undef HAVE_DLD
68
39
 
69
 
/* Define if you have the <dld.h> header file.  */
 
40
/* Define to 1 if you have the <dld.h> header file. */
70
41
#undef HAVE_DLD_H
71
42
 
72
 
/* Define if you have the <dlfcn.h> header file.  */
 
43
/* Define to 1 if you have the `dlerror' function. */
 
44
#undef HAVE_DLERROR
 
45
 
 
46
/* Define to 1 if you have the <dlfcn.h> header file. */
73
47
#undef HAVE_DLFCN_H
74
48
 
75
 
/* Define if you have the <errno.h> header file.  */
 
49
/* Define to 1 if you have the <dl.h> header file. */
 
50
#undef HAVE_DL_H
 
51
 
 
52
/* Define if you have the _dyld_func_lookup function. */
 
53
#undef HAVE_DYLD
 
54
 
 
55
/* Define to 1 if you have the <errno.h> header file. */
76
56
#undef HAVE_ERRNO_H
77
57
 
78
 
/* Define if you have the <malloc.h> header file.  */
 
58
/* Define to 1 if the system has the type `error_t'. */
 
59
#undef HAVE_ERROR_T
 
60
 
 
61
/* Define to 1 if you have the `index' function. */
 
62
#undef HAVE_INDEX
 
63
 
 
64
/* Define to 1 if you have the <inttypes.h> header file. */
 
65
#undef HAVE_INTTYPES_H
 
66
 
 
67
/* Define if you have the libdl library or equivalent. */
 
68
#undef HAVE_LIBDL
 
69
 
 
70
/* Define to 1 if you have the <mach-o/dyld.h> header file. */
 
71
#undef HAVE_MACH_O_DYLD_H
 
72
 
 
73
/* Define to 1 if you have the <malloc.h> header file. */
79
74
#undef HAVE_MALLOC_H
80
75
 
81
 
/* Define if you have the <memory.h> header file.  */
 
76
/* Define to 1 if you have the `memcpy' function. */
 
77
#undef HAVE_MEMCPY
 
78
 
 
79
/* Define to 1 if you have the `memmove' function. */
 
80
#undef HAVE_MEMMOVE
 
81
 
 
82
/* Define to 1 if you have the <memory.h> header file. */
82
83
#undef HAVE_MEMORY_H
83
84
 
84
 
/* Define if you have the <ndir.h> header file.  */
 
85
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
85
86
#undef HAVE_NDIR_H
86
87
 
87
 
/* Define if you have the <stdio.h> header file.  */
 
88
/* Define to 1 if you have the `opendir' function. */
 
89
#undef HAVE_OPENDIR
 
90
 
 
91
/* Define if libtool can extract symbol lists from object files. */
 
92
#undef HAVE_PRELOADED_SYMBOLS
 
93
 
 
94
/* Define to 1 if you have the `readdir' function. */
 
95
#undef HAVE_READDIR
 
96
 
 
97
/* Define to 1 if you have the `rindex' function. */
 
98
#undef HAVE_RINDEX
 
99
 
 
100
/* Define if you have the shl_load function. */
 
101
#undef HAVE_SHL_LOAD
 
102
 
 
103
/* Define to 1 if you have the <stdint.h> header file. */
 
104
#undef HAVE_STDINT_H
 
105
 
 
106
/* Define to 1 if you have the <stdio.h> header file. */
88
107
#undef HAVE_STDIO_H
89
108
 
90
 
/* Define if you have the <stdlib.h> header file.  */
 
109
/* Define to 1 if you have the <stdlib.h> header file. */
91
110
#undef HAVE_STDLIB_H
92
111
 
93
 
/* Define if you have the <string.h> header file.  */
 
112
/* Define to 1 if you have the `strchr' function. */
 
113
#undef HAVE_STRCHR
 
114
 
 
115
/* Define to 1 if you have the `strcmp' function. */
 
116
#undef HAVE_STRCMP
 
117
 
 
118
/* Define to 1 if you have the <strings.h> header file. */
 
119
#undef HAVE_STRINGS_H
 
120
 
 
121
/* Define to 1 if you have the <string.h> header file. */
94
122
#undef HAVE_STRING_H
95
123
 
96
 
/* Define if you have the <strings.h> header file.  */
97
 
#undef HAVE_STRINGS_H
 
124
/* Define to 1 if you have the `strrchr' function. */
 
125
#undef HAVE_STRRCHR
98
126
 
99
 
/* Define if you have the <sys/dir.h> header file.  */
 
127
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
 
128
   */
100
129
#undef HAVE_SYS_DIR_H
101
130
 
102
 
/* Define if you have the <sys/dl.h> header file.  */
 
131
/* Define to 1 if you have the <sys/dl.h> header file. */
103
132
#undef HAVE_SYS_DL_H
104
133
 
105
 
/* Define if you have the <sys/ndir.h> header file.  */
 
134
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
 
135
   */
106
136
#undef HAVE_SYS_NDIR_H
107
137
 
108
 
/* Define if you have the <unistd.h> header file.  */
 
138
/* Define to 1 if you have the <sys/stat.h> header file. */
 
139
#undef HAVE_SYS_STAT_H
 
140
 
 
141
/* Define to 1 if you have the <sys/types.h> header file. */
 
142
#undef HAVE_SYS_TYPES_H
 
143
 
 
144
/* Define to 1 if you have the <unistd.h> header file. */
109
145
#undef HAVE_UNISTD_H
110
146
 
111
 
/* Define to the extension used for shared libraries, say, .so.  */
 
147
/* Define if the OS needs help to load dependent libraries for dlopen(). */
 
148
#undef LTDL_DLOPEN_DEPLIBS
 
149
 
 
150
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
151
   */
 
152
#undef LTDL_OBJDIR
 
153
 
 
154
/* Define to the name of the environment variable that determines the dynamic
 
155
   library search path. */
 
156
#undef LTDL_SHLIBPATH_VAR
 
157
 
 
158
/* Define to the extension used for shared libraries, say, ".so". */
112
159
#undef LTDL_SHLIB_EXT
113
160
 
114
 
/* Define to the name of the environment variable that determines the dynamic library search path.  */
115
 
#undef LTDL_SHLIBPATH_VAR
116
 
 
117
 
/* Define to the system default library search path.  */
 
161
/* Define to the system default library search path. */
118
162
#undef LTDL_SYSSEARCHPATH
119
163
 
120
 
/* Define to the sub-directory in which libtool stores uninstalled libraries.  */
121
 
#undef LTDL_OBJDIR
122
 
 
123
 
/* Define if libtool can extract symbol lists from object files.  */
124
 
#undef HAVE_PRELOADED_SYMBOLS
125
 
 
126
 
/* Define if you have the libdl library or equivalent.  */
127
 
#undef HAVE_LIBDL
128
 
 
129
 
/* Define if you have the libdl library or equivalent. */
130
 
#undef HAVE_LIBDL
131
 
 
132
 
/* Define if you have the libdl library or equivalent. */
133
 
#undef HAVE_LIBDL
134
 
 
135
 
/* Define if you have the shl_load function. */
136
 
#undef HAVE_SHL_LOAD
137
 
 
138
 
/* Define if you have the shl_load function. */
139
 
#undef HAVE_SHL_LOAD
140
 
 
141
 
/* Define if you have the GNU dld library. */
142
 
#undef HAVE_DLD
143
 
 
144
 
/* Define if dlsym() requires a leading underscode in symbol names.  */
 
164
/* Define if dlsym() requires a leading underscore in symbol names. */
145
165
#undef NEED_USCORE
146
166
 
147
 
/* Define if the OS needs help to load dependent libraries for dlopen().  */
148
 
#undef LTDL_DLOPEN_DEPLIBS
 
167
/* Define to the address where bug reports for this package should be sent. */
 
168
#undef PACKAGE_BUGREPORT
 
169
 
 
170
/* Define to the full name of this package. */
 
171
#undef PACKAGE_NAME
 
172
 
 
173
/* Define to the full name and version of this package. */
 
174
#undef PACKAGE_STRING
 
175
 
 
176
/* Define to the one symbol short name of this package. */
 
177
#undef PACKAGE_TARNAME
 
178
 
 
179
/* Define to the version of this package. */
 
180
#undef PACKAGE_VERSION
 
181
 
 
182
/* Define to 1 if you have the ANSI C header files. */
 
183
#undef STDC_HEADERS
 
184
 
 
185
/* Define to empty if `const' does not conform to ANSI C. */
 
186
#undef const
149
187
 
150
188
/* Define to a type to use for `error_t' if it is not otherwise available. */
151
189
#undef error_t
152
190
 
 
191
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
192
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
193
#ifndef __cplusplus
 
194
#undef inline
 
195
#endif