~ubuntu-branches/debian/wheezy/netatalk/wheezy

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2011-06-05 21:04:21 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110605210421-19gag2srevj0ocxh
Tags: 2.2~beta4-1
* New upstream release.
  + Fixes "Internal Error" after ad_open on sparc.
    Closes: bug#606005. Thanks to Alfredo Sola.
* Adjust references to unofficial packages in README.Debian.
* Use dversionmangle (not uversionmangle) in watch file. Fix add
  leading dash (-) to upstream version in mangling.
* Update patches:
  + Drop patches 107 and 294 (Zeroconf support): Implemented
    (differently) upstream now.
  + Drop patches 109 and 112 (avoid broken XFS linkage) obsolete.
  + Drop patch 200 (hostname resolving): adopted upstream.
  + Refresh patch 205.
* Rewrite copyright file using draft 174 of DEP-5 format.
* Build-depend on and recommend unversioned (i.e. default) BerkeleyDB
  packages.
  Closes: bug#621413. Thanks to Ondřej Surý.
  Simplify suggestions on older versioned BerkeleyDB packages.
* Stop installing some documentation dropped upstream, and let CDBS
  automagically handle some of the remains.
* Update control file:
  + Bump policy compliance to standards-version 3.9.2.
  + Shorten Vcs-* URLs.
* Add patches 115 and (for automade file) 214 to avoid installing
  unneeded /default dir.
  Closes: bug#628119. Thanks to Russell Muetzelfeldt and Luk Claes.
* Don't ship .la files. Closes: bug#621849. Thanks to Andreas Metzler
  and Luk Claes.
* Stop renaming afile and achfile, dropped upstream.
* Explicitly enable DDP (AppleTalk), now disabled by default.
* Enable Zeroconf, should be stable now.
* Simplify package relations:
  + Drop (build-)dependency fallback unneeded even for oldstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/* Define if the admin group should be enabled */
4
4
#undef ADMIN_GRP
5
5
 
6
 
/* Define to enable AFP 3.x support */
7
 
#undef AFP3x
8
 
 
9
6
/* Define if AFS should be used */
10
7
#undef AFS
11
8
 
66
63
/* Define if you want to use the experimental dropkludge support */
67
64
#undef DROPKLUDGE
68
65
 
 
66
/* Available Extended Attributes modules */
 
67
#undef EA_MODULES
 
68
 
69
69
/* Define if you want compatibily with the FHS */
70
70
#undef FHS_COMPATIBILITY
71
71
 
91
91
/* Define to 1 if you have the `access' function. */
92
92
#undef HAVE_ACCESS
93
93
 
 
94
/* Whether ACLs support is available */
 
95
#undef HAVE_ACLS
 
96
 
 
97
/* Whether acl_get_perm_np() is available */
 
98
#undef HAVE_ACL_GET_PERM_NP
 
99
 
94
100
/* Define to 1 if you have the `add_proplist_entry' function. */
95
101
#undef HAVE_ADD_PROPLIST_ENTRY
96
102
 
 
103
/* Whether AIX ACLs are available */
 
104
#undef HAVE_AIX_ACLS
 
105
 
97
106
/* set if struct at_addr is called atalk_addr */
98
107
#undef HAVE_ATALK_ADDR
99
108
 
 
109
/* whether at funcs are available */
 
110
#undef HAVE_ATFUNCS
 
111
 
100
112
/* Define to 1 if you have the `attropen' function. */
101
113
#undef HAVE_ATTROPEN
102
114
 
127
139
/* Define to 1 if you have the <attr/xattr.h> header file. */
128
140
#undef HAVE_ATTR_XATTR_H
129
141
 
 
142
/* Use Avahi/DNS-SD registration */
 
143
#undef HAVE_AVAHI
 
144
 
 
145
/* Uses Avahis threaded poll implementation */
 
146
#undef HAVE_AVAHI_THREADED_POLL
 
147
 
130
148
/* Define to 1 if you have the `backtrace_symbols' function. */
131
149
#undef HAVE_BACKTRACE_SYMBOLS
132
150
 
272
290
/* Define to 1 if you have the `fsetxattr' function. */
273
291
#undef HAVE_FSETXATTR
274
292
 
 
293
/* Define to 1 if you have the `fstatat' function. */
 
294
#undef HAVE_FSTATAT
 
295
 
275
296
/* Define if memcpy is buggy */
276
297
#undef HAVE_GCC_MEMCPY_BUG
277
298
 
320
341
/* Wheter GSS_C_NT_HOSTBASED_SERVICE is in gssapi.h */
321
342
#undef HAVE_GSS_C_NT_HOSTBASED_SERVICE
322
343
 
 
344
/* Whether HPUX ACLs are available */
 
345
#undef HAVE_HPUX_ACLS
 
346
 
323
347
/* Define to 1 if you have the <inttypes.h> header file. */
324
348
#undef HAVE_INTTYPES_H
325
349
 
 
350
/* Whether IRIX ACLs are available */
 
351
#undef HAVE_IRIX_ACLS
 
352
 
326
353
/* Define to 1 if you have the <langinfo.h> header file. */
327
354
#undef HAVE_LANGINFO_H
328
355
 
329
356
/* LARGEFILE support */
330
357
#undef HAVE_LARGEFILE_SUPPORT
331
358
 
 
359
/* Whether LDAP is available */
 
360
#undef HAVE_LDAP
 
361
 
332
362
/* Define to 1 if you have the `lgetea' function. */
333
363
#undef HAVE_LGETEA
334
364
 
446
476
/* Define to 1 if you have the <netdb.h> header file. */
447
477
#undef HAVE_NETDB_H
448
478
 
449
 
/* Enable ACL code */
450
 
#undef HAVE_NFSv4_ACLS
451
 
 
452
479
/* Define to 1 if you have the `nl_langinfo' function. */
453
480
#undef HAVE_NL_LANGINFO
454
481
 
 
482
/* Whether no ACLs support is available */
 
483
#undef HAVE_NO_ACLS
 
484
 
 
485
/* Define to 1 if you have the `openat' function. */
 
486
#undef HAVE_OPENAT
 
487
 
455
488
/* Define to 1 if you have the <pam/pam_appl.h> header file. */
456
489
#undef HAVE_PAM_PAM_APPL_H
457
490
 
 
491
/* Whether POSIX ACLs are available */
 
492
#undef HAVE_POSIX_ACLS
 
493
 
458
494
/* Define to 1 if you have the `pread' function. */
459
495
#undef HAVE_PREAD
460
496
 
473
509
/* Define to 1 if you have the `removexattr' function. */
474
510
#undef HAVE_REMOVEXATTR
475
511
 
 
512
/* Define to 1 if you have the `renameat' function. */
 
513
#undef HAVE_RENAMEAT
 
514
 
476
515
/* Define to 1 if you have the `rmdir' function. */
477
516
#undef HAVE_RMDIR
478
517
 
524
563
/* Define to 1 if you have the `socket' function. */
525
564
#undef HAVE_SOCKET
526
565
 
 
566
/* Whether solaris ACLs are available */
 
567
#undef HAVE_SOLARIS_ACLS
 
568
 
527
569
/* Define to 1 if you have the <statfs.h> header file. */
528
570
#undef HAVE_STATFS_H
529
571
 
668
710
/* Define to 1 if you have the <time.h> header file. */
669
711
#undef HAVE_TIME_H
670
712
 
 
713
/* Whether Tru64 ACLs are available */
 
714
#undef HAVE_TRU64_ACLS
 
715
 
671
716
/* Whether UCS-2-INTERNAL is supported */
672
717
#undef HAVE_UCS2INTERNAL
673
718
 
677
722
/* Define to 1 if you have the <unistd.h> header file. */
678
723
#undef HAVE_UNISTD_H
679
724
 
 
725
/* Whether UnixWare ACLs are available */
 
726
#undef HAVE_UNIXWARE_ACLS
 
727
 
 
728
/* Define to 1 if you have the `unlinkat' function. */
 
729
#undef HAVE_UNLINKAT
 
730
 
680
731
/* Whether to use native iconv */
681
732
#undef HAVE_USABLE_ICONV
682
733
 
725
776
   <sysmacros.h>. */
726
777
#undef MAJOR_IN_SYSMACROS
727
778
 
 
779
/* Disable assertions */
 
780
#undef NDEBUG
 
781
 
728
782
/* Define if dlsym() requires a leading underscore in symbol names. */
729
783
#undef NEED_USCORE
730
784
 
824
878
/* Define to enable SLP support */
825
879
#undef USE_SRVLOC
826
880
 
 
881
/* Define to enable Zeroconf support */
 
882
#undef USE_ZEROCONF
 
883
 
827
884
/* Version number of package */
828
885
#undef VERSION
829
886