~ubuntu-branches/ubuntu/maverick/autogen/maverick

« back to all changes in this revision

Viewing changes to autoopts/funcs.def

  • Committer: Bazaar Package Importer
  • Author(s): Bradley Smith
  • Date: 2009-11-17 18:48:36 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091117184836-fci5eh9fdwela4og
Tags: 1:5.10-1
* New upstream release.
* Fix watch file.
* Remove /usr/share/info/dir. Closes: #555500.
* Add missing install-info and ${misc:Depends} dependencies.
* Make some dependencies stricter.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
/* GLOBALDEFS */
39
39
 
40
 
#line 1028 "autoopts.c"
 
40
#line 1045 "autoopts.c"
41
41
    library = 'opts';
42
42
    header = 'your-opts.h';
43
43
    lib_description =
807
807
    };
808
808
    doc =
809
809
'Run the usage output through a pager.
810
 
This is very handy if it is very long.';
 
810
This is very handy if it is very long.
 
811
This is disabled on platforms without a working fork() function.';
811
812
    srcfile = 'pgusage.c';
812
813
    linenum = '34';
813
814
};
852
853
};
853
854
 
854
855
 
855
 
#line 1041 "autoopts.c"
 
856
#line 1058 "autoopts.c"
856
857
export_func = {
857
858
    name    = 'optionProcess';
858
859
    what = 'this is the main option processing routine';
894
895
were generated with the "allow-errors" attribute, or if the
895
896
ERRSKIP_OPTERR or ERRSTOP_OPTERR macros were invoked.';
896
897
    srcfile = 'autoopts.c';
897
 
    linenum = '1041';
 
898
    linenum = '1058';
898
899
};
899
900
 
900
901
 
1237
1238
};
1238
1239
 
1239
1240
 
1240
 
#line 33 "../compat/pathfind.c"
 
1241
#line 32 "../compat/pathfind.c"
1241
1242
export_func = {
1242
1243
    name    = 'pathfind';
1243
1244
    what = 'fild a file in a list of directories';
1297
1298
the result.  Also, do not use unimplemented file modes.  :-)';
1298
1299
    err = 'returns NULL if the file is not found.';
1299
1300
    srcfile = '../compat/pathfind.c';
1300
 
    linenum = '33';
 
1301
    linenum = '32';
1301
1302
};
1302
1303
 
1303
1304
 
1538
1539
    srcfile = 'text_mmap.c';
1539
1540
    linenum = '293';
1540
1541
};
1541
 
vers-curr       = "131074";
 
1542
vers-curr       = "135168";
1542
1543
vers-min        = "102400";
1543
1544
vers-min-str    = "25:0:0";
1544
 
vers-sovers     = "32:2:7";
 
1545
vers-sovers     = "33:0:8";
1545
1546
library         = opts;
1546
1547
/*
1547
1548
 *  THIS FILE IS DISTRIBUTED