detect strerror_r and if not there, provide it
[heimdal.git] / cf / roken-frag.m4
blobe1909bb98a02d643b94c93948261bb630518c538
1 dnl $Id$
2 dnl
3 dnl some code to get roken working
4 dnl
5 dnl rk_ROKEN(subdir)
6 dnl
7 AC_DEFUN([rk_ROKEN], [
9 AC_REQUIRE([rk_CONFIG_HEADER])
11 DIR_roken=roken
12 LIB_roken='$(top_builddir)/$1/libroken.la'
13 INCLUDES_roken='-I$(top_builddir)/$1 -I$(top_srcdir)/$1'
15 dnl Checks for programs
16 AC_REQUIRE([AC_PROG_CC])
17 AC_REQUIRE([AC_PROG_AWK])
18 AC_REQUIRE([AC_OBJEXT])
19 AC_REQUIRE([AC_EXEEXT])
20 AC_REQUIRE([AC_PROG_LIBTOOL])
22 AC_REQUIRE([AC_MIPS_ABI])
24 dnl C characteristics
26 AC_REQUIRE([AC_C___ATTRIBUTE__])
27 AC_REQUIRE([AC_C_INLINE])
28 AC_REQUIRE([AC_C_CONST])
29 rk_WFLAGS(-Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs)
31 AC_REQUIRE([rk_DB])
33 dnl C types
35 AC_REQUIRE([AC_TYPE_SIZE_T])
36 AC_HAVE_TYPE([ssize_t],[#include <unistd.h>])
37 AC_REQUIRE([AC_TYPE_PID_T])
38 AC_REQUIRE([AC_TYPE_UID_T])
39 AC_HAVE_TYPE([long long])
41 AC_REQUIRE([rk_RETSIGTYPE])
43 dnl Checks for header files.
44 AC_REQUIRE([AC_HEADER_STDC])
45 AC_REQUIRE([AC_HEADER_TIME])
47 AC_CHECK_HEADERS([\
48         arpa/inet.h                             \
49         config.h                                \
50         crypt.h                                 \
51         dirent.h                                \
52         errno.h                                 \
53         err.h                                   \
54         fcntl.h                                 \
55         fnmatch.h                               \
56         grp.h                                   \
57         ifaddrs.h                               \
58         netinet/in.h                            \
59         netinet/in6.h                           \
60         netinet/in_systm.h                      \
61         netinet6/in6.h                          \
62         paths.h                                 \
63         poll.h                                  \
64         pwd.h                                   \
65         rpcsvc/ypclnt.h                         \
66         shadow.h                                \
67         stdint.h                                \
68         sys/bswap.h                             \
69         sys/ioctl.h                             \
70         sys/mman.h                              \
71         sys/param.h                             \
72         sys/resource.h                          \
73         sys/sockio.h                            \
74         sys/stat.h                              \
75         sys/time.h                              \
76         sys/tty.h                               \
77         sys/types.h                             \
78         sys/uio.h                               \
79         sys/utsname.h                           \
80         sys/wait.h                              \
81         syslog.h                                \
82         termios.h                               \
83         winsock2.h                              \
84         ws2tcpip.h                              \
85         unistd.h                                \
86         userconf.h                              \
87         usersec.h                               \
88         util.h                                  \
91 AC_HAVE_TYPE([uintptr_t],[#ifdef HAVE_STDINT_H
92 #include <stdint.h>
93 #endif])
95 dnl Sunpro 5.2 has a vis.h which is something different.
96 AC_CHECK_HEADERS(vis.h, , , [
97 #include <vis.h>
98 #ifndef VIS_SP
99 #error invis
100 #endif])
101         
102 AC_CHECK_HEADERS(netdb.h, , , [AC_INCLUDES_DEFAULT
103 #ifdef HAVE_SYS_TYPES_H
104 #include <sys/types.h>
105 #endif
108 AC_CHECK_HEADERS(sys/socket.h, , , [AC_INCLUDES_DEFAULT
109 #ifdef HAVE_SYS_TYPES_H
110 #include <sys/types.h>
111 #endif
114 AC_CHECK_HEADERS(net/if.h, , , [AC_INCLUDES_DEFAULT
115 #ifdef HAVE_SYS_TYPES_H
116 #include <sys/types.h>
117 #endif
118 #if HAVE_SYS_SOCKET_H
119 #include <sys/socket.h>
120 #endif])
122 AC_CHECK_HEADERS(netinet6/in6_var.h, , , [AC_INCLUDES_DEFAULT
123 #ifdef HAVE_SYS_TYPES_H
124 #include <sys/types.h>
125 #endif
126 #if HAVE_SYS_SOCKET_H
127 #include <sys/socket.h>
128 #endif
129 #ifdef HAVE_NETINET6_IN6_H
130 #include <netinet6/in6.h>
131 #endif
134 AC_CHECK_HEADERS(sys/sysctl.h, , , [AC_INCLUDES_DEFAULT
135 #ifdef HAVE_SYS_PARAM_H
136 #include <sys/param.h>
137 #endif
140 AC_CHECK_HEADERS(sys/proc.h, , , [AC_INCLUDES_DEFAULT
141 #ifdef HAVE_SYS_PARAM_H
142 #include <sys/param.h>
143 #endif
146 AC_REQUIRE([CHECK_NETINET_IP_AND_TCP])
148 AM_CONDITIONAL(have_err_h, test "$ac_cv_header_err_h" = yes)
149 AM_CONDITIONAL(have_ifaddrs_h, test "$ac_cv_header_ifaddrs_h" = yes)
150 AM_CONDITIONAL(have_vis_h, test "$ac_cv_header_vis_h" = yes)
152 dnl Check for functions and libraries
154 AC_FIND_FUNC(socket, socket)
155 AC_FIND_FUNC(gethostbyname, nsl)
156 AC_FIND_FUNC(syslog, syslog)
158 AC_KRB_IPV6
160 AC_FIND_FUNC(gethostbyname2, inet6 ip6)
162 rk_RESOLV
164 AC_BROKEN_SNPRINTF
165 AC_BROKEN_VSNPRINTF
167 AC_BROKEN_GLOB
168 if test "$ac_cv_func_glob_working" != yes; then
169         AC_LIBOBJ(glob)
171 AM_CONDITIONAL(have_glob_h, test "$ac_cv_func_glob_working" = yes)
174 AC_CHECK_FUNCS([                                \
175         asnprintf                               \
176         asprintf                                \
177         atexit                                  \
178         cgetent                                 \
179         getconfattr                             \
180         getprogname                             \
181         getrlimit                               \
182         getspnam                                \
183         initstate                               \
184         issetugid                               \
185         on_exit                                 \
186         poll                                    \
187         random                                  \
188         setprogname                             \
189         setstate                                \
190         strsvis                                 \
191         strunvis                                \
192         strvis                                  \
193         strvisx                                 \
194         svis                                    \
195         sysconf                                 \
196         sysctl                                  \
197         uname                                   \
198         unvis                                   \
199         vasnprintf                              \
200         vasprintf                               \
201         vis                                     \
204 if test "$ac_cv_func_cgetent" = no; then
205         AC_LIBOBJ(getcap)
207 AM_CONDITIONAL(have_cgetent, test "$ac_cv_func_cgetent" = yes)
209 AC_REQUIRE([AC_FUNC_GETLOGIN])
211 AC_REQUIRE([AC_FUNC_MMAP])
213 AC_FIND_FUNC_NO_LIBS(getsockopt,,
214 [#ifdef HAVE_SYS_TYPES_H
215 #include <sys/types.h>
216 #endif
217 #ifdef HAVE_SYS_SOCKET_H
218 #include <sys/socket.h>
219 #endif],
220 [0,0,0,0,0])
221 AC_FIND_FUNC_NO_LIBS(setsockopt,,
222 [#ifdef HAVE_SYS_TYPES_H
223 #include <sys/types.h>
224 #endif
225 #ifdef HAVE_SYS_SOCKET_H
226 #include <sys/socket.h>
227 #endif],
228 [0,0,0,0,0])
230 AC_FIND_IF_NOT_BROKEN(hstrerror, resolv,
231 [#ifdef HAVE_NETDB_H
232 #include <netdb.h>
233 #endif],
235 AC_NEED_PROTO([
236 #ifdef HAVE_NETDB_H
237 #include <netdb.h>
238 #endif],
239 hstrerror)
241 AC_FOREACH([rk_func], [asprintf vasprintf asnprintf vasnprintf],
242         [AC_NEED_PROTO([
243         #include <stdio.h>
244         #include <string.h>],
245         rk_func)])
247 AC_FIND_FUNC_NO_LIBS(bswap16,,
248 [#ifdef HAVE_SYS_TYPES_H
249 #include <sys/types.h>
250 #endif
251 #ifdef HAVE_SYS_BSWAP_H
252 #include <sys/bswap.h>
253 #endif],0)
255 AC_FIND_FUNC_NO_LIBS(bswap32,,
256 [#ifdef HAVE_SYS_TYPES_H
257 #include <sys/types.h>
258 #endif
259 #ifdef HAVE_SYS_BSWAP_H
260 #include <sys/bswap.h>
261 #endif],0)
263 AC_FIND_FUNC_NO_LIBS(pidfile,util,
264 [#ifdef HAVE_UTIL_H
265 #include <util.h>
266 #endif],0)
268 AC_FIND_IF_NOT_BROKEN(getaddrinfo,,
269 [#ifdef HAVE_NETDB_H
270 #include <netdb.h>
271 #endif
272 #ifdef HAVE_WS2TCPIP_H
273 #include <ws2tcpip.h>
274 #endif],[0,0,0,0])
276 AC_FIND_IF_NOT_BROKEN(getnameinfo,,
277 [#ifdef HAVE_NETDB_H
278 #include <netdb.h>
279 #endif
280 #ifdef HAVE_WS2TCPIP_H
281 #include <ws2tcpip.h>
282 #endif],[0,0,0,0,0,0,0])
284 AC_FIND_IF_NOT_BROKEN(freeaddrinfo,,
285 [#ifdef HAVE_NETDB_H
286 #include <netdb.h>
287 #endif
288 #ifdef HAVE_WS2TCPIP_H
289 #include <ws2tcpip.h>
290 #endif],[0])
292 AC_FIND_IF_NOT_BROKEN(gai_strerror,,
293 [#ifdef HAVE_NETDB_H
294 #include <netdb.h>
295 #endif
296 #ifdef HAVE_WS2TCPIP_H
297 #include <ws2tcpip.h>
298 #endif],[0])
300 dnl Darwin is weird, and in some senses not unix, launchd doesn't want
301 dnl servers to use daemon(), so its deprecated.
302 case "$host_os" in
303         darwin*)
304                 ;;
305         *)
306                 AC_DEFINE([SUPPORT_DETACH], 1,
307                     [Define if os support want to detach is daemonens.])
308                 AC_BROKEN([daemon]) ;;
309 esac
312 AC_BROKEN([                                     \
313         chown                                   \
314         copyhostent                             \
315         closefrom                               \
316         ecalloc                                 \
317         emalloc                                 \
318         erealloc                                \
319         estrdup                                 \
320         err                                     \
321         errx                                    \
322         fchown                                  \
323         flock                                   \
324         fnmatch                                 \
325         freehostent                             \
326         getcwd                                  \
327         getdtablesize                           \
328         getegid                                 \
329         geteuid                                 \
330         getgid                                  \
331         gethostname                             \
332         getifaddrs                              \
333         getipnodebyaddr                         \
334         getipnodebyname                         \
335         getopt                                  \
336         gettimeofday                            \
337         getuid                                  \
338         getusershell                            \
339         initgroups                              \
340         innetgr                                 \
341         iruserok                                \
342         localtime_r                             \
343         lstat                                   \
344         memmove                                 \
345         mkstemp                                 \
346         putenv                                  \
347         rcmd                                    \
348         readv                                   \
349         recvmsg                                 \
350         sendmsg                                 \
351         setegid                                 \
352         setenv                                  \
353         seteuid                                 \
354         strcasecmp                              \
355         strdup                                  \
356         strerror                                \
357         strerror_r                              \
358         strftime                                \
359         strlcat                                 \
360         strlcpy                                 \
361         strlwr                                  \
362         strncasecmp                             \
363         strndup                                 \
364         strnlen                                 \
365         strptime                                \
366         strsep                                  \
367         strsep_copy                             \
368         strtok_r                                \
369         strupr                                  \
370         swab                                    \
371         timegm                                  \
372         unsetenv                                \
373         verr                                    \
374         verrx                                   \
375         vsyslog                                 \
376         vwarn                                   \
377         vwarnx                                  \
378         warn                                    \
379         warnx                                   \
380         writev                                  \
383 AM_CONDITIONAL(have_fnmatch_h,
384         test "$ac_cv_header_fnmatch_h" = yes -a "$ac_cv_func_fnmatch" = yes)
386 AC_FOREACH([rk_func], [strndup strsep strtok_r],
387         [AC_NEED_PROTO([#include <string.h>], rk_func)])
389 AC_FOREACH([rk_func], [strsvis strunvis strvis strvisx svis unvis vis],
390 [AC_NEED_PROTO([#ifdef HAVE_VIS_H
391 #include <vis.h>
392 #endif], rk_func)])
394 AC_BROKEN2(inet_aton,
395 [#ifdef HAVE_SYS_TYPES_H
396 #include <sys/types.h>
397 #endif
398 #ifdef HAVE_SYS_SOCKET_H
399 #include <sys/socket.h>
400 #endif
401 #ifdef HAVE_NETINET_IN_H
402 #include <netinet/in.h>
403 #endif
404 #ifdef HAVE_ARPA_INET_H
405 #include <arpa/inet.h>
406 #endif],
407 [0,0])
409 AC_BROKEN2(inet_ntop,
410 [#ifdef HAVE_SYS_TYPES_H
411 #include <sys/types.h>
412 #endif
413 #ifdef HAVE_SYS_SOCKET_H
414 #include <sys/socket.h>
415 #endif
416 #ifdef HAVE_NETINET_IN_H
417 #include <netinet/in.h>
418 #endif
419 #ifdef HAVE_ARPA_INET_H
420 #include <arpa/inet.h>
421 #endif],
422 [0, 0, 0, 0])
424 AC_BROKEN2(inet_pton,
425 [#ifdef HAVE_SYS_TYPES_H
426 #include <sys/types.h>
427 #endif
428 #ifdef HAVE_SYS_SOCKET_H
429 #include <sys/socket.h>
430 #endif
431 #ifdef HAVE_NETINET_IN_H
432 #include <netinet/in.h>
433 #endif
434 #ifdef HAVE_ARPA_INET_H
435 #include <arpa/inet.h>
436 #endif],
437 [0,0,0])
440 dnl Check for sa_len in struct sockaddr, 
441 dnl needs to come before the getnameinfo test
443 AC_HAVE_STRUCT_FIELD(struct sockaddr, sa_len, [#include <sys/types.h>
444 #include <sys/socket.h>])
446 if test "$ac_cv_func_getaddrinfo" = "yes"; then
447   rk_BROKEN_GETADDRINFO
448   if test "$ac_cv_func_getaddrinfo_numserv" = no; then
449         AC_LIBOBJ(getaddrinfo)
450         AC_LIBOBJ(freeaddrinfo)
451   fi
454 AC_NEED_PROTO([#include <stdlib.h>], setenv)
455 AC_NEED_PROTO([#include <stdlib.h>], unsetenv)
456 AC_NEED_PROTO([#include <unistd.h>], gethostname)
457 AC_NEED_PROTO([#include <unistd.h>], mkstemp)
458 AC_NEED_PROTO([#include <unistd.h>], getusershell)
459 AC_NEED_PROTO([#include <unistd.h>], daemon)
460 AC_NEED_PROTO([
461 #ifdef HAVE_SYS_TYPES_H
462 #include <sys/types.h>
463 #endif
464 #ifdef HAVE_SYS_SOCKET_H
465 #include <sys/socket.h>
466 #endif
467 #ifdef HAVE_NETINET_IN_H
468 #include <netinet/in.h>
469 #endif
470 #ifdef HAVE_ARPA_INET_H
471 #include <arpa/inet.h>
472 #endif
473 #ifdef HAVE_NETDB_H
474 #include <netdb.h>
475 #endif
476 #ifdef HAVE_UNISTD_H
477 #include <unistd.h>
478 #endif],
479 iruserok)
481 AC_NEED_PROTO([
482 #ifdef HAVE_SYS_TYPES_H
483 #include <sys/types.h>
484 #endif
485 #ifdef HAVE_SYS_SOCKET_H
486 #include <sys/socket.h>
487 #endif
488 #ifdef HAVE_NETINET_IN_H
489 #include <netinet/in.h>
490 #endif
491 #ifdef HAVE_ARPA_INET_H
492 #include <arpa/inet.h>
493 #endif],
494 inet_aton)
496 AC_FIND_FUNC_NO_LIBS(crypt, crypt)dnl
498 AC_REQUIRE([rk_BROKEN_REALLOC])dnl
500 dnl AC_KRB_FUNC_GETCWD_BROKEN
503 dnl Checks for prototypes and declarations
506 AC_PROTO_COMPAT([
507 #ifdef HAVE_SYS_TYPES_H
508 #include <sys/types.h>
509 #endif
510 #ifdef HAVE_SYS_SOCKET_H
511 #include <sys/socket.h>
512 #endif
513 #ifdef HAVE_NETINET_IN_H
514 #include <netinet/in.h>
515 #endif
516 #ifdef HAVE_ARPA_INET_H
517 #include <arpa/inet.h>
518 #endif
519 #ifdef HAVE_NETDB_H
520 #include <netdb.h>
521 #endif
523 gethostbyname, struct hostent *gethostbyname(const char *))
525 AC_PROTO_COMPAT([
526 #ifdef HAVE_SYS_TYPES_H
527 #include <sys/types.h>
528 #endif
529 #ifdef HAVE_SYS_SOCKET_H
530 #include <sys/socket.h>
531 #endif
532 #ifdef HAVE_NETINET_IN_H
533 #include <netinet/in.h>
534 #endif
535 #ifdef HAVE_ARPA_INET_H
536 #include <arpa/inet.h>
537 #endif
538 #ifdef HAVE_NETDB_H
539 #include <netdb.h>
540 #endif
542 gethostbyaddr, struct hostent *gethostbyaddr(const void *, size_t, int))
544 AC_PROTO_COMPAT([
545 #ifdef HAVE_SYS_TYPES_H
546 #include <sys/types.h>
547 #endif
548 #ifdef HAVE_SYS_SOCKET_H
549 #include <sys/socket.h>
550 #endif
551 #ifdef HAVE_NETINET_IN_H
552 #include <netinet/in.h>
553 #endif
554 #ifdef HAVE_ARPA_INET_H
555 #include <arpa/inet.h>
556 #endif
557 #ifdef HAVE_NETDB_H
558 #include <netdb.h>
559 #endif
561 getservbyname, struct servent *getservbyname(const char *, const char *))
563 AC_PROTO_COMPAT([
564 #ifdef HAVE_SYS_TYPES_H
565 #include <sys/types.h>
566 #endif
567 #ifdef HAVE_SYS_SOCKET_H
568 #include <sys/socket.h>
569 #endif
571 getsockname, int getsockname(int, struct sockaddr*, socklen_t*))
573 AC_PROTO_COMPAT([
574 #ifdef HAVE_SYSLOG_H
575 #include <syslog.h>
576 #endif
578 openlog, void openlog(const char *, int, int))
580 AC_NEED_PROTO([
581 #ifdef HAVE_CRYPT_H
582 #include <crypt.h>
583 #endif
584 #ifdef HAVE_UNISTD_H
585 #include <unistd.h>
586 #endif
588 crypt)
590 dnl variables
592 rk_CHECK_VAR(h_errno, 
593 [#ifdef HAVE_SYS_TYPES_H
594 #include <sys/types.h>
595 #endif
596 #ifdef HAVE_NETDB_H
597 #include <netdb.h>
598 #endif
599 #ifdef HAVE_WS2TCPIP_H
600 #include <ws2tcpip.h>
601 #endif
604 rk_CHECK_VAR(h_errlist, 
605 [#ifdef HAVE_NETDB_H
606 #include <netdb.h>
607 #endif
608 #ifdef HAVE_WS2TCPIP_H
609 #include <ws2tcpip.h>
610 #endif])
612 rk_CHECK_VAR(h_nerr, 
613 [#ifdef HAVE_NETDB_H
614 #include <netdb.h>
615 #endif
616 #ifdef HAVE_WS2TCPIP_H
617 #include <ws2tcpip.h>
618 #endif])
620 rk_CHECK_VAR([__progname], 
621 [#ifdef HAVE_ERR_H
622 #include <err.h>
623 #endif])
625 AC_CHECK_DECLS([optarg, optind, opterr, optopt, environ],[],[],[
626 #include <stdlib.h>
627 #ifdef HAVE_UNISTD_H
628 #include <unistd.h>
629 #endif])
632 dnl Check for fields in struct tm
635 AC_HAVE_STRUCT_FIELD(struct tm, tm_gmtoff, [#include <time.h>])
636 AC_HAVE_STRUCT_FIELD(struct tm, tm_zone, [#include <time.h>])
639 dnl or do we have a variable `timezone' ?
642 rk_CHECK_VAR(timezone,[#include <time.h>])
643 rk_CHECK_VAR(altzone,[#include <time.h>])
645 AC_HAVE_TYPE([sa_family_t],[
646 #include <sys/types.h>
647 #ifdef HAVE_SYS_SOCKET_H
648 #include <sys/socket.h>
649 #endif
650 #ifdef HAVE_WS2TCPIP_H
651 #include <ws2tcpip.h>
652 #endif])
653 AC_HAVE_TYPE([socklen_t],[
654 #include <sys/types.h>
655 #ifdef HAVE_SYS_SOCKET_H
656 #include <sys/socket.h>
657 #endif
658 #ifdef HAVE_WS2TCPIP_H
659 #include <ws2tcpip.h>
660 #endif])
661 AC_HAVE_TYPE([struct sockaddr], [
662 #include <sys/types.h>
663 #ifdef HAVE_SYS_SOCKET_H
664 #include <sys/socket.h>
665 #endif
666 #ifdef HAVE_WS2TCPIP_H
667 #include <ws2tcpip.h>
668 #endif])
669 AC_HAVE_TYPE([struct sockaddr_storage], [
670 #include <sys/types.h>
671 #ifdef HAVE_SYS_SOCKET_H
672 #include <sys/socket.h>
673 #endif
674 #ifdef HAVE_WS2TCPIP_H
675 #include <ws2tcpip.h>
676 #endif])
677 AC_HAVE_TYPE([struct addrinfo], [
678 #include <sys/types.h>
679 #ifdef HAVE_NETDB_H
680 #include <netdb.h>
681 #endif
682 #ifdef HAVE_WS2TCPIP_H
683 #include <ws2tcpip.h>
684 #endif])
685 AC_HAVE_TYPE([struct ifaddrs], [#include <ifaddrs.h>])
686 AC_HAVE_TYPE([struct iovec],[
687 #include <sys/types.h>
688 #include <sys/uio.h>
690 AC_HAVE_TYPE([struct msghdr],[
691 #include <sys/types.h>
692 #ifdef HAVE_SYS_SOCKET_H
693 #include <sys/socket.h>
694 #endif
695 #ifdef HAVE_WS2TCPIP_H
696 #include <ws2tcpip.h>
697 #endif])
700 dnl Check for struct winsize
703 AC_KRB_STRUCT_WINSIZE
706 dnl Check for struct spwd
709 AC_KRB_STRUCT_SPWD
712 # Check if we want samba's socket wrapper
715 samba_SOCKET_WRAPPER
717 dnl won't work with automake
718 dnl moved to AC_OUTPUT in configure.in
719 dnl AC_CONFIG_FILES($1/Makefile)
721 LIB_roken="${LIB_roken} \$(LIB_crypt) \$(LIB_dbopen)"
723 AC_SUBST(DIR_roken)dnl
724 AC_SUBST(LIB_roken)dnl
725 AC_SUBST(INCLUDES_roken)dnl