~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to testing/etimetest.c

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-12-08 14:59:50 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071208145950-u1tykhpw56nyzqik
Tags: 5.4.1~dfsg-4ubuntu1
* Merge from debian unstable.
* Remaining Ubuntu changes:
  - Remove stop links from rc0 and rc6
  - Munge Maintainer field as per spec.
* Ubuntu changes dropped:
  - Symlink common files between the packages, CDBS ought to handle that
    for us automatically.
* The latest Debian changes has dropped history from the changelog. Slot in
  the Ubuntu changes as best I can. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 * FIX  Devise a test for {set,get}_enginetime(..., FALSE).
13
13
 */
14
14
 
15
 
static char    *rcsid = "$Id: etimetest.c,v 5.0 2002/04/20 07:30:22 hardaker Exp $";    /* */
 
15
static char    *rcsid = "$Id: etimetest.c 15220 2006-09-15 00:48:50Z tanders $";    /* */
16
16
 
17
17
 
18
18
#include <net-snmp/net-snmp-config.h>
350
350
     */
351
351
    OUTPUT("Dump the list and then sleep.");
352
352
 
353
 
#ifdef SNMP_TESTING_CODE
 
353
#ifdef NETSNMP_ENABLE_TESTING_CODE
354
354
    dump_etimelist();
355
355
#endif
356
356
 
414
414
    sleep(sleeptime);
415
415
    fprintf(stdout, "\n");
416
416
 
417
 
#ifdef SNMP_TESTING_CODE
 
417
#ifdef NETSNMP_ENABLE_TESTING_CODE
418
418
    dump_etimelist();
419
419
#endif
420
420