This package contains two DLL files

INIDATA.DLL (c) 2019 P J Moylan
XDS230M.DLL (c) 1991-1997 XDS Ltd.

The INIDATA DLL contains functions that allow reading or modifying
data in INI or TNI files.  An INI file is a binary file, supported
by the OS/2 programming interface, to hold options and configuration
data for a program.  A TNI file contains the same information, but in
the form of human-readable text.  The point of this DLL is to support
both formats, and to relieve the programmer of the requirement to
write separate code for the two cases.

For the programmer interface, read INIData.def in the "source"
subdirectory of this package.

The XDS230M DLL contains some low-level support software needed by
INIDATA.DLL. The licensing conditions for this DLL say that it may not
be redistributed any further, except as part of this package.

You should place both of these DLLs in a directory that is on your
LIBPATH.  On a system using RPM\YUM, for example ArcaOS, the
appropriate directory is \usr\local\lib.  Otherwise, check the
LIBPATH definition in your CONFIG.SYS, and choose one of the
directories mentioned there.

NOTE: If you use RPM/YUM but \usr\local\lib does not exist, you
should create the following local directories in the %UNIXROOT%
volume. (\usr will already exist.)

      \usr\local\bin
      \usr\local\lib
      \usr\local\share
      \usr\local\sbin

It is not sufficient just to create \usr\local\lib, because this could
cause a failure to boot. For more details on this point, see

   https://www.arcanoae.com/wiki/anpm/rpm-yum-best-practices/

To work out what version you have of this software, use the
command
      bldlevel inidata.dll
The bldlevel command is an OS/2 feature, i.e. you already have
this utility installed.

