distrib: run libtoolize
[nvi.git] / common / options.awk
blobba8d3e8a8c17f6356f245d8ca64a85e13dce14b7
1 # $Id: options.awk,v 10.1 1995/06/08 19:00:01 bostic Exp $ (Berkeley) $Date: 1995/06/08 19:00:01 $
3 /^\/\* O_[0-9A-Z_]*/ {
4 printf("#define %s %d\n", $2, cnt++);
5 next;
7 END {
8 printf("#define O_OPTIONCOUNT %d\n", cnt);