cdesktopenv/cde/programs/dtappbuilder/src/libAButil
Jon Trulson 2d0c4d6d39 Kill off OSMAJORVERSION and OSMINORVERSION defines/cpp flags
This has meant very little for a long time as configure.ac just
hardcoded these values depending on the current OS versions at the
time.

The only place where this is really 'needed' is XlationSvc.c in DtSvc
so that differences between locale specifications on various versions
of an OS can be accounted for. So for now, we just define those when
building DtSvc.

We could probably safely remove them as well with an update to the
Xlate locale DB to remove ancient cruft we don't care about anymore.

For various other modules, like dtlogin, dtsession, etc we just use
the code that was already being used due to the hardcoded values we've
had for the last 10-ish years.
2022-08-06 17:57:44 -06:00
..
Makefile.am configure: detect libm 2022-07-31 18:33:49 -06:00
Makefile.install Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
README.src Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
abio.c Centralize catgets() calls through MsgCat 2021-06-02 19:55:15 -06:00
abio_path.c dtappbuilder: remove register keyword 2018-06-27 22:00:56 -06:00
istr.c Centralize catgets() calls through MsgCat 2021-06-02 19:55:15 -06:00
istr_hash.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
istr_hash.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
istr_test.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
libAButil.msg Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
strlist.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
template.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
template.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
util.c Kill off OSMAJORVERSION and OSMINORVERSION defines/cpp flags 2022-08-06 17:57:44 -06:00
utilP.h Centralize catgets() calls through MsgCat 2021-06-02 19:55:15 -06:00
util_convert.c Discontinue HPUX support 2022-07-23 17:49:33 -06:00
util_ds.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
util_err.c Centralize catgets() calls through MsgCat 2021-06-02 19:55:15 -06:00
util_file.c Fix to decide data and return type explicity 2021-10-08 17:25:17 +09:00
util_string.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
util_test.c dtappbuilder: make it build under autotools 2020-09-05 15:49:46 -06:00

README.src

XCOMM $XConsortium: README.src /main/3 1996/04/23 20:04:02 drk $

    Library:    libAButil

Description:    

-------------------------------------------------------
-------------------------------------------------------

Module          Prefix          Description
------          ------          -----------------------
Utilities    	util_          
Input/Output	abio_
IString Cache	istr_