]> arthur.barton.de Git - netatalk.git/blob - configure.in
Add AM_MAINTAINER_MODE macro on request of downstream packagers, default is enable...
[netatalk.git] / configure.in
1 dnl $Id: configure.in,v 1.244 2010-04-13 08:05:06 franklahm Exp $
2 dnl configure.in for netatalk
3
4 AC_INIT(etc/afpd/main.c)
5
6 NETATALK_VERSION=`cat $srcdir/VERSION`
7 AC_SUBST(NETATALK_VERSION)
8
9 AC_CANONICAL_SYSTEM
10 AM_INIT_AUTOMAKE(netatalk, ${NETATALK_VERSION})
11 AM_CONFIG_HEADER(config.h)
12 AM_MAINTAINER_MODE([enable])
13
14 dnl Checks for programs.
15 AC_PROG_AWK
16 AC_PROG_CC
17 AC_PROG_CC_C99
18 AC_PROG_INSTALL
19 AC_PROG_LN_S
20 AC_PROG_MAKE_SET
21 AC_LIBTOOL_DLOPEN
22 AC_PROG_LIBTOOL
23 AC_PROG_PERL
24 AC_PROG_GREP
25 AC_PROG_PS
26
27 AM_PROG_CC_C_O
28
29 dnl *********************************************************************
30 dnl FIXME! FIXME! These should be selectable properly, and should produce
31 dnl the proper flags and defines...
32 dnl *********************************************************************
33
34 ############################################
35 # we need dlopen/dlclose/dlsym/dlerror for PAM, the password database plugins and the plugin loading code
36 #AC_SEARCH_LIBS(dlopen, [dl])
37 # dlopen/dlclose/dlsym/dlerror will be checked again later and defines will be set then
38
39 dnl Checks for libraries.
40 dnl Replace `main' with a function in -labs:
41 dnl AC_CHECK_LIB(abs, main)
42 dnl Replace `main' with a function in -laudit:
43 dnl AC_CHECK_LIB(audit, main)
44 dnl Replace `main' with a function in -lauth:
45 dnl AC_CHECK_LIB(auth, main)
46 dnl Replace `main' with a function in -lcmd:
47 dnl AC_CHECK_LIB(cmd, main)
48 dnl Replace `main' with a function in -lcrypt:
49 dnl AC_CHECK_LIB(crypt, main)
50 dnl Replace `main' with a function in -ld:
51 dnl AC_CHECK_LIB(d, main)
52 dnl Replace `main' with a function in -ldl:
53 dnl AC_CHECK_LIB(dl, dlopen)
54 dnl Replace `main' with a function in -lkauth:
55 dnl AC_CHECK_LIB(kauth, main)
56 dnl Replace `main' with a function in -lkrb:
57 dnl AC_CHECK_LIB(krb, main)
58 dnl Replace `main' with a function in -llwp:
59 dnl AC_CHECK_LIB(lwp, main)
60 dnl Replace `main' with a function in -ln:
61 dnl AC_CHECK_LIB(n, main)
62
63 dnl not the right stuff but should be enough for now
64 AC_CHECK_FUNC(gethostbyname,,[AC_CHECK_LIB(nsl,gethostbyname)])
65 AC_CHECK_FUNC(connect,,[AC_CHECK_LIB(socket,connect)])
66
67 dnl Replace `main' with a function in -lprot:
68 dnl AC_CHECK_LIB(prot, main)
69 dnl Replace `main' with a function in -lrx:
70 dnl AC_CHECK_LIB(rx, main)
71 dnl Replace `main' with a function in -lrxkad:
72 dnl AC_CHECK_LIB(rxkad, main)
73 dnl Replace `main' with a function in -lsys:
74 dnl AC_CHECK_LIB(sys, main)
75 dnl Replace `main' with a function in -lubik:
76 dnl AC_CHECK_LIB(ubik, main)
77
78
79 #
80 # Check presence of some functions
81 #
82 # Check for XPG4 access() function
83 # Be sure to test before adding AFS libs in LIBS path as AFS lib
84 # has such a function that works only on AFS filesystems.
85 AC_CHECK_FUNCS(access)
86
87 AC_CHECK_FUNCS(pread pwrite)
88
89 dnl Checks for header files.
90 AC_HEADER_DIRENT
91 AC_HEADER_STDC
92 AC_HEADER_SYS_WAIT
93 AC_CHECK_HEADERS(fcntl.h limits.h stdint.h strings.h time.h sys/param.h sys/fcntl.h sys/file.h sys/ioctl.h sys/time.h sys/mnttab.h sys/statvfs.h sys/stat.h sys/vfs.h mntent.h syslog.h unistd.h termios.h sys/termios.h netdb.h sgtty.h ufs/quota.h mount.h statfs.h sys/types.h dlfcn.h errno.h sys/errno.h sys/uio.h)
94 AC_CHECK_HEADER(sys/cdefs.h,,
95         AC_MSG_RESULT([enabling generic cdefs.h from tree])
96         CFLAGS="-I\$(top_srcdir)/sys/generic $CFLAGS"
97 )
98 AC_CHECK_HEADERS([sys/mount.h], , , 
99 [#ifdef HAVE_SYS_PARAM_H
100 #include <sys/param.h>
101 #endif
102 ])
103
104 AC_CHECK_HEADERS(langinfo.h locale.h sys/filio.h)
105
106 dnl Checks for typedefs, structures, and compiler characteristics.
107 AC_C_CONST
108 AC_TYPE_UID_T
109 AC_C_INLINE
110 AC_TYPE_MODE_T
111 AC_TYPE_OFF_T
112 AC_TYPE_PID_T
113 AC_TYPE_SIZE_T
114 AC_STRUCT_ST_RDEV
115 AC_HEADER_TIME
116 AC_STRUCT_TM
117
118 dnl --------------------------------------------------------------------------
119 dnl check if dlsym needs to add an underscore, uses libtool macros 
120 dnl --------------------------------------------------------------------------
121 AC_LTDL_DLLIB
122 AC_CHECK_FUNCS(dlopen dlsym dlclose)
123 AC_LTDL_DLSYM_USCORE
124 if test x"$libltdl_cv_need_uscore" = xyes; then
125     AC_DEFINE(DLSYM_PREPEND_UNDERSCORE, 1, [BSD compatibility macro])
126 fi
127
128
129 dnl Checks for library functions.
130 AC_TYPE_GETGROUPS
131 AC_PROG_GCC_TRADITIONAL
132 AC_FUNC_MEMCMP
133 AC_HEADER_MAJOR
134 AC_FUNC_MMAP
135 AC_TYPE_SIGNAL
136 AC_FUNC_UTIME_NULL
137 AC_FUNC_WAIT3
138 AC_CHECK_FUNCS(getcwd gethostname gettimeofday getusershell mkdir rmdir select socket strdup strcasestr strstr strtoul strchr memcpy)
139 AC_CHECK_FUNCS(backtrace_symbols setlocale nl_langinfo strlcpy strlcat setlinebuf dirfd pselect)
140 AC_CHECK_FUNCS(waitpid getcwd strdup strndup strnlen strtoul strerror chown fchown chmod fchmod chroot link mknod mknod64)
141 AC_CHECK_FUNC(renameat, AC_DEFINE([_ATFILE_SOURCE], 1, AT file source)) 
142 AC_CHECK_MEMBERS(struct tm.tm_gmtoff,,, [#include <time.h>])
143 AC_CACHE_SAVE
144
145 dnl Checks for (v)snprintf
146 NETATALK_SNPRINTF_CHECK
147
148 dnl --------------------------------------------------------------------------
149 dnl 64bit platform check
150 dnl --------------------------------------------------------------------------
151
152 AC_MSG_CHECKING([whether to check for 64bit libraries])
153 dnl Determine libdir name
154 case $host in
155 *-*-linux*)
156   # Test if the compiler is 64bit
157   echo 'int i;' > conftest.$ac_ext
158   atalk_cv_cc_64bit_output=no
159   if AC_TRY_EVAL(ac_compile); then
160     case `/usr/bin/file conftest.$ac_objext` in
161     *"ELF 64"*)
162       atalk_cv_cc_64bit_output=yes
163       ;;
164     esac
165   fi
166   rm -rf conftest*
167   ;;
168 esac
169
170 dnl
171 dnl FIXME: Do we need something like this for Solaris 64bit?
172 dnl
173
174 case $host_cpu:$atalk_cv_cc_64bit_output in
175 powerpc64:yes | s390x:yes | sparc64:yes | x86_64:yes)
176   atalk_libname="lib64"
177   AC_MSG_RESULT([yes])
178   ;;
179 *:*)
180   atalk_libname="lib"
181   AC_MSG_RESULT([no])
182   ;;
183 esac
184
185 dnl --------------------------------------------------------------------------
186 dnl specific configuration comes in here:
187 dnl --------------------------------------------------------------------------
188
189
190 netatalk_cv_admin_group=yes
191 AC_MSG_CHECKING([for administrative group support])
192 AC_ARG_ENABLE(admin-group,
193         [  --disable-admin-group   disable admin group],[
194         if test x"$enableval" = x"no"; then
195                 AC_DEFINE(ADMIN_GRP, 0, [Define if the admin group should be enabled])
196                 netatalk_cv_admin_group=no
197                 AC_MSG_RESULT([no])
198         else
199                 AC_DEFINE(ADMIN_GRP, 1, [Define if the admin group should be enabled])
200                 AC_MSG_RESULT([yes])
201         fi],[
202                 AC_DEFINE(ADMIN_GRP, 1, [Define if the admin group should be enabled])
203                 AC_MSG_RESULT([yes])
204         ]
205 )
206
207 NETATALK_AFS_CHECK
208
209 NETATALK_CONFIG_DIRS
210
211 netatalk_cv_with_cracklib=no
212 AC_ARG_WITH(cracklib,
213         [  --with-cracklib=DICT    enable/set location of cracklib dictionary],[
214         if test "x$withval" != "xno" ; then
215                 cracklib="$withval"
216                 AC_CHECK_LIB(crack, main, [
217                         AC_DEFINE(USE_CRACKLIB, 1, [Define if cracklib should be used])
218                         LIBS="$LIBS -lcrack"
219                         if test "$cracklib" = "yes"; then
220                                 cracklib="/usr/$atalk_libname/cracklib_dict"
221                         fi
222                         AC_DEFINE_UNQUOTED(_PATH_CRACKLIB, "$cracklib",
223                                 [path to cracklib dictionary])
224                         AC_MSG_RESULT([setting cracklib dictionary to $cracklib])
225                         netatalk_cv_with_cracklib=yes
226                         ],[
227                         AC_MSG_ERROR([cracklib not found!])
228                         ]
229                 )
230         fi
231         ]
232 )
233 AC_MSG_CHECKING([for cracklib support])
234 AC_MSG_RESULT([$netatalk_cv_with_cracklib])
235
236 netatalk_cv_ddp_enabled=yes
237 AC_MSG_CHECKING([whether to enable DDP])
238 AC_ARG_ENABLE(ddp,
239         [  --disable-ddp           disable DDP],[
240         if test "$enableval" = "no"; then 
241                 AC_DEFINE(NO_DDP, 1, [Define if DDP should be disabled])
242                 AC_MSG_RESULT([no])
243                 netatalk_cv_ddp_enabled=no
244         else
245                 AC_MSG_RESULT([yes])
246         fi
247         ],[
248                 AC_MSG_RESULT([yes])
249         ]
250 )
251
252 AC_MSG_CHECKING([whether to enable debug code])
253 AC_ARG_ENABLE(debug1,
254         [  --enable-debug1         enable debug code],[
255         if test "$enableval" != "no"; then
256                 if test "$enableval" = "yes"; then
257                         AC_DEFINE(DEBUG1, 1, [Define if debugging information should be included])
258                 else
259                         AC_DEFINE_UNQUOTED(DEBUG1, $enableval, [Define if debugging information should be included])
260                 fi 
261                 AC_MSG_RESULT([yes])
262         else
263                 AC_MSG_RESULT([no])
264         fi
265         ],[
266                 AC_MSG_RESULT([no])
267         ]
268 )
269
270 AC_MSG_CHECKING([whether to enable verbose debug code])
271 AC_ARG_ENABLE(debug,
272         [  --enable-debug          enable verbose debug code],[
273         if test "$enableval" != "no"; then
274                 if test "$enableval" = "yes"; then
275                         AC_DEFINE(DEBUG, 1, [Define if verbose debugging information should be included])
276                 else
277                         AC_DEFINE_UNQUOTED(DEBUG, $enableval, [Define if verbose debugging information should be included])
278                 fi 
279                 AC_MSG_RESULT([yes])
280         else
281                 AC_MSG_RESULT([no])
282         fi
283         ],[
284                 AC_MSG_RESULT([no])
285         ]
286 )
287
288 AC_MSG_CHECKING([whether to enable debugging with debuggers])
289 AC_ARG_ENABLE(debugging,
290         [  --enable-debugging      disable SIGALRM timers and DSI tickles (eg for debugging with gdb/dbx/...)],[
291         if test "$enableval" != "no"; then
292                 if test "$enableval" = "yes"; then
293                         AC_DEFINE(DEBUGGING, 1, [Define if you want to disable SIGALRM timers and DSI tickles])
294                 else
295                         AC_DEFINE_UNQUOTED(DEBUGGING, $enableval, [Define if you want to disable SIGALRM timers and DSI tickles])
296                 fi 
297                 AC_MSG_RESULT([yes])
298         else
299                 AC_MSG_RESULT([no])
300         fi
301         ],[
302                 AC_MSG_RESULT([no])
303         ]
304 )
305
306
307 afp3=no
308 afp3set=no
309 AC_MSG_CHECKING([whether AFP 3.x calls should be enabled])
310 AC_ARG_ENABLE(afp3,
311         [  --disable-afp3          disable AFP 3.x calls],
312         [
313             if test x"$enableval" != x"no"; then
314                 afp3set=yes
315                 afp3=yes
316                 AC_MSG_RESULT([yes])
317             else
318                 AC_MSG_RESULT([no])
319             fi
320         ],[
321             AC_MSG_RESULT([yes])
322             afp3=yes
323         ]
324 )
325
326 if test x"$afp3" = x"yes"; then
327         AC_SYS_LARGEFILE([
328                 AC_DEFINE(AFP3x, 1, [Define to enable AFP 3.x support])
329         ],[
330                 if test x"$afp3set" = x"yes"; then
331                         AC_MSG_ERROR([AFP 3.x support requires Large File Support.])
332                 else
333                         AC_MSG_WARN([AFP 3.x support requires Large File Support. AFP3.x support disabled])
334                         afp3=no
335                 fi
336         ])
337 fi
338
339 AC_CHECK_ICONV
340
341 dnl ----------- A NOTE ABOUT DROPKLUDGE
342 dnl The trouble with this fix is that if you know what the file is called, it
343 dnl can be read from the Unix side.  That's okay for most academic institutions
344 dnl since the students don't have telnet access to the Mac servers.  There is
345 dnl currently no one working on further development/fixes of DROPKLUDGE.
346 dnl -----------
347
348 netatalk_cv_dropkludge=no
349 AC_MSG_CHECKING([whether to enable experimental dropbox support])
350 AC_ARG_ENABLE(dropkludge,
351         [  --enable-dropkludge     enable the experimental dropbox fix (INSECURE!) ],[
352         if test "$enableval" = "yes"; then 
353                 AC_DEFINE(DROPKLUDGE, 1, [Define if you want to use the experimental dropkludge support])
354                 AC_MSG_RESULT([yes])
355                 netatalk_cv_dropkludge=yes
356         else
357                 AC_MSG_RESULT([no])
358         fi
359         ],[
360                 AC_MSG_RESULT([no])
361         ]
362 )
363
364 netatalk_cv_force_uidgid=no
365 AC_MSG_CHECKING([whether to enable forcing of uid/gid per volume])
366 AC_ARG_ENABLE(force-uidgid,
367         [  --enable-force-uidgid   allow forcing of uid/gid per volume (BROKEN) ],[
368         if test "$enableval" = "yes"; then
369                 AC_DEFINE(FORCE_UIDGID, 1, [Define if you want forcing of uid/gid per volume])
370                 AC_MSG_RESULT([enabling forcing of uid/gid per volume])
371                 AC_MSG_RESULT([yes])
372                 netatalk_cv_force_uidgid=yes
373         else
374                 AC_MSG_RESULT([no])
375         fi
376         ],[
377                 AC_MSG_RESULT([no])
378         ]
379 )
380
381 dnl Check for CNID database backends
382 bdb_required=no
383 AC_NETATALK_CNID([bdb_required=yes],[bdb_required=no])
384
385 dnl Check for quota support
386 AC_CHECK_QUOTA
387
388 dnl Check for optional server location protocol support (used by MacOS X)
389 NETATALK_SRVLOC
390
391 dnl Check for PAM libs
392 netatalk_cv_use_pam=no
393 AC_PATH_PAM([
394         use_pam_so=yes
395         compile_pam=yes
396         netatalk_cv_use_pam=yes
397         AC_DEFINE(USE_PAM, 1, [Define to enable PAM support])
398 ])
399
400 netatalk_cv_use_shadowpw=no
401 AC_ARG_WITH(shadow,
402         [  --with-shadow           enable shadow password support [[auto]]],
403         [netatalk_cv_use_shadowpw="$withval"],
404         [netatalk_cv_use_shadowpw=auto]
405 )
406
407 if test "x$netatalk_cv_use_shadowpw" != "xno"; then
408     AC_CHECK_HEADER([shadow.h])
409     if test x"$ac_cv_header_shadow_h" = x"yes"; then
410         netatalk_cv_use_shadowpw=yes
411         AC_DEFINE(SHADOWPW, 1, [Define if shadow passwords should be used])
412     else 
413       if test "x$shadowpw" = "xyes"; then
414         AC_MSG_ERROR([shadow support not available])
415       else
416         netatalk_cv_use_shadowpw=no
417       fi
418     fi 
419 fi
420
421 AC_MSG_CHECKING([whether shadow support should be enabled])
422 if test "x$netatalk_cv_use_shadowpw" = "xyes"; then
423         AC_MSG_RESULT([yes])
424 else
425         AC_MSG_RESULT([no])
426 fi
427         
428         
429         
430 netatalk_cv_use_shellcheck=yes
431 AC_MSG_CHECKING([whether checking for a valid shell should be enabled])
432 AC_ARG_ENABLE(shell-check,
433         [  --disable-shell-check   disable checking for a valid shell],[
434         if test "$enableval" = "no"; then 
435                 AC_DEFINE(DISABLE_SHELLCHECK, 1, [Define if shell check should be disabled])
436                 AC_MSG_RESULT([no])
437                 netatalk_cv_use_shellcheck=no
438         else
439                 AC_MSG_RESULT([yes])
440         fi
441         ],[
442                 AC_MSG_RESULT([yes])
443         ]
444 )
445
446 NETATALK_TCP_WRAPPERS
447
448 AC_MSG_CHECKING([whether system (fcntl) locking should be disabled])
449 AC_ARG_ENABLE(locking,
450         [  --disable-locking       disable system locking],[
451                 if test "$enableval" = "no"; then
452                         AC_DEFINE(DISABLE_LOCKING, 1, [Define if system (fcntl) locking should be disabled])
453                         AC_MSG_RESULT([yes])
454                 else
455                         AC_MSG_RESULT([no])
456                 fi
457                 
458         ],[
459                 AC_MSG_RESULT([no])
460         ]
461
462 )
463
464
465 AC_ARG_ENABLE(redhat,
466         [  --enable-redhat         use redhat-style sysv configuration ],[
467         if test "$enableval" = "yes"; then
468                 sysv_style=redhat
469         fi
470         AC_MSG_RESULT([enabling redhat-style sysv support])
471         ]
472 )
473
474 AC_ARG_ENABLE(suse,
475         [  --enable-suse           use suse-style sysv configuration ],[
476         if test "$enableval" = "yes"; then
477                 sysv_style=suse
478         fi
479         AC_MSG_RESULT([enabling suse-style sysv support])
480         ]
481 )
482
483 AC_ARG_ENABLE(gentoo,
484         [  --enable-gentoo         use gentoo-style sysv configuration ],[
485         if test "$enableval" = "yes"; then
486                 sysv_style=gentoo
487         fi
488         AC_MSG_RESULT([enabling gentoo-style sysv support])
489         ]
490 )
491
492 AC_ARG_ENABLE(cobalt,
493         [  --enable-cobalt         use cobalt-style sysv configuration ],
494         if test "$enableval" = "yes"; then
495                 sysv_style=cobalt
496         fi
497         AC_MSG_RESULT([enabling cobalt-style sysv support])
498 )
499
500 AC_ARG_ENABLE(netbsd,
501         [  --enable-netbsd         use NetBSD-style rc.d configuration ],
502         if test "x$enableval" = "xyes"; then
503                 sysv_style=netbsd
504         fi
505         AC_MSG_RESULT([enabling NetBSD-style rc.d support])
506 )
507
508 AC_ARG_ENABLE(debian,
509         [  --enable-debian         use debian-style sysv configuration ],[
510         if test "$enableval" = "yes"; then
511                 sysv_style=debian
512         fi
513         AC_MSG_RESULT([enabling debian-style sysv support])
514         ]
515 )
516
517 dnl ----- timelord compilation (disabled by default)
518 AC_MSG_CHECKING([whether timelord should be compiled])
519 compile_timelord=no
520 AC_ARG_ENABLE(timelord,
521         [  --enable-timelord       enable compilation of timelord server],
522         [compile_timelord="$enableval"],
523         [compile_timelord="no"]
524 )
525 AC_MSG_RESULT([$compile_timelord])
526
527 dnl ----- a2boot compilation (disabled by default)
528 AC_MSG_CHECKING([whether a2boot should be compiled])
529 compile_a2boot=no
530 AC_ARG_ENABLE(a2boot,
531         [  --enable-a2boot         enable compilation of Apple2 boot server],
532         [compile_a2boot="$enableval"],
533         [compile_a2boot="no"]
534 )
535 AC_MSG_RESULT([$compile_a2boot])
536
537 AC_ARG_WITH(uams-path,
538         [  --with-uams-path=PATH   path to UAMs [[PKGCONF/uams]]],[
539                 uams_path="$withval"
540         ],[
541                 uams_path="${PKGCONFDIR}/uams"
542         ]
543 )
544
545 NETATALK_AC_CUPS
546
547 dnl check if we can use attribute unused (gcc only) from ethereal
548 AC_MSG_CHECKING(to see if we can add '__attribute__((unused))' to CFLAGS)
549 if test x$GCC != x ; then
550   CFLAGS="-D_U_=\"__attribute__((unused))\" $CFLAGS"
551   AC_MSG_RESULT(yes)
552 else
553   CFLAGS="-D_U_=\"\" $CFLAGS"
554   AC_MSG_RESULT(no)
555 fi
556
557 dnl --------------------------------------------------------------------------
558 dnl FHS stuff has to be done last because it overrides other defaults
559 dnl --------------------------------------------------------------------------
560
561 AC_MSG_CHECKING([whether to use Filesystem Hierarchy Standard (FHS) compatibility])
562 AC_ARG_ENABLE(fhs,
563         [  --enable-fhs            use Filesystem Hierarchy Standard (FHS) compatibility],[
564         if test "$enableval" = "yes"; then
565                 uams_path="${libdir}/netatalk"
566                 sysconfdir="/etc"
567                 PKGCONFDIR=${sysconfdir}/netatalk
568                 SERVERTEXT="${PKGCONFDIR}/msg"
569                 use_pam_so=yes
570                 mandir="/usr/share/man"
571                 AC_DEFINE(FHS_COMPATIBILITY, 1, [Define if you want compatibily with the FHS])
572                 AC_MSG_RESULT([yes])
573         else
574                 AC_MSG_RESULT([no])
575         fi
576         ],[
577                 AC_MSG_RESULT([no])
578         ]
579 )
580
581 dnl --------------------------------------------------------------------------
582 dnl post-FHS substitutions, etc
583 dnl --------------------------------------------------------------------------
584
585 dnl ***** UAMS_PATH
586 dnl AC_DEFINE_UNQUOTED(UAMS_PATH, "${uams_path}",
587 dnl     [path to UAMs [default=PKGCONF/uams]])
588 UAMS_PATH="${uams_path}"
589 AC_SUBST(UAMS_PATH)
590
591 dnl --------------------------------------------------------------------------
592 dnl drop in includes for top level directory structures here...
593 dnl --------------------------------------------------------------------------
594
595 dnl Note: $(top_srcdir)/include should be added before all other includes
596 dnl       so that includes from that directory a preferred to includes from
597 dnl       /usr/include or similar places.
598 LIBS="$LIBS -L\$(top_srcdir)/libatalk"
599 CFLAGS="-I\$(top_srcdir)/include $CFLAGS -I\$(top_srcdir)/sys"
600
601 AC_DEFINE(OPEN_NOFOLLOW_ERRNO, ELOOP, errno returned by open with O_NOFOLLOW)
602
603 dnl --------------------------------------------------------------------------
604 dnl specific configuration comes in here:
605 dnl --------------------------------------------------------------------------
606
607 dnl ac_cv_target_os is now host_os, ac_cv_target_cpu is now host_cpu
608
609 dnl --------------------- determine operating system from "target"
610 case "$host_os" in
611         *aix*)                          this_os=aix ;;
612         *freebsd*)                      this_os=freebsd ;;
613         *hpux11*)                       this_os=hpux11 ;;
614         *irix*)                         this_os=irix ;;
615         *linux*)                        this_os=linux ;;
616         *osx*)                          this_os=macosx ;;
617         *darwin*)                       this_os=macosx ;;
618         *netbsd*)                       this_os=netbsd ;;
619         *openbsd*)                      this_os=openbsd ;;
620         *osf*)                          this_os=tru64 ;;
621         *solaris*)                      this_os=solaris ;;
622 esac
623
624 case "$host_cpu" in
625         i386|i486|i586|i686|k7)         this_cpu=x86 ;;
626         alpha)                                          this_cpu=alpha ;;
627         mips)                                           this_cpu=mips ;;
628         powerpc|ppc)                            this_cpu=ppc ;;
629 esac
630
631 dnl --------------------- GNU source
632 case "$this_os" in
633         linux)  AC_DEFINE(_GNU_SOURCE, 1, [Whether to use GNU libc extensions])
634         ;;
635 esac
636
637 dnl --------------------- operating system specific flags (port from sys/*)
638
639 dnl ----- AIX specific -----
640 if test x"$this_os" = "xaix"; then
641         AC_MSG_RESULT([ * AIX specific configuration])
642         AC_DEFINE(NO_STRUCT_TM_GMTOFF, 1, [Define if the gmtoff member of struct tm is not available])
643
644         dnl This is probably a lie; AIX 4.3 supports a 64-bit long
645         dnl compilation environment.  It's enough to get things defined
646         dnl right in endian.h provided that long long is supported, though.
647         AC_DEFINE(HAVE_32BIT_LONGS, 1, [Define if the data type long has 32 bit])
648 fi
649
650 dnl ----- FreeBSD specific -----
651 if test x"$this_os" = "xfreebsd"; then 
652         AC_MSG_RESULT([ * FreeBSD specific configuration])
653         AC_DEFINE(BSD4_4, 1, [BSD compatiblity macro])
654         AC_DEFINE(FREEBSD, 1, [Define if OS is FreeBSD])
655         AC_DEFINE(SENDFILE_FLAVOR_BSD, 1, [Define if the sendfile() function uses BSD semantics])
656     AC_DEFINE(OPEN_NOFOLLOW_ERRNO, EMLINK, errno returned by open with O_NOFOLLOW)
657 fi
658
659 dnl ----- HP-UX 11 specific -----
660 if test x"$this_os" = "xhpux11"; then
661         AC_MSG_RESULT([ * HP-UX 11 specific configuration])
662
663         AC_DEFINE(_ISOC9X_SOURCE, 1, [Compatibility macro])
664         AC_DEFINE(NO_STRUCT_TM_GMTOFF, 1, [Define if the gmtoff member of struct tm is not available])
665 fi
666
667 dnl ----- IRIX specific -----
668 if test x"$this_os" = "xirix"; then
669         AC_MSG_RESULT([ * IRIX specific configuration])
670
671         AC_DEFINE(NO_STRUCT_TM_GMTOFF, 1, [Define if the gmtoff member of struct tm is not available])
672 fi
673
674 dnl ----- Linux specific -----
675 if test x"$this_os" = "xlinux"; then 
676         AC_MSG_RESULT([ * Linux specific configuration])
677         
678         dnl ----- kernel 2.6 changed struct at_addr to atalk_addr
679         AC_MSG_CHECKING([for struct atalk_addr])
680 dnl     AC_COMPILE_IFELSE([
681         AC_TRY_COMPILE([
682 #include <sys/socket.h>
683 #include <asm/types.h>
684 #include <linux/atalk.h>
685
686         struct atalk_addr foo;
687 ],
688 [ ], [
689                 ac_have_atalk_addr=yes
690                 AC_MSG_RESULT([yes])
691         ], [
692                 AC_MSG_RESULT([no])
693         ])
694
695 if test "x$ac_have_atalk_addr" = "xyes"; then
696         AC_DEFINE(HAVE_ATALK_ADDR, 1, [set if struct at_addr is called atalk_addr])
697 fi
698
699         dnl ----- check if we need the quotactl wrapper
700 #       AC_CHECK_HEADERS(sys/quota.h linux/quota.h)
701 #       AC_CHECK_FUNC(quotactl,,
702 #               AC_DEFINE(NEED_QUOTACTL_WRAPPER, 1, [Define if the quotactl wrapper is needed])
703 #               AC_MSG_RESULT([enabling quotactl wrapper])
704 #       )
705
706         # For quotas on Linux XFS filesystems
707         
708         # For linux > 2.5.56
709         AC_CHECK_HEADERS(linux/dqblk_xfs.h,,
710                 [AC_CHECK_HEADERS(linux/xqm.h linux/xfs_fs.h)
711                 AC_CHECK_HEADERS(xfs/libxfs.h xfs/xqm.h xfs/xfs_fs.h)]
712         )
713
714
715         dnl ----- as far as I can tell, dbtob always does the wrong thing
716         dnl ----- on every single version of linux I've ever played with.
717         dnl ----- see etc/afpd/quota.c
718         AC_DEFINE(HAVE_BROKEN_DBTOB, 1, [Define if dbtob is broken])
719
720         netatalk_cv_linux_sendfile=yes
721         AC_MSG_CHECKING([use sendfile syscall])
722         AC_ARG_ENABLE(sendfile,
723             [  --disable-sendfile       disable linux sendfile syscall],[
724                 if test x"$enableval" = x"no"; then
725                         netatalk_cv_linux_sendfile=no
726                         AC_MSG_RESULT([no])
727                 else
728                         AC_MSG_RESULT([yes])
729
730                 fi
731             ],[
732                 AC_MSG_RESULT([yes])
733         ]
734
735        )
736
737         if test x"$netatalk_cv_linux_sendfile" = "xyes"; then 
738             AC_CACHE_CHECK([for linux sendfile support],netatalk_cv_HAVE_SENDFILE,[
739             AC_TRY_LINK([#include <sys/sendfile.h>],
740 [\
741 int tofd, fromfd;
742 off_t offset;
743 size_t total;
744 ssize_t nwritten = sendfile(tofd, fromfd, &offset, total);
745 ],
746 netatalk_cv_HAVE_SENDFILE=yes,netatalk_cv_HAVE_SENDFILE=no)])
747
748 # Try and cope with broken Linux sendfile....
749             AC_CACHE_CHECK([for broken linux sendfile support],netatalk_cv_HAVE_BROKEN_LINUX_SENDFILE,[
750             AC_TRY_LINK([\
751 #if defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64)
752 #undef _FILE_OFFSET_BITS
753 #endif
754 #include <sys/sendfile.h>],
755 [\
756 int tofd, fromfd;
757 off_t offset;
758 size_t total;
759 ssize_t nwritten = sendfile(tofd, fromfd, &offset, total);
760 ],
761 netatalk_cv_HAVE_BROKEN_LINUX_SENDFILE=yes,netatalk_cv_HAVE_BROKEN_LINUX_SENDFILE=no,netatalk_cv_HAVE_BROKEN_SENDFILE=cross)])
762
763             if test x"$netatalk_cv_HAVE_SENDFILE" = x"yes"; then
764                 AC_DEFINE(HAVE_SENDFILE,1,[Whether sendfile() is available])
765                 AC_DEFINE(SENDFILE_FLAVOR_LINUX,1,[Whether linux sendfile() API is available])
766                 AC_DEFINE(WITH_SENDFILE,1,[Whether sendfile() should be used])
767             elif test x"$netatalk_cv_HAVE_BROKEN_LINUX_SENDFILE" = x"yes"; then
768                 AC_DEFINE(SENDFILE_FLAVOR_LINUX,1,[Whether linux sendfile() API is available])
769                 AC_DEFINE(LINUX_BROKEN_SENDFILE_API,1,[Whether (linux) sendfile() is broken])
770                 AC_DEFINE(WITH_SENDFILE,1,[Whether sendfile should be used])
771             else
772                 netatalk_cv_linux_sendfile=no
773                 AC_MSG_RESULT(no);
774             fi
775         fi
776
777         dnl ----- Linux/alpha specific -----
778         if test x"$this_cpu" = "xalpha"; then 
779                 AC_MSG_RESULT([enabling gcc memcpy bug workaround])
780                 AC_DEFINE(HAVE_GCC_MEMCPY_BUG, 1, [Define if memcpy is buggy])
781         fi
782         need_dash_r=no
783
784
785 fi
786
787 dnl ----- Mac OSX specific -----
788 if test x"$this_os" = "xmacosx"; then 
789         AC_MSG_RESULT([ * Mac OSX specific configuration])
790         AC_DEFINE(BSD4_4, 1, [BSD compatiblity macro])
791         AC_DEFINE(HAVE_2ARG_DBTOB, 1, [Define if dbtob takes two arguments])
792         dnl AC_DEFINE(NO_DLFCN_H)
793         AC_DEFINE(NO_DDP, 1, [Define if DDP should be disabled])
794         AC_DEFINE(NO_QUOTA_SUPPORT, 1, [Define if Quota support should be disabled])
795         AC_DEFINE(MACOSX_SERVER, 1, [Define if compiling for MacOS X Server])
796 fi
797
798 dnl ----- NetBSD specific -----
799 if test x"$this_os" = "xnetbsd"; then 
800         AC_MSG_RESULT([ * NetBSD specific configuration])
801         AC_DEFINE(BSD4_4, 1, [BSD compatiblity macro])
802         AC_DEFINE(NETBSD, 1, [Define if OS is NetBSD])
803     AC_DEFINE(OPEN_NOFOLLOW_ERRNO, EFTYPE, errno returned by open with O_NOFOLLOW)
804
805         CFLAGS="-I\$(top_srcdir)/sys/netbsd $CFLAGS"
806         need_dash_r=yes 
807
808         dnl ----- NetBSD does not have crypt.h, uses unistd.h -----
809         AC_DEFINE(UAM_DHX, 1, [Define if the DHX UAM modules should be compiled])
810 fi
811
812 dnl ----- OpenBSD specific -----
813 if test x"$this_os" = "xopenbsd"; then 
814         AC_MSG_RESULT([ * OpenBSD specific configuration])
815         dnl ----- OpenBSD does not have crypt.h, uses unistd.h -----
816         AC_DEFINE(UAM_DHX, 1, [Define if the DHX UAM modules should be compiled])
817 fi
818
819 dnl ----- Solaris specific -----
820 if test x"$this_os" = "xsolaris"; then 
821         AC_MSG_RESULT([ * Solaris specific configuration])
822         AC_DEFINE(__svr4__, 1, [Solaris compatibility macro])
823         AC_DEFINE(_ISOC9X_SOURCE, 1, [Compatibility macro])
824         AC_DEFINE(NO_STRUCT_TM_GMTOFF, 1, [Define if the gmtoff member of struct tm is not available])
825         AC_DEFINE(SOLARIS, 1, [Solaris compatibility macro])
826         CFLAGS="-I\$(top_srcdir)/sys/generic $CFLAGS"
827         need_dash_r=yes
828         sysv_style=solaris
829
830         solaris_module=no
831         AC_MSG_CHECKING([if we can build Solaris kernel module])
832         if test -x /usr/ccs/bin/ld && test x"$netatalk_cv_ddp_enabled" = x"yes" ; then
833                 solaris_module=yes
834         fi
835         AC_MSG_RESULT([$solaris_module])
836
837         COMPILE_64BIT_KMODULE=no
838         KCFLAGS=""
839         KLDFLAGS=""
840         COMPILE_KERNEL_GCC=no
841
842         if test "$solaris_module" = "yes"; then
843            dnl Solaris kernel module stuff
844            AC_MSG_CHECKING([if we have to build a 64bit kernel module])
845
846            # check for isainfo, if not found it has to be a 32 bit kernel (<=2.6)       
847            if test -x /usr/bin/isainfo; then
848                 # check for 64 bit platform
849                 if isainfo -kv | grep '^64-bit'; then
850                         COMPILE_64BIT_KMODULE=yes
851                 fi
852            fi
853
854            AC_MSG_RESULT([$COMPILE_64BIT_KMODULE])
855
856            if test "${GCC}" = yes; then
857                 COMPILE_KERNEL_GCC=yes
858                 if test "$COMPILE_64BIT_KMODULE" = yes; then
859                 
860                         AC_MSG_CHECKING([if we can build a 64bit kernel module])
861                         
862                         case `$CC --version 2>/dev/null` in
863                         [[12]].* | 3.0.*)
864                                 COMPILE_64BIT_KMODULE=no
865                                 COMPILE_KERNEL_GCC=no   
866                                 solaris_module=no;;
867                         *)
868                                 # use for 64 bit
869                                 KCFLAGS="-m64"
870                                 #KLDFLAGS="-melf64_sparc"
871                                 KLDFLAGS="-64";;
872                         esac    
873                         
874                         AC_MSG_RESULT([$COMPILE_64BIT_KMODULE])
875                         
876                 else
877                         KCFLAGS=""
878                         KLDFLAGS=""
879                 fi
880                 KCFLAGS="$KCFLAGS -D_KERNEL -Wall -Wstrict-prototypes"
881            else
882                 if test "$COMPILE_64BIT_KMODULE" = yes; then
883                 # use Sun CC (for a 64-bit kernel, uncomment " -xarch=v9 -xregs=no%appl ")
884                         KCFLAGS="-xarch=v9 -xregs=no%appl"
885                         KLDFLAGS="-64"
886                 else
887                         KCFLAGS=""
888                         KLDFLAGS=""
889                 fi
890                 KCFLAGS="-D_KERNEL $KCFLAGS -mno-app-regs -munaligned-doubles -fpcc-struct-return"
891            fi
892
893            AC_CACHE_CHECK([for timeout_id_t],netatalk_cv_HAVE_TIMEOUT_ID_T,[
894            AC_TRY_LINK([\
895 #include <sys/stream.h>
896 #include <sys/ddi.h>],
897 [\
898 timeout_id_t dummy;
899 ],
900 netatalk_cv_HAVE_TIMEOUT_ID_T=yes,netatalk_cv_HAVE_TIMEOUT_ID_T=no,netatalk_cv_HAVE_TIMEOUT_ID_T=cross)])
901
902            AC_DEFINE(HAVE_TIMEOUT_ID_T, test x"$netatalk_cv_HAVE_TIMEOUT_ID" = x"yes", [define for timeout_id_t])
903         fi
904
905         AC_SUBST(COMPILE_KERNEL_GCC)
906         AC_SUBST(COMPILE_64BIT_KMODULE)
907         AC_SUBST(KCFLAGS)
908         AC_SUBST(KLDFLAGS)
909 fi
910
911 dnl ----- Tru64 specific -----
912 if test x"$this_os" = "xtru64"; then 
913         AC_MSG_RESULT([ * Tru64 specific configuration])
914         AC_DEFINE(NO_DDP, 1, [Define if DDP should be disabled])
915         AC_DEFINE(HAVE_64BIT_LONGS, 1, [Define if the data type long has 64 bit])
916         dnl AC_DEFINE(USE_MOUNT_H)
917         AC_DEFINE(USE_OLD_RQUOTA, 1, [Define to use old rquota])
918         dnl AC_DEFINE(USE_UFS_QUOTA_H)
919         AC_DEFINE(TRU64, 1, [Define on Tru64 platforms])
920         AC_DEFINE(_OSF_SOURCE, 1, [Define if the *passwd UAMs should be used])
921         AC_DEFINE(_XOPEN_SOURCE_EXTENDED, 1, [Define for Berkeley DB 4])
922         AC_CHECK_LIB(security,set_auth_parameters)
923         CFLAGS="-I\$(top_srcdir)/sys/tru64 $CFLAGS"
924         need_dash_r=no
925         sysv_style=tru64
926 fi
927
928 dnl -- check for libgcrypt, if found enables DHX UAM
929 AM_PATH_LIBGCRYPT([1:1.2.3],[neta_cv_compile_dhx2=yes
930                         neta_cv_have_libgcrypt=yes
931                         AC_MSG_NOTICE([Enabling DHX2 UAM])
932                         AC_DEFINE(HAVE_LIBGCRYPT, 1, [Define if the DHX2 modules should be built with libgcrypt])
933                         AC_DEFINE(UAM_DHX2, 1, [Define if the DHX2 UAM modules should be compiled])
934                         ])
935
936 dnl -- look for openssl, if found enables DHX UAM and Randnum UAM
937 AC_PATH_SSL
938
939 dnl Check for Berkeley DB library
940 if test "x$bdb_required" = "xyes"; then
941         AC_PATH_BDB(, [
942                 AC_MSG_RESULT([])
943                 AC_MSG_RESULT([Make sure you have the required Berkeley DB libraries AND headers installed.])
944                 AC_MSG_RESULT([You can download the latest version from http://www.sleepycat.com.])
945                 AC_MSG_RESULT([If you have installed BDB in a non standard location use the])
946                 AC_MSG_RESULT([--with-bdb=/path/to/bdb configure option and make sure])
947                 AC_MSG_RESULT([your linker is configured to check for libraries there.])
948                 AC_MSG_ERROR([Berkeley DB library required but not found!])
949         ])
950 fi
951
952 dnl -- check for crypt
953 AC_CRYPT
954
955 dnl --------------------- check for building PGP UAM module
956
957 AC_MSG_CHECKING([whether the PGP UAM should be build])
958 AC_ARG_ENABLE(pgp-uam,
959         [  --enable-pgp-uam        enable build of PGP UAM module],[
960         if test "$enableval" = "yes"; then 
961                 if test "x$neta_cv_have_openssl" = "xyes"; then 
962                         AC_DEFINE(UAM_PGP, 1, [Define if the PGP UAM module should be compiled])
963                         compile_pgp=yes
964                         AC_MSG_RESULT([yes])
965                 else
966                         AC_MSG_RESULT([no])
967                 fi
968         fi
969         ],[
970                 AC_MSG_RESULT([no])
971         ]
972 )
973
974 dnl --------------------- check for building Kerberos v4 UAM module
975
976 AC_MSG_CHECKING([whether the Kerberos IV UAM should be build])
977 AC_ARG_ENABLE(krb4-uam,
978         [  --enable-krb4-uam       enable build of Kerberos v4 UAM module],[
979         if test "$enableval" = "yes"; then
980                 AC_DEFINE(UAM_KRB4, 1, [Define if the Kerberos 4 UAM module should be compiled])
981                 compile_kerberos=yes
982                 AC_MSG_RESULT([yes])
983         else
984                 AC_MSG_RESULT([no])
985         fi
986         ],[
987                 AC_MSG_RESULT([no])
988         ]
989 )
990
991 dnl --------------------- check for building Kerberos V UAM module
992
993 netatalk_cv_build_krb5_uam=no
994 AC_ARG_ENABLE(krbV-uam,
995         [  --enable-krbV-uam       enable build of Kerberos V UAM module],
996         [
997                 if test x"$enableval" = x"yes"; then
998                         NETATALK_GSSAPI_CHECK([
999                                 netatalk_cv_build_krb5_uam=yes
1000                         ],[
1001                                 AC_MSG_ERROR([need GSSAPI to build Kerberos V UAM])
1002                         ])
1003                 fi
1004         ]
1005         
1006 )
1007
1008 AC_MSG_CHECKING([whether Kerberos V UAM should be build])
1009 if test x"$netatalk_cv_build_krb5_uam" = x"yes"; then
1010         AC_MSG_RESULT([yes])
1011 else
1012         AC_MSG_RESULT([no])
1013 fi
1014 AM_CONDITIONAL(USE_GSSAPI, test x"$netatalk_cv_build_krb5_uam" = x"yes")
1015
1016 dnl --------------------- overwrite the config files . . . or not.
1017
1018 AC_MSG_CHECKING([whether configuration files should be overwritten])
1019 AC_ARG_ENABLE(overwrite,
1020         [  --enable-overwrite      overwrite configuration files during installation],
1021         [OVERWRITE_CONFIG="${enable_overwrite}"],
1022         [OVERWRITE_CONFIG="no"]
1023 )
1024 AC_MSG_RESULT([$OVERWRITE_CONFIG])
1025
1026 dnl --------------------- check for ACL support
1027 AC_MSG_CHECKING([if NFSv4 ACL Support should be enabled])
1028 AC_ARG_ENABLE(nfsv4acls,
1029         [  --enable-nfsv4acls      enable NFSv4 ACL Support (auto)],[
1030         if test x"$enableval" = x"yes"; then
1031            AC_MSG_RESULT([yes])
1032            neta_cv_nfsv4acl="yes"
1033         else
1034            AC_MSG_RESULT([no])
1035            neta_cv_nfsv4acl="no"
1036         fi],[
1037            AC_MSG_RESULT([auto])
1038            neta_cv_nfsv4acl="yes"
1039         ]
1040 )
1041
1042 if test x"$this_os" != x"solaris" && test x"$neta_cv_nfsv4acl" = x"yes" ; then
1043                 AC_MSG_NOTICE([NFSv4 ACL Support only available on (Open)Solaris])
1044         neta_cv_nfsv4acl="no"
1045 fi
1046
1047 if test x$neta_cv_nfsv4acl = xyes; then
1048         AC_CHECK_HEADER([ldap.h],,[
1049                 AC_MSG_ERROR([ACL Support need the LDAP client headers not found.])
1050                 neta_cv_nfsv4acl=no
1051                 ]
1052         )
1053         AC_CHECK_LIB(ldap,ldap_init,neta_cv_nfsv4acl=yes,neta_cv_nfsv4acl=no)
1054 fi
1055 if test x$neta_cv_nfsv4acl = xyes; then
1056         AC_CHECK_HEADER([sys/acl.h],[
1057                 AC_DEFINE([HAVE_NFSv4_ACLS], 1, [Enable ACL code])
1058                 AC_MSG_NOTICE([Enabling ACL support])
1059                 ],
1060                 neta_cv_nfsv4acl=no
1061         )
1062 fi
1063 if test x$neta_cv_nfsv4acl = xyes; then
1064         LIBATALK_ACLS="acl/libacl.la"
1065 else
1066         LIBATALK_ACLS=""
1067 fi
1068 AC_SUBST(LIBATALK_ACLS)
1069
1070 dnl --------------------- check for Extended Attributes support
1071 neta_cv_eas="ad"
1072 neta_cv_eas_sys_found=no
1073 neta_cv_eas_sys_not_found=no
1074
1075 AC_CHECK_HEADERS(sys/attributes.h attr/xattr.h sys/xattr.h sys/extattr.h sys/uio.h sys/ea.h)
1076
1077 case "$this_os" in
1078
1079   *osf*)
1080         AC_SEARCH_LIBS(getproplist, [proplist])
1081         AC_CHECK_FUNCS([getproplist fgetproplist setproplist fsetproplist],
1082                    [neta_cv_eas_sys_found=yes],
1083                    [neta_cv_eas_sys_not_found=yes])
1084         AC_CHECK_FUNCS([delproplist fdelproplist add_proplist_entry get_proplist_entry],,
1085                    [neta_cv_eas_sys_not_found=yes])
1086         AC_CHECK_FUNCS([sizeof_proplist_entry],,
1087                    [neta_cv_eas_sys_not_found=yes])
1088   ;;
1089
1090   *solaris*)
1091         AC_CHECK_FUNCS([attropen],
1092                    [neta_cv_eas_sys_found=yes],
1093                    [neta_cv_eas_sys_not_found=yes])
1094   ;;
1095
1096   'freebsd')
1097     AC_CHECK_FUNCS([extattr_delete_fd extattr_delete_file extattr_delete_link],
1098                    [neta_cv_eas_sys_found=yes],
1099                    [neta_cv_eas_sys_not_found=yes])
1100     AC_CHECK_FUNCS([extattr_get_fd extattr_get_file extattr_get_link],,
1101                    [neta_cv_eas_sys_not_found=yes])
1102     AC_CHECK_FUNCS([extattr_list_fd extattr_list_file extattr_list_link],,
1103                    [neta_cv_eas_sys_not_found=yes])
1104     AC_CHECK_FUNCS([extattr_set_fd extattr_set_file extattr_set_link],,
1105                    [neta_cv_eas_sys_not_found=yes])
1106   ;;
1107
1108   *freebsd4* | *dragonfly* )
1109     AC_DEFINE(BROKEN_EXTATTR, 1, [Does extattr API work])
1110   ;;
1111
1112   *)
1113         AC_SEARCH_LIBS(getxattr, [attr])
1114
1115     if test "x$neta_cv_eas_sys_found" != "xyes" ; then
1116        AC_CHECK_FUNCS([getxattr lgetxattr fgetxattr listxattr llistxattr],
1117                       [neta_cv_eas_sys_found=yes],
1118                       [neta_cv_eas_sys_not_found=yes])
1119            AC_CHECK_FUNCS([flistxattr removexattr lremovexattr fremovexattr],,
1120                       [neta_cv_eas_sys_not_found=yes])
1121            AC_CHECK_FUNCS([setxattr lsetxattr fsetxattr],,
1122                       [neta_cv_eas_sys_not_found=yes])
1123     fi
1124
1125     if test "x$neta_cv_eas_sys_found" != "xyes" ; then
1126            AC_CHECK_FUNCS([getea fgetea lgetea listea flistea llistea],
1127                       [neta_cv_eas_sys_found=yes],
1128                       [neta_cv_eas_sys_not_found=yes])
1129            AC_CHECK_FUNCS([removeea fremoveea lremoveea setea fsetea lsetea],,
1130                       [neta_cv_eas_sys_not_found=yes])
1131     fi
1132
1133     if test "x$neta_cv_eas_sys_found" != "xyes" ; then
1134            AC_CHECK_FUNCS([attr_get attr_list attr_set attr_remove],,
1135                       [neta_cv_eas_sys_not_found=yes])
1136        AC_CHECK_FUNCS([attr_getf attr_listf attr_setf attr_removef],,
1137                       [neta_cv_eas_sys_not_found=yes])
1138     fi
1139   ;;
1140 esac
1141
1142 # Do xattr functions take additional options like on Darwin?
1143 if test x"$ac_cv_func_getxattr" = x"yes" ; then
1144         AC_CACHE_CHECK([whether xattr interface takes additional options], smb_attr_cv_xattr_add_opt, [
1145                 old_LIBS=$LIBS
1146                 LIBS="$LIBS $ACL_LIBS"
1147                 AC_TRY_COMPILE([
1148                         #include <sys/types.h>
1149                         #if HAVE_ATTR_XATTR_H
1150                         #include <attr/xattr.h>
1151                         #elif HAVE_SYS_XATTR_H
1152                         #include <sys/xattr.h>
1153                         #endif
1154                 ],[
1155                         getxattr(0, 0, 0, 0, 0, 0);
1156                 ],
1157                 [smb_attr_cv_xattr_add_opt=yes],
1158                 [smb_attr_cv_xattr_add_opt=no;LIBS=$old_LIBS])
1159         ])
1160         if test x"$smb_attr_cv_xattr_add_opt" = x"yes"; then
1161                 AC_DEFINE(XATTR_ADD_OPT, 1, [xattr functions have additional options])
1162         fi
1163 fi
1164
1165 if test "x$neta_cv_eas_sys_found" = "xyes" ; then
1166    if test "x$neta_cv_eas_sys_not_found" != "xyes" ; then
1167       neta_cv_eas="$neta_cv_eas | sys"
1168    fi
1169 fi
1170
1171 dnl --------------------- Check if realpath() takes NULL
1172 AC_CACHE_CHECK([if the realpath function allows a NULL argument],
1173     neta_cv_REALPATH_TAKES_NULL, [
1174         AC_TRY_RUN([
1175             #include <stdio.h>
1176             #include <limits.h>
1177             #include <signal.h>
1178
1179             void exit_on_core(int ignored) {
1180                  exit(1);
1181             }
1182
1183             main() {
1184                 char *newpath;
1185                 signal(SIGSEGV, exit_on_core);
1186                 newpath = realpath("/tmp", NULL);
1187                 exit((newpath != NULL) ? 0 : 1);
1188             }],
1189             neta_cv_REALPATH_TAKES_NULL=yes,
1190             neta_cv_REALPATH_TAKES_NULL=no,
1191             neta_cv_REALPATH_TAKES_NULL=cross
1192         )
1193     ]
1194 )
1195
1196 if test x"$neta_cv_REALPATH_TAKES_NULL" = x"yes"; then
1197     AC_DEFINE(REALPATH_TAKES_NULL,1,[Whether the realpath function allows NULL])
1198 fi
1199
1200 dnl --------------------- Netatalk Webmin
1201 NETATALK_WEBMIN
1202
1203 dnl --------------------- last minute substitutions
1204
1205 AC_SUBST(LIBS)
1206 AC_SUBST(CFLAGS)
1207 AC_SUBST(OVERWRITE_CONFIG)
1208
1209 AM_CONDITIONAL(SOLARIS_MODULE, test x$solaris_module = xyes)
1210 AM_CONDITIONAL(COMPILE_TIMELORD, test x$compile_timelord = xyes)
1211 AM_CONDITIONAL(COMPILE_A2BOOT, test x$compile_a2boot = xyes)
1212 AM_CONDITIONAL(HAVE_LIBGCRYPT, test x$neta_cv_have_libgcrypt = xyes)
1213 AM_CONDITIONAL(HAVE_OPENSSL, test x$neta_cv_have_openssl = xyes)
1214 AM_CONDITIONAL(USE_NFSv4_ACLS, test x$neta_cv_nfsv4acl = xyes)
1215 AM_CONDITIONAL(USE_DHX, test x$neta_cv_compile_dhx = xyes)
1216 AM_CONDITIONAL(USE_DHX2, test x$neta_cv_compile_dhx2 = xyes)
1217 AM_CONDITIONAL(USE_RANDNUM, test x$neta_cv_have_openssl = xyes)
1218 AM_CONDITIONAL(USE_KERBEROS, test x$compile_kerberos = xyes)
1219 AM_CONDITIONAL(USE_PAM_SO, test x$use_pam_so = xyes)
1220 AM_CONDITIONAL(USE_PAM, test x$netatalk_cv_install_pam = xyes)
1221 AM_CONDITIONAL(BUILD_PAM, test x$compile_pam = xyes)
1222 AM_CONDITIONAL(USE_PGP, test x$compile_pgp = xyes)
1223 AM_CONDITIONAL(DEFAULT_HOOK, test x$neta_cv_have_libgcrypt != xyes && test x$neta_cv_have_openssl != xyes)
1224 AM_CONDITIONAL(USE_COBALT, test x$sysv_style = xcobalt)
1225 AM_CONDITIONAL(USE_NETBSD, test x$sysv_style = xnetbsd)
1226 AM_CONDITIONAL(USE_REDHAT, test x$sysv_style = xredhat)
1227 AM_CONDITIONAL(USE_SUSE, test x$sysv_style = xsuse)
1228 AM_CONDITIONAL(USE_SHADOWPW, test x$shadowpw = xyes)
1229 AM_CONDITIONAL(USE_TRU64, test x$sysv_style = xtru64)
1230 AM_CONDITIONAL(USE_SOLARIS, test x$sysv_style = xsolaris)
1231 AM_CONDITIONAL(USE_GENTOO, test x$sysv_style = xgentoo)
1232 AM_CONDITIONAL(USE_DEBIAN, test x$sysv_style = xdebian)
1233 AM_CONDITIONAL(USE_UNDEF, test x$sysv_style = x)
1234 AM_CONDITIONAL(USE_BDB, test x$bdb_required = xyes)
1235
1236 dnl --------------------- generate files
1237
1238 AC_OUTPUT([Makefile
1239         bin/Makefile
1240         bin/adv1tov2/Makefile
1241         bin/aecho/Makefile
1242         bin/afile/Makefile
1243         bin/afppasswd/Makefile
1244         bin/cnid/Makefile
1245         bin/cnid/cnid2_create
1246         bin/getzones/Makefile
1247         bin/megatron/Makefile
1248     bin/misc/Makefile
1249         bin/nbp/Makefile
1250         bin/pap/Makefile
1251         bin/psorder/Makefile
1252         bin/uniconv/Makefile
1253         config/Makefile
1254     config/pam/Makefile
1255         contrib/Makefile
1256         contrib/macusers/Makefile
1257         contrib/macusers/macusers
1258         contrib/printing/Makefile
1259         contrib/shell_utils/Makefile
1260         contrib/shell_utils/afpd-mtab.pl
1261         contrib/shell_utils/apple_cp
1262     contrib/shell_utils/apple_dump
1263         contrib/shell_utils/apple_mv
1264         contrib/shell_utils/apple_rm
1265         contrib/shell_utils/asip-status.pl
1266         contrib/timelord/Makefile
1267         contrib/a2boot/Makefile
1268         distrib/Makefile
1269         distrib/config/Makefile
1270         distrib/config/netatalk-config
1271         distrib/initscripts/Makefile
1272         distrib/m4/Makefile
1273         doc/Makefile
1274         etc/Makefile
1275         etc/afpd/Makefile
1276         etc/atalkd/Makefile
1277         etc/cnid_dbd/Makefile
1278         etc/uams/Makefile
1279         etc/uams/uams_krb4/Makefile
1280         etc/papd/Makefile
1281         etc/psf/Makefile
1282         include/Makefile
1283         include/atalk/Makefile
1284         libatalk/Makefile
1285         libatalk/acl/Makefile
1286         libatalk/adouble/Makefile
1287         libatalk/asp/Makefile
1288         libatalk/atp/Makefile
1289         libatalk/cnid/Makefile
1290         libatalk/cnid/cdb/Makefile
1291         libatalk/cnid/last/Makefile
1292         libatalk/cnid/dbd/Makefile
1293         libatalk/cnid/tdb/Makefile
1294         libatalk/compat/Makefile
1295         libatalk/dsi/Makefile
1296         libatalk/nbp/Makefile
1297         libatalk/netddp/Makefile
1298         libatalk/util/Makefile
1299         libatalk/util/test/Makefile
1300         libatalk/tdb/Makefile
1301         libatalk/unicode/Makefile
1302         libatalk/unicode/charsets/Makefile
1303         libatalk/vfs/Makefile
1304         macros/Makefile
1305         man/Makefile
1306         man/man1/Makefile
1307         man/man3/Makefile
1308         man/man4/Makefile
1309         man/man5/Makefile
1310         man/man8/Makefile
1311         sys/Makefile
1312         sys/generic/Makefile
1313         sys/generic/sys/Makefile
1314         sys/netatalk/Makefile
1315         sys/netbsd/Makefile
1316         sys/netbsd/netatalk/Makefile
1317         sys/solaris/Makefile
1318         sys/sunos/Makefile
1319         sys/ultrix/Makefile
1320         ],
1321         [chmod a+x distrib/config/netatalk-config contrib/shell_utils/apple_*]
1322 )
1323
1324 AC_NETATALK_LIBS_SUMMARY
1325 AC_NETATALK_CONFIG_SUMMARY