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