~ubuntu-branches/debian/jessie/netatalk/jessie

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Jonas Smedegaard
  • Date: 2012-03-20 23:37:08 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20120320233708-sp2k0av7f9sjnf4w
Tags: 2.2.2-1
* New upstream release.
* Drop patch cherry-picked upstream: Included in new upstream release.
* Build-depend on libldap2-dev and libacl1-dev, to enable LDAP support
  and support for extended ACLs (and possibly avoid FTBFS).
  Closes: bug#645290, #651406. Thanks to Peter Eisentraut and masc.
* Update copyright file:
  + Bump format to 1.0.
  + Fix double-indent in Copyright fields as per Policy §5.6.13.
  + Add Files paragraph for ACL code.
* Bump standards-version to 3.9.3.
* Update copyright file: Add disclaimer to License paragraph
  GAP~Makefile.in.
* Bump debhelper compat level to 7.
* Add patch 101 to start avahi-daemon (if available) before atalkd.
  Recommend avahi-daemon.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.in.  Generated from configure.in by autoheader.  */
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
3
3
/* Define if the admin group should be enabled */
4
4
#undef ADMIN_GRP
539
539
/* Define to 1 if you have the `select' function. */
540
540
#undef HAVE_SELECT
541
541
 
542
 
/* Whether sendfile() is available */
543
 
#undef HAVE_SENDFILE
544
 
 
545
542
/* Define to 1 if you have the `setea' function. */
546
543
#undef HAVE_SETEA
547
544
 
771
768
/* Define as const if the declaration of iconv() needs const. */
772
769
#undef ICONV_CONST
773
770
 
774
 
/* Whether (linux) sendfile() is broken */
775
 
#undef LINUX_BROKEN_SENDFILE_API
776
 
 
777
771
/* Define if compiling for MacOS X Server */
778
772
#undef MACOSX_SERVER
779
773
 
842
836
/* Whether linux sendfile() API is available */
843
837
#undef SENDFILE_FLAVOR_LINUX
844
838
 
 
839
/* Solaris sendfile() */
 
840
#undef SENDFILE_FLAVOR_SOLARIS
 
841
 
845
842
/* Define if shadow passwords should be used */
846
843
#undef SHADOWPW
847
844
 
893
890
/* Version number of package */
894
891
#undef VERSION
895
892
 
896
 
/* Whether sendfile should be used */
 
893
/* Whether sendfile() should be used */
897
894
#undef WITH_SENDFILE
898
895
 
899
896
/* xattr functions have additional options */
920
917
/* path to cracklib dictionary */
921
918
#undef _PATH_CRACKLIB
922
919
 
 
920
/* Solaris compilation environment */
 
921
#undef _XOPEN_SOURCE
 
922
 
923
923
/* Define for Berkeley DB 4 */
924
924
#undef _XOPEN_SOURCE_EXTENDED
925
925
 
 
926
/* Solaris compilation environment */
 
927
#undef __EXTENSIONS__
 
928
 
926
929
/* Solaris compatibility macro */
927
930
#undef __svr4__
928
931