summaryrefslogtreecommitdiff
path: root/src/tet3/inetlib
AgeCommit message (Collapse)AuthorFilesLines
2010-04-18tet: Fix "srcFile defined but not used" warnings.Aaron Plattner13-54/+0
These global arrays are used by the error-reporting macros to define the source file. I guess it's because using __FILE__ everywhere generated tons of copies of the file path in .data on ancient compilers. Nowadays, they end up with only one copy in .rodata. To facilitate that, make the arguments to the error reporting functions const. Propagate constness to eliminate additional warnings. Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-04-18tet: Fix "sccsid defined but not used" warnings.Aaron Plattner16-64/+0
For example: addarg.c:18: error: ‘sccsid’ defined but not used These strings are seriously outdated, unused, and cause warnings. Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-06-24Add config.h headers to all C files and mc stubsDan Nicholson14-0/+56
This should allow the autoconf defines to be used consistently.
2009-04-26Remove per-target CFLAGS where unnecessaryDan Nicholson1-1/+1
2009-03-21autotoolPeter Hutterer2-0/+1
move original Makefiles to makefile.old
2009-03-21Add a bunch of Makefile.amsPeter Hutterer1-0/+17
2005-10-31Importing TET 3.3h (unsupported) sources from ↵jamey18-0/+2888
http://tetworks.opengroup.org/tet/tet3.3h-unsup.src.tgz. Omitted the contrib directory: we don't care, and the license situation wasn't entirely clear.