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

« back to all changes in this revision

Viewing changes to local/mib2c-conf.d/generic-table-constants.m2c

  • 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:
1
1
#############################################################  -*- c -*-
2
2
## generic include for XXX. Do not use directly.
3
3
##
4
 
## $Id: generic-table-constants.m2c,v 1.5 2005/07/15 22:41:16 rstory Exp $
 
4
## $Id: generic-table-constants.m2c 12526 2005-07-15 22:41:16Z rstory $
5
5
########################################################################
6
6
@if $m2c_create_fewer_files != 1@
7
7
@   foreach $table table@
17
17
@   open ${name}.h@
18
18
/*
19
19
 * Note: this file originally auto-generated by mib2c using
20
 
 *  $Id: generic-table-constants.m2c,v 1.5 2005/07/15 22:41:16 rstory Exp $
 
20
 *  $Id: generic-table-constants.m2c 12526 2005-07-15 22:41:16Z rstory $
21
21
 *
22
22
 * $$hack:$
23
23
 */
24
24
########################################################################
25
25
@   if $m2c_mark_boundary == 1@
26
 
/** START header generated by $RCSfile: generic-table-constants.m2c,v $ $Revision: 1.5 $ */
 
26
/** START header generated by $RCSfile$ $Revision: 12526 $ */
27
27
@   end@
28
28
########################################################################
29
29
@   include generic-header-top.m2i@
39
39
@   eval $name = "$m2c_save"@
40
40
########################################################################
41
41
@   if $m2c_mark_boundary == 1@
42
 
/** END header generated by $RCSfile: generic-table-constants.m2c,v $ $Revision: 1.5 $ */
 
42
/** END header generated by $RCSfile$ $Revision: 12526 $ */
43
43
@   end@
44
44
@end@ // m2c_create_fewer_files