]> arthur.barton.de Git - netatalk.git/blob - configure.in
More files to ignore
[netatalk.git] / configure.in
1 dnl $Id: configure.in,v 1.237.2.1 2010-02-01 10:56:08 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)
139 AC_CHECK_FUNCS(waitpid getcwd strdup strndup strnlen strtoul strerror chown fchown chmod fchmod chroot link mknod mknod64)
140 AC_CHECK_FUNCS(strlcpy strlcat setlinebuf gethostid dirfd)
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 dnl --------------------------------------------------------------------------
603 dnl specific configuration comes in here:
604 dnl --------------------------------------------------------------------------
605
606 dnl ac_cv_target_os is now host_os, ac_cv_target_cpu is now host_cpu
607
608 dnl --------------------- determine operating system from "target"
609 case "$host_os" in
610         *aix*)                          this_os=aix ;;
611         *freebsd*)                      this_os=freebsd ;;
612         *hpux11*)                       this_os=hpux11 ;;
613         *irix*)                         this_os=irix ;;
614         *linux*)                        this_os=linux ;;
615         *osx*)                          this_os=macosx ;;
616         *darwin*)                       this_os=macosx ;;
617         *netbsd*)                       this_os=netbsd ;;
618         *openbsd*)                      this_os=openbsd ;;
619         *osf*)                          this_os=tru64 ;;
620         *solaris*)                      this_os=solaris ;;
621 esac
622
623 case "$host_cpu" in
624         i386|i486|i586|i686|k7)         this_cpu=x86 ;;
625         alpha)                                          this_cpu=alpha ;;
626         mips)                                           this_cpu=mips ;;
627         powerpc|ppc)                            this_cpu=ppc ;;
628 esac
629
630 dnl --------------------- GNU source
631 case "$this_os" in
632         linux)  AC_DEFINE(_GNU_SOURCE, 1, [Whether to use GNU libc extensions])
633         ;;
634 esac
635
636 dnl --------------------- operating system specific flags (port from sys/*)
637
638 dnl ----- AIX specific -----
639 if test x"$this_os" = "xaix"; then
640         AC_MSG_RESULT([ * AIX specific configuration])
641         AC_DEFINE(NO_STRUCT_TM_GMTOFF, 1, [Define if the gmtoff member of struct tm is not available])
642
643         dnl This is probably a lie; AIX 4.3 supports a 64-bit long
644         dnl compilation environment.  It's enough to get things defined
645         dnl right in endian.h provided that long long is supported, though.
646         AC_DEFINE(HAVE_32BIT_LONGS, 1, [Define if the data type long has 32 bit])
647 fi
648
649 dnl ----- FreeBSD specific -----
650 if test x"$this_os" = "xfreebsd"; then 
651         AC_MSG_RESULT([ * FreeBSD specific configuration])
652         AC_DEFINE(BSD4_4, 1, [BSD compatiblity macro])
653         AC_DEFINE(FREEBSD, 1, [Define if OS is FreeBSD])
654         AC_DEFINE(SENDFILE_FLAVOR_BSD, 1, [Define if the sendfile() function uses BSD semantics])
655 fi
656
657 dnl ----- HP-UX 11 specific -----
658 if test x"$this_os" = "xhpux11"; then
659         AC_MSG_RESULT([ * HP-UX 11 specific configuration])
660
661         AC_DEFINE(_ISOC9X_SOURCE, 1, [Compatibility macro])
662         AC_DEFINE(NO_STRUCT_TM_GMTOFF, 1, [Define if the gmtoff member of struct tm is not available])
663 fi
664
665 dnl ----- IRIX specific -----
666 if test x"$this_os" = "xirix"; then
667         AC_MSG_RESULT([ * IRIX specific configuration])
668
669         AC_DEFINE(NO_STRUCT_TM_GMTOFF, 1, [Define if the gmtoff member of struct tm is not available])
670 fi
671
672 dnl ----- Linux specific -----
673 if test x"$this_os" = "xlinux"; then 
674         AC_MSG_RESULT([ * Linux specific configuration])
675         
676         dnl ----- kernel 2.6 changed struct at_addr to atalk_addr
677         AC_MSG_CHECKING([for struct atalk_addr])
678 dnl     AC_COMPILE_IFELSE([
679         AC_TRY_COMPILE([
680 #include <sys/socket.h>
681 #include <asm/types.h>
682 #include <linux/atalk.h>
683
684         struct atalk_addr foo;
685 ],
686 [ ], [
687                 ac_have_atalk_addr=yes
688                 AC_MSG_RESULT([yes])
689         ], [
690                 AC_MSG_RESULT([no])
691         ])
692
693 if test "x$ac_have_atalk_addr" = "xyes"; then
694         AC_DEFINE(HAVE_ATALK_ADDR, 1, [set if struct at_addr is called atalk_addr])
695 fi
696
697         dnl ----- check if we need the quotactl wrapper
698 #       AC_CHECK_HEADERS(sys/quota.h linux/quota.h)
699 #       AC_CHECK_FUNC(quotactl,,
700 #               AC_DEFINE(NEED_QUOTACTL_WRAPPER, 1, [Define if the quotactl wrapper is needed])
701 #               AC_MSG_RESULT([enabling quotactl wrapper])
702 #       )
703
704         # For quotas on Linux XFS filesystems
705         
706         # For linux > 2.5.56
707         AC_CHECK_HEADERS(linux/dqblk_xfs.h,,
708                 [AC_CHECK_HEADERS(linux/xqm.h linux/xfs_fs.h)
709                 AC_CHECK_HEADERS(xfs/libxfs.h xfs/xqm.h xfs/xfs_fs.h)]
710         )
711
712
713         dnl ----- as far as I can tell, dbtob always does the wrong thing
714         dnl ----- on every single version of linux I've ever played with.
715         dnl ----- see etc/afpd/quota.c
716         AC_DEFINE(HAVE_BROKEN_DBTOB, 1, [Define if dbtob is broken])
717
718         netatalk_cv_linux_sendfile=yes
719         AC_MSG_CHECKING([use sendfile syscall])
720         AC_ARG_ENABLE(sendfile,
721             [  --disable-sendfile       disable linux sendfile syscall],[
722                 if test x"$enableval" = x"no"; then
723                         netatalk_cv_linux_sendfile=no
724                         AC_MSG_RESULT([no])
725                 else
726                         AC_MSG_RESULT([yes])
727
728                 fi
729             ],[
730                 AC_MSG_RESULT([yes])
731         ]
732
733        )
734
735         if test x"$netatalk_cv_linux_sendfile" = "xyes"; then 
736             AC_CACHE_CHECK([for linux sendfile support],netatalk_cv_HAVE_SENDFILE,[
737             AC_TRY_LINK([#include <sys/sendfile.h>],
738 [\
739 int tofd, fromfd;
740 off_t offset;
741 size_t total;
742 ssize_t nwritten = sendfile(tofd, fromfd, &offset, total);
743 ],
744 netatalk_cv_HAVE_SENDFILE=yes,netatalk_cv_HAVE_SENDFILE=no)])
745
746 # Try and cope with broken Linux sendfile....
747             AC_CACHE_CHECK([for broken linux sendfile support],netatalk_cv_HAVE_BROKEN_LINUX_SENDFILE,[
748             AC_TRY_LINK([\
749 #if defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64)
750 #undef _FILE_OFFSET_BITS
751 #endif
752 #include <sys/sendfile.h>],
753 [\
754 int tofd, fromfd;
755 off_t offset;
756 size_t total;
757 ssize_t nwritten = sendfile(tofd, fromfd, &offset, total);
758 ],
759 netatalk_cv_HAVE_BROKEN_LINUX_SENDFILE=yes,netatalk_cv_HAVE_BROKEN_LINUX_SENDFILE=no,netatalk_cv_HAVE_BROKEN_SENDFILE=cross)])
760
761             if test x"$netatalk_cv_HAVE_SENDFILE" = x"yes"; then
762                 AC_DEFINE(HAVE_SENDFILE,1,[Whether sendfile() is available])
763                 AC_DEFINE(SENDFILE_FLAVOR_LINUX,1,[Whether linux sendfile() API is available])
764                 AC_DEFINE(WITH_SENDFILE,1,[Whether sendfile() should be used])
765             elif test x"$netatalk_cv_HAVE_BROKEN_LINUX_SENDFILE" = x"yes"; then
766                 AC_DEFINE(SENDFILE_FLAVOR_LINUX,1,[Whether linux sendfile() API is available])
767                 AC_DEFINE(LINUX_BROKEN_SENDFILE_API,1,[Whether (linux) sendfile() is broken])
768                 AC_DEFINE(WITH_SENDFILE,1,[Whether sendfile should be used])
769             else
770                 netatalk_cv_linux_sendfile=no
771                 AC_MSG_RESULT(no);
772             fi
773         fi
774
775         dnl ----- Linux/alpha specific -----
776         if test x"$this_cpu" = "xalpha"; then 
777                 AC_MSG_RESULT([enabling gcc memcpy bug workaround])
778                 AC_DEFINE(HAVE_GCC_MEMCPY_BUG, 1, [Define if memcpy is buggy])
779         fi
780         need_dash_r=no
781
782
783 fi
784
785 dnl ----- Mac OSX specific -----
786 if test x"$this_os" = "xmacosx"; then 
787         AC_MSG_RESULT([ * Mac OSX specific configuration])
788         AC_DEFINE(BSD4_4, 1, [BSD compatiblity macro])
789         AC_DEFINE(HAVE_2ARG_DBTOB, 1, [Define if dbtob takes two arguments])
790         dnl AC_DEFINE(NO_DLFCN_H)
791         AC_DEFINE(NO_DDP, 1, [Define if DDP should be disabled])
792         AC_DEFINE(NO_QUOTA_SUPPORT, 1, [Define if Quota support should be disabled])
793         AC_DEFINE(MACOSX_SERVER, 1, [Define if compiling for MacOS X Server])
794 fi
795
796 dnl ----- NetBSD specific -----
797 if test x"$this_os" = "xnetbsd"; then 
798         AC_MSG_RESULT([ * NetBSD specific configuration])
799         AC_DEFINE(BSD4_4, 1, [BSD compatiblity macro])
800         AC_DEFINE(NETBSD, 1, [Define if OS is FreeBSD])
801         CFLAGS="-I\$(top_srcdir)/sys/netbsd -I/usr/include/kerberosIV $CFLAGS"
802         need_dash_r=yes 
803
804         dnl ----- NetBSD does not have crypt.h, uses unistd.h -----
805         AC_DEFINE(UAM_DHX, 1, [Define if the DHX UAM modules should be compiled])
806 fi
807
808 dnl ----- OpenBSD specific -----
809 if test x"$this_os" = "xopenbsd"; then 
810         AC_MSG_RESULT([ * OpenBSD specific configuration])
811         dnl ----- OpenBSD does not have crypt.h, uses unistd.h -----
812         AC_DEFINE(UAM_DHX, 1, [Define if the DHX UAM modules should be compiled])
813 fi
814
815 dnl ----- Solaris specific -----
816 if test x"$this_os" = "xsolaris"; then 
817         AC_MSG_RESULT([ * Solaris specific configuration])
818         AC_DEFINE(__svr4__, 1, [Solaris compatibility macro])
819         AC_DEFINE(_ISOC9X_SOURCE, 1, [Compatibility macro])
820         AC_DEFINE(NO_STRUCT_TM_GMTOFF, 1, [Define if the gmtoff member of struct tm is not available])
821         AC_DEFINE(SOLARIS, 1, [Solaris compatibility macro])
822         CFLAGS="-I\$(top_srcdir)/sys/generic $CFLAGS"
823         need_dash_r=yes
824         sysv_style=solaris
825
826         solaris_module=no
827         AC_MSG_CHECKING([if we can build Solaris kernel module])
828         if test -x /usr/ccs/bin/ld; then
829                 solaris_module=yes
830         fi
831         AC_MSG_RESULT([$solaris_module])
832
833         COMPILE_64BIT_KMODULE=no
834         KCFLAGS=""
835         KLDFLAGS=""
836         COMPILE_KERNEL_GCC=no
837
838         if test "$solaris_module" = "yes"; then
839            dnl Solaris kernel module stuff
840            AC_MSG_CHECKING([if we have to build a 64bit kernel module])
841
842            # check for isainfo, if not found it has to be a 32 bit kernel (<=2.6)       
843            if test -x /usr/bin/isainfo; then
844                 # check for 64 bit platform
845                 if isainfo -kv | grep '^64-bit'; then
846                         COMPILE_64BIT_KMODULE=yes
847                 fi
848            fi
849
850            AC_MSG_RESULT([$COMPILE_64BIT_KMODULE])
851
852            if test "${GCC}" = yes; then
853                 COMPILE_KERNEL_GCC=yes
854                 if test "$COMPILE_64BIT_KMODULE" = yes; then
855                 
856                         AC_MSG_CHECKING([if we can build a 64bit kernel module])
857                         
858                         case `$CC --version 2>/dev/null` in
859                         [[12]].* | 3.0.*)
860                                 COMPILE_64BIT_KMODULE=no
861                                 COMPILE_KERNEL_GCC=no   
862                                 solaris_module=no;;
863                         *)
864                                 # use for 64 bit
865                                 KCFLAGS="-m64"
866                                 #KLDFLAGS="-melf64_sparc"
867                                 KLDFLAGS="-64";;
868                         esac    
869                         
870                         AC_MSG_RESULT([$COMPILE_64BIT_KMODULE])
871                         
872                 else
873                         KCFLAGS=""
874                         KLDFLAGS=""
875                 fi
876                 KCFLAGS="$KCFLAGS -D_KERNEL -Wall -Wstrict-prototypes"
877            else
878                 if test "$COMPILE_64BIT_KMODULE" = yes; then
879                 # use Sun CC (for a 64-bit kernel, uncomment " -xarch=v9 -xregs=no%appl ")
880                         KCFLAGS="-xarch=v9 -xregs=no%appl"
881                         KLDFLAGS="-64"
882                 else
883                         KCFLAGS=""
884                         KLDFLAGS=""
885                 fi
886                 KCFLAGS="-D_KERNEL $KCFLAGS -mno-app-regs -munaligned-doubles -fpcc-struct-return"
887            fi
888
889            AC_CACHE_CHECK([for timeout_id_t],netatalk_cv_HAVE_TIMEOUT_ID_T,[
890            AC_TRY_LINK([\
891 #include <sys/stream.h>
892 #include <sys/ddi.h>],
893 [\
894 timeout_id_t dummy;
895 ],
896 netatalk_cv_HAVE_TIMEOUT_ID_T=yes,netatalk_cv_HAVE_TIMEOUT_ID_T=no,netatalk_cv_HAVE_TIMEOUT_ID_T=cross)])
897
898            AC_DEFINE(HAVE_TIMEOUT_ID_T, test x"$netatalk_cv_HAVE_TIMEOUT_ID" = x"yes", [define for timeout_id_t])
899         fi
900
901         AC_SUBST(COMPILE_KERNEL_GCC)
902         AC_SUBST(COMPILE_64BIT_KMODULE)
903         AC_SUBST(KCFLAGS)
904         AC_SUBST(KLDFLAGS)
905 fi
906
907 dnl ----- Tru64 specific -----
908 if test x"$this_os" = "xtru64"; then 
909         AC_MSG_RESULT([ * Tru64 specific configuration])
910         AC_DEFINE(NO_DDP, 1, [Define if DDP should be disabled])
911         AC_DEFINE(HAVE_64BIT_LONGS, 1, [Define if the data type long has 64 bit])
912         dnl AC_DEFINE(USE_MOUNT_H)
913         AC_DEFINE(USE_OLD_RQUOTA, 1, [Define to use old rquota])
914         dnl AC_DEFINE(USE_UFS_QUOTA_H)
915         AC_DEFINE(TRU64, 1, [Define on Tru64 platforms])
916         AC_DEFINE(_OSF_SOURCE, 1, [Define if the *passwd UAMs should be used])
917         AC_DEFINE(_XOPEN_SOURCE_EXTENDED, 1, [Define for Berkeley DB 4])
918         AC_CHECK_LIB(security,set_auth_parameters)
919         CFLAGS="-I\$(top_srcdir)/sys/tru64 $CFLAGS"
920         need_dash_r=no
921         sysv_style=tru64
922 fi
923
924 dnl -- check for libgcrypt, if found enables DHX UAM
925 AM_PATH_LIBGCRYPT([1:1.2.3],[neta_cv_compile_dhx2=yes
926                         neta_cv_have_libgcrypt=yes
927                         AC_MSG_NOTICE([Enabling DHX2 UAM])
928                         AC_DEFINE(HAVE_LIBGCRYPT, 1, [Define if the DHX2 modules should be built with libgcrypt])
929                         AC_DEFINE(UAM_DHX2, 1, [Define if the DHX2 UAM modules should be compiled])
930                         ])
931
932 dnl -- look for openssl, if found enables DHX UAM and Randnum UAM
933 AC_PATH_SSL
934
935 dnl Check for Berkeley DB library
936 if test "x$bdb_required" = "xyes"; then
937         AC_PATH_BDB(, [
938                 AC_MSG_RESULT([])
939                 AC_MSG_RESULT([Make sure you have the required Berkeley DB libraries AND headers installed.])
940                 AC_MSG_RESULT([You can download the latest version from http://www.sleepycat.com.])
941                 AC_MSG_RESULT([If you have installed BDB in a non standard location use the])
942                 AC_MSG_RESULT([--with-bdb=/path/to/bdb configure option and make sure])
943                 AC_MSG_RESULT([your linker is configured to check for libraries there.])
944                 AC_MSG_ERROR([Berkeley DB library required but not found!])
945         ])
946 fi
947
948 dnl -- check for crypt
949 AC_CRYPT
950
951 dnl --------------------- check for building PGP UAM module
952
953 AC_MSG_CHECKING([whether the PGP UAM should be build])
954 AC_ARG_ENABLE(pgp-uam,
955         [  --enable-pgp-uam        enable build of PGP UAM module],[
956         if test "$enableval" = "yes"; then 
957                 if test "x$neta_cv_have_openssl" = "xyes"; then 
958                         AC_DEFINE(UAM_PGP, 1, [Define if the PGP UAM module should be compiled])
959                         compile_pgp=yes
960                         AC_MSG_RESULT([yes])
961                 else
962                         AC_MSG_RESULT([no])
963                 fi
964         fi
965         ],[
966                 AC_MSG_RESULT([no])
967         ]
968 )
969
970 dnl --------------------- check for building Kerberos v4 UAM module
971
972 AC_MSG_CHECKING([whether the Kerberos IV UAM should be build])
973 AC_ARG_ENABLE(krb4-uam,
974         [  --enable-krb4-uam       enable build of Kerberos v4 UAM module],[
975         if test "$enableval" = "yes"; then
976                 AC_DEFINE(UAM_KRB4, 1, [Define if the Kerberos 4 UAM module should be compiled])
977                 compile_kerberos=yes
978                 AC_MSG_RESULT([yes])
979         else
980                 AC_MSG_RESULT([no])
981         fi
982         ],[
983                 AC_MSG_RESULT([no])
984         ]
985 )
986
987 dnl --------------------- check for building Kerberos V UAM module
988
989 netatalk_cv_build_krb5_uam=no
990 AC_ARG_ENABLE(krbV-uam,
991         [  --enable-krbV-uam       enable build of Kerberos V UAM module],
992         [
993                 if test x"$enableval" = x"yes"; then
994                         NETATALK_GSSAPI_CHECK([
995                                 netatalk_cv_build_krb5_uam=yes
996                         ],[
997                                 AC_MSG_ERROR([need GSSAPI to build Kerberos V UAM])
998                         ])
999                 fi
1000         ]
1001         
1002 )
1003
1004 AC_MSG_CHECKING([whether Kerberos V UAM should be build])
1005 if test x"$netatalk_cv_build_krb5_uam" = x"yes"; then
1006         AC_MSG_RESULT([yes])
1007 else
1008         AC_MSG_RESULT([no])
1009 fi
1010 AM_CONDITIONAL(USE_GSSAPI, test x"$netatalk_cv_build_krb5_uam" = x"yes")
1011
1012 dnl --------------------- overwrite the config files . . . or not.
1013
1014 AC_MSG_CHECKING([whether configuration files should be overwritten])
1015 AC_ARG_ENABLE(overwrite,
1016         [  --enable-overwrite      overwrite configuration files during installation],
1017         [OVERWRITE_CONFIG="${enable_overwrite}"],
1018         [OVERWRITE_CONFIG="no"]
1019 )
1020 AC_MSG_RESULT([$OVERWRITE_CONFIG])
1021
1022 dnl --------------------- check for ACL support
1023 neta_cv_nfsv4acl="no"
1024 AC_MSG_CHECKING([if NFSv4 ACL Support should be enabled])
1025 AC_ARG_ENABLE(nfsv4acls,
1026         [  --enable-nfsv4acls      enable NFSv4 ACL Support],[
1027         if test x"$enableval" = x"yes"; then
1028            AC_MSG_RESULT([yes])
1029            neta_cv_nfsv4acl="yes"
1030         else
1031            AC_MSG_RESULT([no])
1032         fi],[
1033            AC_MSG_RESULT([no])
1034         ]
1035 )
1036 if test x$neta_cv_nfsv4acl = xyes; then
1037         AC_CHECK_HEADER([ldap.h],,[
1038                 AC_MSG_ERROR([ACL Support need the LDAP client headers not found.])
1039                 neta_cv_nfsv4acl=no
1040                 ]
1041         )
1042         AC_CHECK_LIB(ldap,ldap_init,neta_cv_nfsv4acl=yes,neta_cv_nfsv4acl=no)
1043 fi
1044 if test x$neta_cv_nfsv4acl = xyes; then
1045         AC_CHECK_HEADER([sys/acl.h],[
1046                 AC_DEFINE([HAVE_NFSv4_ACLS], 1, [Enable ACL code])
1047                 AC_MSG_NOTICE([Enabling ACL support])
1048                 ],
1049                 neta_cv_nfsv4acl=no
1050         )
1051 fi
1052 if test x$neta_cv_nfsv4acl = xyes; then
1053         LIBATALK_ACLS="acl/libacl.la"
1054 else
1055         LIBATALK_ACLS=""
1056 fi
1057 AC_SUBST(LIBATALK_ACLS)
1058
1059 dnl --------------------- check for Extended Attributes support
1060 neta_cv_eas="files"
1061 neta_cv_eas_sys_found=no
1062 neta_cv_eas_sys_not_found=no
1063
1064 AC_CHECK_HEADERS(sys/attributes.h attr/xattr.h sys/xattr.h sys/extattr.h sys/uio.h sys/ea.h)
1065
1066 case "$this_os" in
1067
1068   *osf*)
1069         AC_SEARCH_LIBS(getproplist, [proplist])
1070         AC_CHECK_FUNCS([getproplist fgetproplist setproplist fsetproplist],
1071                    [neta_cv_eas_sys_found=yes],
1072                    [neta_cv_eas_sys_not_found=yes])
1073         AC_CHECK_FUNCS([delproplist fdelproplist add_proplist_entry get_proplist_entry],,
1074                    [neta_cv_eas_sys_not_found=yes])
1075         AC_CHECK_FUNCS([sizeof_proplist_entry],,
1076                    [neta_cv_eas_sys_not_found=yes])
1077   ;;
1078
1079   *solaris*)
1080         AC_CHECK_FUNCS([attropen],
1081                    [neta_cv_eas_sys_found=yes],
1082                    [neta_cv_eas_sys_not_found=yes])
1083   ;;
1084
1085   *)
1086         AC_SEARCH_LIBS(getxattr, [attr])
1087
1088     if test "x$neta_cv_eas_sys_found" != "xyes" ; then
1089        AC_CHECK_FUNCS([getxattr lgetxattr fgetxattr listxattr llistxattr],
1090                       [neta_cv_eas_sys_found=yes],
1091                       [neta_cv_eas_sys_not_found=yes])
1092            AC_CHECK_FUNCS([flistxattr removexattr lremovexattr fremovexattr],,
1093                       [neta_cv_eas_sys_not_found=yes])
1094            AC_CHECK_FUNCS([setxattr lsetxattr fsetxattr],,
1095                       [neta_cv_eas_sys_not_found=yes])
1096     fi
1097
1098     if test "x$neta_cv_eas_sys_found" != "xyes" ; then
1099            AC_CHECK_FUNCS([getea fgetea lgetea listea flistea llistea],
1100                       [neta_cv_eas_sys_found=yes],
1101                       [neta_cv_eas_sys_not_found=yes])
1102            AC_CHECK_FUNCS([removeea fremoveea lremoveea setea fsetea lsetea],,
1103                       [neta_cv_eas_sys_not_found=yes])
1104     fi
1105
1106     if test "x$neta_cv_eas_sys_found" != "xyes" ; then
1107            AC_CHECK_FUNCS([attr_get attr_list attr_set attr_remove],,
1108                       [neta_cv_eas_sys_not_found=yes])
1109        AC_CHECK_FUNCS([attr_getf attr_listf attr_setf attr_removef],,
1110                       [neta_cv_eas_sys_not_found=yes])
1111     fi
1112   ;;
1113 esac
1114
1115 # Do xattr functions take additional options like on Darwin?
1116 if test x"$ac_cv_func_getxattr" = x"yes" ; then
1117         AC_CACHE_CHECK([whether xattr interface takes additional options], smb_attr_cv_xattr_add_opt, [
1118                 old_LIBS=$LIBS
1119                 LIBS="$LIBS $ACL_LIBS"
1120                 AC_TRY_COMPILE([
1121                         #include <sys/types.h>
1122                         #if HAVE_ATTR_XATTR_H
1123                         #include <attr/xattr.h>
1124                         #elif HAVE_SYS_XATTR_H
1125                         #include <sys/xattr.h>
1126                         #endif
1127                 ],[
1128                         getxattr(0, 0, 0, 0, 0, 0);
1129                 ],
1130                 [smb_attr_cv_xattr_add_opt=yes],
1131                 [smb_attr_cv_xattr_add_opt=no;LIBS=$old_LIBS])
1132         ])
1133         if test x"$smb_attr_cv_xattr_add_opt" = x"yes"; then
1134                 AC_DEFINE(XATTR_ADD_OPT, 1, [xattr functions have additional options])
1135         fi
1136 fi
1137
1138 # Check if we have extattr
1139 case "$this_os" in
1140   *freebsd4* | *dragonfly* )
1141     AC_DEFINE(BROKEN_EXTATTR, 1, [Does extattr API work])
1142     ;;
1143   *)
1144     AC_CHECK_FUNCS(extattr_delete_fd extattr_delete_file extattr_delete_link)
1145     AC_CHECK_FUNCS(extattr_get_fd extattr_get_file extattr_get_link)
1146     AC_CHECK_FUNCS(extattr_list_fd extattr_list_file extattr_list_link)
1147     AC_CHECK_FUNCS(extattr_set_fd extattr_set_file extattr_set_link)
1148     ;;
1149 esac
1150
1151 if test "x$neta_cv_eas_sys_found" = "xyes" ; then
1152    if test "x$neta_cv_eas_sys_not_found" != "xyes" ; then
1153       neta_cv_eas="$neta_cv_eas | native"
1154    fi
1155 fi
1156
1157 dnl --------------------- Netatalk Webmin
1158 NETATALK_WEBMIN
1159
1160 dnl --------------------- last minute substitutions
1161
1162 AC_SUBST(LIBS)
1163 AC_SUBST(CFLAGS)
1164 AC_SUBST(OVERWRITE_CONFIG)
1165
1166 AM_CONDITIONAL(SOLARIS_MODULE, test x$solaris_module = xyes)
1167 AM_CONDITIONAL(COMPILE_TIMELORD, test x$compile_timelord = xyes)
1168 AM_CONDITIONAL(COMPILE_A2BOOT, test x$compile_a2boot = xyes)
1169 AM_CONDITIONAL(HAVE_LIBGCRYPT, test x$neta_cv_have_libgcrypt = xyes)
1170 AM_CONDITIONAL(HAVE_OPENSSL, test x$neta_cv_have_openssl = xyes)
1171 AM_CONDITIONAL(USE_NFSv4_ACLS, test x$neta_cv_nfsv4acl = xyes)
1172 AM_CONDITIONAL(USE_DHX, test x$neta_cv_compile_dhx = xyes)
1173 AM_CONDITIONAL(USE_DHX2, test x$neta_cv_compile_dhx2 = xyes)
1174 AM_CONDITIONAL(USE_RANDNUM, test x$neta_cv_have_openssl = xyes)
1175 AM_CONDITIONAL(USE_KERBEROS, test x$compile_kerberos = xyes)
1176 AM_CONDITIONAL(USE_PAM_SO, test x$use_pam_so = xyes)
1177 AM_CONDITIONAL(USE_PAM, test x$netatalk_cv_install_pam = xyes)
1178 AM_CONDITIONAL(BUILD_PAM, test x$compile_pam = xyes)
1179 AM_CONDITIONAL(USE_PGP, test x$compile_pgp = xyes)
1180 AM_CONDITIONAL(DEFAULT_HOOK, test x$neta_cv_have_libgcrypt != xyes && test x$neta_cv_have_openssl != xyes)
1181 AM_CONDITIONAL(USE_COBALT, test x$sysv_style = xcobalt)
1182 AM_CONDITIONAL(USE_NETBSD, test x$sysv_style = xnetbsd)
1183 AM_CONDITIONAL(USE_REDHAT, test x$sysv_style = xredhat)
1184 AM_CONDITIONAL(USE_SUSE, test x$sysv_style = xsuse)
1185 AM_CONDITIONAL(USE_SHADOWPW, test x$shadowpw = xyes)
1186 AM_CONDITIONAL(USE_TRU64, test x$sysv_style = xtru64)
1187 AM_CONDITIONAL(USE_SOLARIS, test x$sysv_style = xsolaris)
1188 AM_CONDITIONAL(USE_GENTOO, test x$sysv_style = xgentoo)
1189 AM_CONDITIONAL(USE_DEBIAN, test x$sysv_style = xdebian)
1190 AM_CONDITIONAL(USE_UNDEF, test x$sysv_style = x)
1191 AM_CONDITIONAL(USE_BDB, test x$bdb_required = xyes)
1192
1193 dnl --------------------- generate files
1194
1195 AC_OUTPUT([Makefile
1196         bin/Makefile
1197         bin/adv1tov2/Makefile
1198         bin/aecho/Makefile
1199         bin/afile/Makefile
1200         bin/afppasswd/Makefile
1201         bin/cnid/Makefile
1202         bin/cnid/cnid2_create
1203         bin/getzones/Makefile
1204         bin/megatron/Makefile
1205     bin/misc/Makefile
1206         bin/nbp/Makefile
1207         bin/pap/Makefile
1208         bin/psorder/Makefile
1209         bin/uniconv/Makefile
1210         config/Makefile
1211     config/pam/Makefile
1212         contrib/Makefile
1213         contrib/macusers/Makefile
1214         contrib/macusers/macusers
1215         contrib/printing/Makefile
1216         contrib/shell_utils/Makefile
1217         contrib/shell_utils/afpd-mtab.pl
1218         contrib/shell_utils/apple_cp
1219     contrib/shell_utils/apple_dump
1220         contrib/shell_utils/apple_mv
1221         contrib/shell_utils/apple_rm
1222         contrib/shell_utils/asip-status.pl
1223         contrib/timelord/Makefile
1224         contrib/a2boot/Makefile
1225         distrib/Makefile
1226         distrib/config/Makefile
1227         distrib/config/netatalk-config
1228         distrib/initscripts/Makefile
1229         distrib/m4/Makefile
1230         doc/Makefile
1231         etc/Makefile
1232         etc/afpd/Makefile
1233         etc/atalkd/Makefile
1234         etc/cnid_dbd/Makefile
1235         etc/uams/Makefile
1236         etc/uams/uams_krb4/Makefile
1237         etc/papd/Makefile
1238         etc/psf/Makefile
1239         include/Makefile
1240         include/atalk/Makefile
1241         libatalk/Makefile
1242         libatalk/acl/Makefile
1243         libatalk/adouble/Makefile
1244         libatalk/asp/Makefile
1245         libatalk/atp/Makefile
1246         libatalk/bstring/Makefile
1247         libatalk/cnid/Makefile
1248         libatalk/cnid/cdb/Makefile
1249         libatalk/cnid/last/Makefile
1250         libatalk/cnid/dbd/Makefile
1251         libatalk/cnid/tdb/Makefile
1252         libatalk/compat/Makefile
1253         libatalk/dsi/Makefile
1254         libatalk/nbp/Makefile
1255         libatalk/netddp/Makefile
1256         libatalk/util/Makefile
1257         libatalk/util/test/Makefile
1258         libatalk/tdb/Makefile
1259         libatalk/unicode/Makefile
1260         libatalk/unicode/charsets/Makefile
1261         libatalk/vfs/Makefile
1262         macros/Makefile
1263         man/Makefile
1264         man/man1/Makefile
1265         man/man3/Makefile
1266         man/man4/Makefile
1267         man/man5/Makefile
1268         man/man8/Makefile
1269         sys/Makefile
1270         sys/generic/Makefile
1271         sys/generic/sys/Makefile
1272         sys/netatalk/Makefile
1273         sys/netbsd/Makefile
1274         sys/netbsd/netatalk/Makefile
1275         sys/solaris/Makefile
1276         sys/sunos/Makefile
1277         sys/ultrix/Makefile
1278     test/Makefile
1279     test/afpd/Makefile
1280         ],
1281         [chmod a+x distrib/config/netatalk-config contrib/shell_utils/apple_*]
1282 )
1283
1284 AC_NETATALK_LIBS_SUMMARY
1285 AC_NETATALK_CONFIG_SUMMARY