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

« back to all changes in this revision

Viewing changes to include/atalk/globals.h

  • 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:
72
72
    u_int32_t server_quantum;
73
73
    int dsireadbuf; /* scale factor for sizefof(dsi->buffer) = server_quantum * dsireadbuf */
74
74
    char hostname[MAXHOSTNAMELEN + 1], *server, *ipaddr, *port, *configfile;
 
75
#ifndef NO_DDP
75
76
    struct at_addr ddpaddr;
 
77
#endif
76
78
    char *uampath, *fqdn;
77
79
    char *pidfile;
78
80
    char *sigconffile;
100
102
    char *logconfig;
101
103
 
102
104
    char *mimicmodel;
 
105
    char *adminauthuser;
103
106
};
104
107
 
105
108
#define AFPOBJ_TMPSIZ (MAXPATHLEN)