• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

demo/H27-Oct-1999-2015

ChangeLogH A D27-Oct-1999245 157

MANIFESTH A D27-Oct-1999101 1110

MANIFEST.SKIPH A D26-Oct-199941 43

Makefile.PLH A D27-Oct-1999774 3122

READMEH A D26-Oct-1999931 2317

cdprotoH A D01-Mar-1995483 2314

genconst.plH A D27-Oct-19993.9 KiB199142

pmprotoH A D27-Oct-19992.1 KiB7964

xsprotoH A D04-Mar-1995650 5744

README

1The Ioctl extension
2
3The idea is to have an easily extensible module for getting the value
4of the C Ioctl constants.
5
6The .xs file is automatically rebuilt from the Ioctl.def and xsproto
7file, and likewise the .pm file is generated from Ioctl.def and
8pmproto. Any local additions that need to be included should go in
9Ioctl.def (where, incidentally, they won't be wiped out if you install
10a new version on top of this one.)
11
12No symbols are exported by default.  You need to name each symbol you
13want ("use Ioctl qw(TCFLSH TCXONC);".) You can also directly refer to
14unexported constants via "Ioctl::SymbolName".
15
16Genconst.pl also supplies constants and preproccesor/C code. Any
17changes to the master distribution will be made there, but any site
18local changes should be made in Ioctl.def. This way, genconst.pl can
19be patched in future, while leaving your local improvements/munging
20alone.
21
22- Ken (kjahds@kjahds.com, CIS:70705,126)
23