~ubuntu-branches/debian/squeeze/ntp/squeeze-201010051545

« back to all changes in this revision

Viewing changes to parseutil/testdcf.c

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2004-10-11 16:10:27 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041011161027-icyjbji8ujym633o
Tags: 1:4.2.0a-10ubuntu2
Use ntp.ubuntulinux.org instead of pool.ntp.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 */
29
29
#define DCFB_ANNOUNCE           0x0001 /* switch time zone warning (DST switch) */
30
30
#define DCFB_DST                0x0002 /* DST in effect */
31
 
#define DCFB_LEAP               0x0004 /* LEAP warning (1 hour prior to occurence) */
 
31
#define DCFB_LEAP               0x0004 /* LEAP warning (1 hour prior to occurrence) */
32
32
#define DCFB_ALTERNATE          0x0008 /* alternate antenna used */
33
33
 
34
34
struct clocktime                /* clock time broken up from time code */