~zulcss/ubuntu/lucid/likewise-open/likewise-open-sru

« back to all changes in this revision

Viewing changes to samba/source/winbindd/winbindd.h

  • Committer: Bazaar Package Importer
  • Author(s): Rick Clark
  • Date: 2008-08-27 08:56:20 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080827085620-5q0f58b9qtog9myq
Tags: 4.1.0.2956-0ubuntu1
* missing-likewise-logo.diff: removed
* fixed copyright notice
* updated Standards-Version to 3.8.0
* removed path from command in prerm
* removed stop in S runlevel

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
#define WB_REPLACE_CHAR         '_'
40
40
 
 
41
#if defined(DARWINOS)
 
42
/* Give mac a bit more time to come online */
 
43
#define WB_STARTUP_WINDOW       120
 
44
#else
 
45
#define WB_STARTUP_WINDOW       30
 
46
#endif
 
47
 
41
48
/* bits for fd_event.flags */
42
49
#define EVENT_FD_READ 1
43
50
#define EVENT_FD_WRITE 2