File: config.h.in

package info (click to toggle)
libflorist 2011-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,948 kB
  • sloc: ada: 11,664; ansic: 7,164; makefile: 204
file content (435 lines) | stat: -rw-r--r-- 9,743 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
/* When adding new names (header-files, types, functions, etc.)
   to this file, don't forget to also add the corresponding names
   to configure.in.

   There are some non-POSIX names here, that we have learned by
   experience are defined on certain systems and may be used in place
   of the proper POSIX names.  In particular, the names of the form
   __posix_XXX are not real POSIX names, but rather are stand-ins for
   the proper POSIX function XXX, specific to Solaris 2.6.  I apologize
   for this ugly hack.  Suggestions for a cleaner workaround would be
   welcome (see related comment on SOLARIS in the file README).

 */

/* header files
 */

#undef HAVE_DIRENT_H


/* functions
 */

#undef HAVE_accept
#undef HAVE_access
#undef HAVE_aio_cancel
#undef HAVE_aio_error
#undef HAVE_aio_fsync
#undef HAVE_aio_read
#undef HAVE_aio_return
#undef HAVE_aio_suspend
#undef HAVE_aio_write

#undef HAVE_bind

#undef HAVE_cfgetispeed
#undef HAVE_cfgetospeed
#undef HAVE_cfsetispeed
#undef HAVE_cfsetospeed
#undef HAVE_chdir
#undef HAVE_chmod
#undef HAVE_chown
#undef HAVE_clock_getres
#undef HAVE_clock_gettime
#undef HAVE_clock_settime
#undef HAVE_close
#undef HAVE_closedir
#undef HAVE_connect
#undef HAVE_ctermid
#undef HAVE_ctime
#undef HAVE_ctime_r

#undef HAVE_dup
#undef HAVE_dup2

/* not referenced: 1 */
#undef HAVE_endhostent
#undef HAVE_endnetent
#undef HAVE_endprotoent
/* not referenced: 1 */
#undef HAVE_endservent
#undef HAVE_execl
#undef HAVE_execle
#undef HAVE_execlp
#undef HAVE_execv
#undef HAVE_execve
#undef HAVE_execvp

#undef HAVE_fchmod
#undef HAVE_fcntl
#undef HAVE_fdatasync
#undef HAVE_fork
#undef HAVE_fpathconf
#undef HAVE_fstat
#undef HAVE_fsync
#undef HAVE_ftruncate

#undef HAVE_getaddrinfo
#undef HAVE_getcwd
#undef HAVE_getegid
#undef HAVE_getenv
#undef HAVE_geteuid
#undef HAVE_getgid
/* not referenced: 2 */
#undef HAVE_getgrgid
#undef HAVE_getgrgid_r
/* not referenced: 2 */
#undef HAVE_getgrnam
#undef HAVE_getgrnam_r
#undef HAVE_getgroups
/* not referenced: 5 */
#undef HAVE_gethostbyaddr
#undef HAVE_gethostbyaddr_r
#undef HAVE_gethostbyname
#undef HAVE_gethostbyname_r
#undef HAVE_gethostname
#undef HAVE_getlogin
#undef HAVE_getlogin_r
#undef HAVE_getnetbyaddr_r
#undef HAVE_getnetbyname_r
/* not referenced: 2 */
#undef HAVE_getnetbyaddr
#undef HAVE_getnetbyname
#undef HAVE_getpeername
#undef HAVE_getpgrp
#undef HAVE_getpid
#undef HAVE_getppid
#undef HAVE_getprotobyname_r
#undef HAVE_getprotobynumber_r
/* not referenced: 2 */
#undef HAVE_getprotobyname
#undef HAVE_getprotobynumber
#undef HAVE_getpwnam
#undef HAVE_getpwnam_r
#undef HAVE_getpwuid
/* unreferenced: 4 */
#undef HAVE_getservbyname
#undef HAVE_getservbyname_r
#undef HAVE_getservbyport
#undef HAVE_getservbyport_r
#undef HAVE_getsockname
#undef HAVE_getsockopt
#undef HAVE_gettimeofday
#undef HAVE_getuid
/* unreferenced: 1 */
#undef HAVE_gmtime_r

/* not referenced: 5 */
#undef HAVE_inet_addr
#undef HAVE_inet_lnaof
#undef HAVE_inet_makeaddr
#undef HAVE_inet_netof
#undef HAVE_inet_network
#undef HAVE_inet_ntoa
#undef HAVE_isatty
/* not referenced: 1 */
#undef HAVE_isfdtype

#undef HAVE_kill

#undef HAVE_link
#undef HAVE_lio_listio
#undef HAVE_listen
#undef HAVE_lseek
#undef HAVE_lstat

#undef HAVE_mkdir
#undef HAVE_mkfifo
#undef HAVE_mlock
#undef HAVE_mlockall
#undef HAVE_mmap
#undef HAVE_mprotect
#undef HAVE_mq_close
#undef HAVE_mq_getattr
#undef HAVE_mq_notify
#undef HAVE_mq_open
#undef HAVE_mq_receive
#undef HAVE_mq_send
#undef HAVE_mq_setattr
#undef HAVE_mq_unlink
#undef HAVE_msync
#undef HAVE_munlock
#undef HAVE_munlockall
#undef HAVE_munmap

#undef HAVE_open
#undef HAVE_opendir

#undef HAVE_pathconf
#undef HAVE_pipe
#undef HAVE_poll

#undef HAVE_pthread_cond_broadcast
#undef HAVE_pthread_cond_destroy
#undef HAVE_pthread_cond_init
#undef HAVE_pthread_cond_signal
#undef HAVE_pthread_cond_timedwait
#undef HAVE_pthread_cond_wait
#undef HAVE_pthread_condattr_destroy
#undef HAVE_pthread_condattr_getpshared
#undef HAVE_pthread_condattr_init
#undef HAVE_pthread_condattr_setpshared

#undef HAVE_pthread_mutex_destroy
#undef HAVE_pthread_mutex_getprioceiling
#undef HAVE_pthread_mutex_init
#undef HAVE_pthread_mutex_lock
#undef HAVE_pthread_mutex_setprioceiling
#undef HAVE_pthread_mutex_trylock
#undef HAVE_pthread_mutex_unlock
#undef HAVE_pthread_mutexattr_destroy
#undef HAVE_pthread_mutexattr_getprioceiling
#undef HAVE_pthread_mutexattr_getprotocol
#undef HAVE_pthread_mutexattr_getpshared
#undef HAVE_pthread_mutexattr_init
#undef HAVE_pthread_mutexattr_setprioceiling
#undef HAVE_pthread_mutexattr_setprotocol
#undef HAVE_pthread_mutexattr_setpshared

#undef HAVE_pthread_sigmask

#undef HAVE_putenv

#undef HAVE_read
#undef HAVE_readdir
/* not referenced: 1 */
#undef HAVE_readdir_r
#undef HAVE_recv
#undef HAVE_recvfrom
#undef HAVE_recvmsg
#undef HAVE_rename
#undef HAVE_rmdir

#undef HAVE_sched_get_priority_max
#undef HAVE_sched_get_priority_min
#undef HAVE_sched_getparam
#undef HAVE_sched_getscheduler
#undef HAVE_sched_rr_get_interval
#undef HAVE_sched_setparam
#undef HAVE_sched_setscheduler
#undef HAVE_sched_yield

#undef HAVE_select
#undef HAVE_sem_close
#undef HAVE_sem_destroy
#undef HAVE_sem_getvalue
#undef HAVE_sem_init
#undef HAVE_sem_open
#undef HAVE_sem_post
#undef HAVE_sem_trywait
#undef HAVE_sem_unlink
#undef HAVE_sem_wait
#undef HAVE_send
#undef HAVE_sendmsg
#undef HAVE_sendto
#undef HAVE_setenv
#undef HAVE_setgid
/* not referenced: 1 */
#undef HAVE_sethostent
#undef HAVE_setnetent
#undef HAVE_setpgid
#undef HAVE_setprotoent
/* not referenced: 1 */
#undef HAVE_setservent
#undef HAVE_setsid
#undef HAVE_setsockopt
#undef HAVE_setuid
#undef HAVE_shm_open
#undef HAVE_shm_unlink
#undef HAVE_shutdown
#undef HAVE_sigaction
#undef HAVE_sigaddset
#undef HAVE_sigdelset
#undef HAVE_sigemptyset
#undef HAVE_sigfillset
#undef HAVE_sigismember
#undef HAVE_sigpending
#undef HAVE_sigprocmask
#undef HAVE_sigqueue
#undef HAVE_sigtimedwait
#undef HAVE_sigwait
#undef HAVE_sigwaitinfo
#undef HAVE_sockatmark
#undef HAVE_socket
#undef HAVE_socketpair
#undef HAVE_stat
#undef HAVE_sysconf

#undef HAVE_t_accept
/* not referenced: 1 */
#undef HAVE_t_alloc
#undef HAVE_t_bind
/* not referenced: 1 */
#undef HAVE_t_blocking
#undef HAVE_t_close
#undef HAVE_t_connect
#undef HAVE_t_error
#undef HAVE_t_free
#undef HAVE_t_getinfo
#undef HAVE_t_getprotaddr
#undef HAVE_t_getstate
#undef HAVE_t_listen
#undef HAVE_t_look
/* not referenced: 1 */
#undef HAVE_t_nonblocking
#undef HAVE_t_open
#undef HAVE_t_optmgmt
#undef HAVE_t_rcv
#undef HAVE_t_rcvconnect
#undef HAVE_t_rcvdis
#undef HAVE_t_rcvrel
#undef HAVE_t_rcvreldata
#undef HAVE_t_rcvudata
#undef HAVE_t_rcvuderr
#undef HAVE_t_rcvv
#undef HAVE_t_rcvvudata
#undef HAVE_t_snd
#undef HAVE_t_snddis
#undef HAVE_t_sndrel
#undef HAVE_t_sndreldata
#undef HAVE_t_sndudata
#undef HAVE_t_sndv
#undef HAVE_t_sndvudata
#undef HAVE_t_strerror
#undef HAVE_t_sync
#undef HAVE_t_unbind

#undef HAVE_tcdrain
#undef HAVE_tcflow
#undef HAVE_tcflush
#undef HAVE_tcgetattr
#undef HAVE_tcgetpgrp
#undef HAVE_tcsendbreak
#undef HAVE_tcsetattr
#undef HAVE_tcsetpgrp
#undef HAVE_time
#undef HAVE_timer_create
#undef HAVE_timer_delete
#undef HAVE_timer_getoverrun
#undef HAVE_timer_gettime
#undef HAVE_timer_settime
#undef HAVE_times
#undef HAVE_ttyname
/* not referenced: 1 */
#undef HAVE_ttyname_r

#undef HAVE_umask
#undef HAVE_uname
#undef HAVE_unlink
#undef HAVE_unsetenv
#undef HAVE_utime

#undef HAVE_waitpid
#undef HAVE_write

/* SOLARIS hacks
 */

#undef HAVE___posix_ctime_r
#undef HAVE___posix_readdir_r
#undef HAVE___posix_sigwait
#undef HAVE___posix_ttyname_r

/* types
 */

#undef HAVE_cc_t
#undef HAVE_clockid_t
#undef HAVE_clock_t
#undef HAVE_dev_t
#undef HAVE_fd_set
#undef HAVE_in_addr_t
#undef HAVE_in_port_t
#undef HAVE_inet_netof
#undef HAVE_ino_t
#undef HAVE_mqd_t
#undef HAVE_nlink_t
#undef HAVE_pthread_attr_t
#undef HAVE_pthread_cond_t
#undef HAVE_pthread_condattr_t
#undef HAVE_pthread_key_t
#undef HAVE_pthread_mutex_t
#undef HAVE_pthread_mutexattr_t
#undef HAVE_pthread_once_t
#undef HAVE_pthread_t
#undef HAVE_sa_family_t
#undef HAVE_sem_t
#undef HAVE_siginfo_t
#undef HAVE_sigset_t
#undef HAVE_sigval
#undef HAVE_socklen_t
#undef HAVE_speed_t
#undef HAVE_suseconds_t
#undef HAVE_tcflag_t
#undef HAVE_timer_t

/* error return macros or variables
 */
#undef HAVE_t_errno
#undef HAVE_t_nerr

/* struct types
 */

#undef HAVE_struct_addrinfo
#undef HAVE_struct_aiocb
#undef HAVE_struct_cmsghdr
#undef HAVE_struct_dirent
#undef HAVE_struct_flock
#undef HAVE_struct_group
#undef HAVE_struct_hostent
#undef HAVE_struct_itimerspec
#undef HAVE_struct_in_addr
#undef HAVE_struct_ip_opts
#undef HAVE_struct_iovec
#undef HAVE_struct_linger
#undef HAVE_struct_msghdr
#undef HAVE_struct_mq_attr
#undef HAVE_struct_netbuf
#undef HAVE_struct_netent
#undef HAVE_struct_passwd
#undef HAVE_struct_pollfd
#undef HAVE_struct_protoent
#undef HAVE_struct_sched_param
#undef HAVE_struct_servent
#undef HAVE_struct_sigaction
#undef HAVE_struct_cma_sigaction
#undef HAVE_struct_sigevent
#undef HAVE_struct_sockaddr
#undef HAVE_struct_sockaddr_in
#undef HAVE_struct_sockaddr_un
#undef HAVE_struct_stat
#undef HAVE_struct_termios
#undef HAVE_struct_timespec
#undef HAVE_struct_timeval
#undef HAVE_struct_tm
#undef HAVE_struct_tms
#undef HAVE_struct_t_bind
#undef HAVE_struct_t_call
#undef HAVE_struct_t_discon
#undef HAVE_struct_t_info
#undef HAVE_struct_t_iovec
#undef HAVE_struct_t_kpalive
#undef HAVE_struct_t_linger
#undef HAVE_struct_t_opthdr
#undef HAVE_struct_t_optmgmt
#undef HAVE_struct_t_uderr
#undef HAVE_struct_t_unitdata
#undef HAVE_struct_utimbuf
#undef HAVE_struct_utsname
#undef HAVE_component_sa_sigaction
#undef HAVE_component_sigev_notify_function
#undef HAVE_component_msg_control
#undef HAVE_component_msg_controllen
#undef HAVE_component_msg_flags