diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-06-18 08:52:47 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-06-24 06:23:44 -0700 |
commit | 1eafe8b65abaab94037f93196ec1512ab822b858 (patch) | |
tree | 56f13167adaacffcbe9d0942703d8c788907ac25 /src | |
parent | 1ead05eb9ecf545b60ea6508a91414662e706033 (diff) |
Add config.h headers to all C files and mc stubs
This should allow the autoconf defines to be used consistently.
Diffstat (limited to 'src')
271 files changed, 1084 insertions, 0 deletions
diff --git a/src/tet3/apilib/dcancel.c b/src/tet3/apilib/dcancel.c index 4586fbbd..4c21de63 100644 --- a/src/tet3/apilib/dcancel.c +++ b/src/tet3/apilib/dcancel.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)dcancel.c 1.9 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/apilib/dconfig.c b/src/tet3/apilib/dconfig.c index eb6254a3..ea7f8615 100644 --- a/src/tet3/apilib/dconfig.c +++ b/src/tet3/apilib/dconfig.c @@ -41,6 +41,10 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)dconfig.c 1.14 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/apilib/dresfile.c b/src/tet3/apilib/dresfile.c index 2d17b804..0e9f50fa 100644 --- a/src/tet3/apilib/dresfile.c +++ b/src/tet3/apilib/dresfile.c @@ -41,6 +41,10 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)dresfile.c 1.29 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/apilib/errno.c b/src/tet3/apilib/errno.c index b83cc725..5a12bd99 100644 --- a/src/tet3/apilib/errno.c +++ b/src/tet3/apilib/errno.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)errno.c 1.7 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/apilib/exit.c b/src/tet3/apilib/exit.c index b30f2eac..1ca3b817 100644 --- a/src/tet3/apilib/exit.c +++ b/src/tet3/apilib/exit.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)exit.c 1.14 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/apilib/getlist.c b/src/tet3/apilib/getlist.c index 6a99fb62..e409231e 100644 --- a/src/tet3/apilib/getlist.c +++ b/src/tet3/apilib/getlist.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)getlist.c 1.15 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/apilib/getsys.c b/src/tet3/apilib/getsys.c index 7a556152..e5801563 100644 --- a/src/tet3/apilib/getsys.c +++ b/src/tet3/apilib/getsys.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)getsys.c 1.12 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/apilib/getsysid.c b/src/tet3/apilib/getsysid.c index 3a988253..bf049de6 100644 --- a/src/tet3/apilib/getsysid.c +++ b/src/tet3/apilib/getsysid.c @@ -23,6 +23,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)getsysid.c 1.1 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/apilib/libvers.c b/src/tet3/apilib/libvers.c index d1df5b28..6c6ea12c 100644 --- a/src/tet3/apilib/libvers.c +++ b/src/tet3/apilib/libvers.c @@ -23,6 +23,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)libvers.c 1.1 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/apilib/remexec.c b/src/tet3/apilib/remexec.c index f651fe0d..d4fb379c 100644 --- a/src/tet3/apilib/remexec.c +++ b/src/tet3/apilib/remexec.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)remexec.c 1.20 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/apilib/remkill.c b/src/tet3/apilib/remkill.c index cdacf883..d3561366 100644 --- a/src/tet3/apilib/remkill.c +++ b/src/tet3/apilib/remkill.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)remkill.c 1.9 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/apilib/remtime.c b/src/tet3/apilib/remtime.c index 1490d358..b367c6fd 100644 --- a/src/tet3/apilib/remtime.c +++ b/src/tet3/apilib/remtime.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)remtime.c 1.11 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/apilib/remwait.c b/src/tet3/apilib/remwait.c index 528b935d..46ad826d 100644 --- a/src/tet3/apilib/remwait.c +++ b/src/tet3/apilib/remwait.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)remwait.c 1.11 (97/07/23) TET3 release 3.3"; #endif diff --git a/src/tet3/apilib/rtab.c b/src/tet3/apilib/rtab.c index 0081796e..171ab910 100644 --- a/src/tet3/apilib/rtab.c +++ b/src/tet3/apilib/rtab.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)rtab.c 1.7 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/apilib/sync.c b/src/tet3/apilib/sync.c index f11478bb..5e048e20 100644 --- a/src/tet3/apilib/sync.c +++ b/src/tet3/apilib/sync.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)sync.c 1.18 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/apilib/tciface.c b/src/tet3/apilib/tciface.c index c4acbab3..d62f35da 100644 --- a/src/tet3/apilib/tciface.c +++ b/src/tet3/apilib/tciface.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tciface.c 1.3 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/apilib/tdiscon.c b/src/tet3/apilib/tdiscon.c index b9a04aba..0b889c28 100644 --- a/src/tet3/apilib/tdiscon.c +++ b/src/tet3/apilib/tdiscon.c @@ -10,6 +10,10 @@ * permission of the copyright owners. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tdiscon.c 1.7 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/apilib/tet_exec.c b/src/tet3/apilib/tet_exec.c index 142853d5..55d3635a 100644 --- a/src/tet3/apilib/tet_exec.c +++ b/src/tet3/apilib/tet_exec.c @@ -41,6 +41,10 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tet_exec.c 1.23 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/apilib/tet_fork.c b/src/tet3/apilib/tet_fork.c index c02e5e4f..478a8db4 100644 --- a/src/tet3/apilib/tet_fork.c +++ b/src/tet3/apilib/tet_fork.c @@ -41,6 +41,10 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tet_fork.c 1.25 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/apilib/tet_spawn.c b/src/tet3/apilib/tet_spawn.c index 87d62596..716c91c3 100644 --- a/src/tet3/apilib/tet_spawn.c +++ b/src/tet3/apilib/tet_spawn.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tet_spawn.c 1.19 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/apithr/api_lock.c b/src/tet3/apithr/api_lock.c index 6642121c..d4fa30cf 100644 --- a/src/tet3/apithr/api_lock.c +++ b/src/tet3/apithr/api_lock.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)api_lock.c 1.9 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/apithr/mutexes.c b/src/tet3/apithr/mutexes.c index 9b8a87b9..d84547a6 100644 --- a/src/tet3/apithr/mutexes.c +++ b/src/tet3/apithr/mutexes.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)mutexes.c 1.4 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/apithr/thr_create.c b/src/tet3/apithr/thr_create.c index e9ad5e27..5a514a9a 100644 --- a/src/tet3/apithr/thr_create.c +++ b/src/tet3/apithr/thr_create.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "%W% (%E%) TETware release %Q%"; #endif diff --git a/src/tet3/demo/master/ts/tc1.c b/src/tet3/demo/master/ts/tc1.c index 36a2b9f6..9fb75b92 100644 --- a/src/tet3/demo/master/ts/tc1.c +++ b/src/tet3/demo/master/ts/tc1.c @@ -10,6 +10,10 @@ * permission of the copyright owners. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tc1.c 1.2 (96/08/15) TET3 release 3.3"; #endif diff --git a/src/tet3/demo/master/ts/tc2.c b/src/tet3/demo/master/ts/tc2.c index e2356b81..8c5af77c 100644 --- a/src/tet3/demo/master/ts/tc2.c +++ b/src/tet3/demo/master/ts/tc2.c @@ -10,6 +10,10 @@ * permission of the copyright owners. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tc2.c 1.3 (96/10/11) TET3 release 3.3"; #endif diff --git a/src/tet3/demo/master/ts/tc3.c b/src/tet3/demo/master/ts/tc3.c index 518b0641..608dea26 100644 --- a/src/tet3/demo/master/ts/tc3.c +++ b/src/tet3/demo/master/ts/tc3.c @@ -10,6 +10,10 @@ * permission of the copyright owners. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tc3.c 1.3 (96/10/03) TET3 release 3.3"; #endif diff --git a/src/tet3/demo/slave/ts/tc1.c b/src/tet3/demo/slave/ts/tc1.c index 83211509..b594f91c 100644 --- a/src/tet3/demo/slave/ts/tc1.c +++ b/src/tet3/demo/slave/ts/tc1.c @@ -10,6 +10,10 @@ * permission of the copyright owners. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tc1.c 1.2 (96/08/15) TET3 release 3.3"; #endif diff --git a/src/tet3/demo/slave/ts/tc2.c b/src/tet3/demo/slave/ts/tc2.c index 0bc8d28b..c84bf8ec 100644 --- a/src/tet3/demo/slave/ts/tc2.c +++ b/src/tet3/demo/slave/ts/tc2.c @@ -10,6 +10,10 @@ * permission of the copyright owners. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tc2.c 1.2 (96/08/15) TET3 release 3.3"; #endif diff --git a/src/tet3/demo/slave/ts/tc3.c b/src/tet3/demo/slave/ts/tc3.c index d1f4b331..adcc1407 100644 --- a/src/tet3/demo/slave/ts/tc3.c +++ b/src/tet3/demo/slave/ts/tc3.c @@ -10,6 +10,10 @@ * permission of the copyright owners. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tc3.c 1.3 (96/10/03) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/addarg.c b/src/tet3/dtet2lib/addarg.c index 4e53fecc..3e6c7fd4 100644 --- a/src/tet3/dtet2lib/addarg.c +++ b/src/tet3/dtet2lib/addarg.c @@ -10,6 +10,10 @@ * permission of the copyright owners. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)addarg.c 1.4 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/alarm.c b/src/tet3/dtet2lib/alarm.c index 0cae3cd9..4e14f494 100644 --- a/src/tet3/dtet2lib/alarm.c +++ b/src/tet3/dtet2lib/alarm.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)alarm.c 1.10 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/amsg.c b/src/tet3/dtet2lib/amsg.c index 1152344b..58a1df5e 100644 --- a/src/tet3/dtet2lib/amsg.c +++ b/src/tet3/dtet2lib/amsg.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)amsg.c 1.6 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/avmsg.c b/src/tet3/dtet2lib/avmsg.c index 4d9d25cf..1e17ee52 100644 --- a/src/tet3/dtet2lib/avmsg.c +++ b/src/tet3/dtet2lib/avmsg.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)avmsg.c 1.8 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/basename.c b/src/tet3/dtet2lib/basename.c index a1847904..4ff2bb61 100644 --- a/src/tet3/dtet2lib/basename.c +++ b/src/tet3/dtet2lib/basename.c @@ -23,6 +23,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)basename.c 1.1 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/btmsg.c b/src/tet3/dtet2lib/btmsg.c index ee3d04da..ad5db1c8 100644 --- a/src/tet3/dtet2lib/btmsg.c +++ b/src/tet3/dtet2lib/btmsg.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)btmsg.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/bufchk.c b/src/tet3/dtet2lib/bufchk.c index 96caa4e5..c09635ad 100644 --- a/src/tet3/dtet2lib/bufchk.c +++ b/src/tet3/dtet2lib/bufchk.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)bufchk.c 1.8 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/buftrace.c b/src/tet3/dtet2lib/buftrace.c index e6a95925..632f7b6f 100644 --- a/src/tet3/dtet2lib/buftrace.c +++ b/src/tet3/dtet2lib/buftrace.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)buftrace.c 1.7 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/dtmsg.c b/src/tet3/dtet2lib/dtmsg.c index c98d7b41..bd3721b1 100644 --- a/src/tet3/dtet2lib/dtmsg.c +++ b/src/tet3/dtet2lib/dtmsg.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)dtmsg.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/dtsize.c b/src/tet3/dtet2lib/dtsize.c index 31155676..8f6e260c 100644 --- a/src/tet3/dtet2lib/dtsize.c +++ b/src/tet3/dtet2lib/dtsize.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)dtsize.c 1.10 (97/07/21) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/eaccess.c b/src/tet3/dtet2lib/eaccess.c index ee2ff604..901aaba1 100644 --- a/src/tet3/dtet2lib/eaccess.c +++ b/src/tet3/dtet2lib/eaccess.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)eaccess.c 1.12 (99/04/21) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/equindex.c b/src/tet3/dtet2lib/equindex.c index 7d5861da..8bec94c8 100644 --- a/src/tet3/dtet2lib/equindex.c +++ b/src/tet3/dtet2lib/equindex.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)equindex.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/errmap.c b/src/tet3/dtet2lib/errmap.c index 648ee55f..3b2b8bf8 100644 --- a/src/tet3/dtet2lib/errmap.c +++ b/src/tet3/dtet2lib/errmap.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)errmap.c 1.7 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/errname.c b/src/tet3/dtet2lib/errname.c index 7f750d64..14da16ef 100644 --- a/src/tet3/dtet2lib/errname.c +++ b/src/tet3/dtet2lib/errname.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)errname.c 1.7 (96/09/30) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/fappend.c b/src/tet3/dtet2lib/fappend.c index f4187205..885ef7fe 100644 --- a/src/tet3/dtet2lib/fappend.c +++ b/src/tet3/dtet2lib/fappend.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)fappend.c 1.7 (97/07/21) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/fcopy.c b/src/tet3/dtet2lib/fcopy.c index 9fd57ece..49230387 100644 --- a/src/tet3/dtet2lib/fcopy.c +++ b/src/tet3/dtet2lib/fcopy.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)fcopy.c 1.14 (99/04/21) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/fgetargs.c b/src/tet3/dtet2lib/fgetargs.c index cf40faae..7ec0f82e 100644 --- a/src/tet3/dtet2lib/fgetargs.c +++ b/src/tet3/dtet2lib/fgetargs.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)fgetargs.c 1.5 (96/09/30) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/fioclex.c b/src/tet3/dtet2lib/fioclex.c index 81f0e9cb..de6432e7 100644 --- a/src/tet3/dtet2lib/fioclex.c +++ b/src/tet3/dtet2lib/fioclex.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)fioclex.c 1.9 (97/07/21) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/fork.c b/src/tet3/dtet2lib/fork.c index 8b80ad89..ee8bd0f7 100644 --- a/src/tet3/dtet2lib/fork.c +++ b/src/tet3/dtet2lib/fork.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)fork.c 1.9 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/ftoa.c b/src/tet3/dtet2lib/ftoa.c index ea6a90f8..2aea69be 100644 --- a/src/tet3/dtet2lib/ftoa.c +++ b/src/tet3/dtet2lib/ftoa.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)ftoa.c 1.9 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/generror.c b/src/tet3/dtet2lib/generror.c index ea329399..766d0497 100644 --- a/src/tet3/dtet2lib/generror.c +++ b/src/tet3/dtet2lib/generror.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)generror.c 1.7 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/genfatal.c b/src/tet3/dtet2lib/genfatal.c index 174cb242..c7d3a982 100644 --- a/src/tet3/dtet2lib/genfatal.c +++ b/src/tet3/dtet2lib/genfatal.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)genfatal.c 1.8 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/getargs.c b/src/tet3/dtet2lib/getargs.c index 10a42a4c..d3bba08b 100644 --- a/src/tet3/dtet2lib/getargs.c +++ b/src/tet3/dtet2lib/getargs.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)getargs.c 1.6 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/globals.c b/src/tet3/dtet2lib/globals.c index c51e9fb3..ce85a35d 100644 --- a/src/tet3/dtet2lib/globals.c +++ b/src/tet3/dtet2lib/globals.c @@ -23,6 +23,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)globals.c 1.1 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/hexdump.c b/src/tet3/dtet2lib/hexdump.c index ca8968e4..7b863248 100644 --- a/src/tet3/dtet2lib/hexdump.c +++ b/src/tet3/dtet2lib/hexdump.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)hexdump.c 1.5 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/ldst.c b/src/tet3/dtet2lib/ldst.c index f3839f27..c522a36b 100644 --- a/src/tet3/dtet2lib/ldst.c +++ b/src/tet3/dtet2lib/ldst.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)ldst.c 1.7 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/llist.c b/src/tet3/dtet2lib/llist.c index c6f3f98c..64ecadda 100644 --- a/src/tet3/dtet2lib/llist.c +++ b/src/tet3/dtet2lib/llist.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)llist.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/ltoa.c b/src/tet3/dtet2lib/ltoa.c index b64e064e..a15d61fd 100644 --- a/src/tet3/dtet2lib/ltoa.c +++ b/src/tet3/dtet2lib/ltoa.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)ltoa.c 1.7 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/ltoo.c b/src/tet3/dtet2lib/ltoo.c index 418934f6..9e95bc71 100644 --- a/src/tet3/dtet2lib/ltoo.c +++ b/src/tet3/dtet2lib/ltoo.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)ltoo.c 1.6 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/ltox.c b/src/tet3/dtet2lib/ltox.c index 9fe3ba59..9d1e5f74 100644 --- a/src/tet3/dtet2lib/ltox.c +++ b/src/tet3/dtet2lib/ltox.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)ltox.c 1.6 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/madir.c b/src/tet3/dtet2lib/madir.c index 85942ff6..6488f3db 100644 --- a/src/tet3/dtet2lib/madir.c +++ b/src/tet3/dtet2lib/madir.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)madir.c 1.9 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/maperr.c b/src/tet3/dtet2lib/maperr.c index caf93d9b..bd698835 100644 --- a/src/tet3/dtet2lib/maperr.c +++ b/src/tet3/dtet2lib/maperr.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)maperr.c 1.8 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/mapsig.c b/src/tet3/dtet2lib/mapsig.c index e12719e1..de88bbb5 100644 --- a/src/tet3/dtet2lib/mapsig.c +++ b/src/tet3/dtet2lib/mapsig.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)mapsig.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/mapstat.c b/src/tet3/dtet2lib/mapstat.c index 2e047b45..61f68bf3 100644 --- a/src/tet3/dtet2lib/mapstat.c +++ b/src/tet3/dtet2lib/mapstat.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)mapstat.c 1.8 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/mkdir.c b/src/tet3/dtet2lib/mkdir.c index 2688bb25..5e6cae6d 100644 --- a/src/tet3/dtet2lib/mkdir.c +++ b/src/tet3/dtet2lib/mkdir.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)mkdir.c 1.11 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/notty.c b/src/tet3/dtet2lib/notty.c index 944f15aa..68bd6a15 100644 --- a/src/tet3/dtet2lib/notty.c +++ b/src/tet3/dtet2lib/notty.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)notty.c 1.9 (97/07/21) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/optarg.c b/src/tet3/dtet2lib/optarg.c index 38728241..bf539114 100644 --- a/src/tet3/dtet2lib/optarg.c +++ b/src/tet3/dtet2lib/optarg.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)optarg.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/prerror.c b/src/tet3/dtet2lib/prerror.c index 57bfda4a..02106fef 100644 --- a/src/tet3/dtet2lib/prerror.c +++ b/src/tet3/dtet2lib/prerror.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)prerror.c 1.9 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/ptflags.c b/src/tet3/dtet2lib/ptflags.c index 757f801c..ce4d1a26 100644 --- a/src/tet3/dtet2lib/ptflags.c +++ b/src/tet3/dtet2lib/ptflags.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)ptflags.c 1.7 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/ptspid.c b/src/tet3/dtet2lib/ptspid.c index 1dafff8d..e01449de 100644 --- a/src/tet3/dtet2lib/ptspid.c +++ b/src/tet3/dtet2lib/ptspid.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)ptspid.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/ptstate.c b/src/tet3/dtet2lib/ptstate.c index aa4bf4bb..8fd3c885 100644 --- a/src/tet3/dtet2lib/ptstate.c +++ b/src/tet3/dtet2lib/ptstate.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)ptstate.c 1.7 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/ptstype.c b/src/tet3/dtet2lib/ptstype.c index d7a87e6b..b269e64e 100644 --- a/src/tet3/dtet2lib/ptstype.c +++ b/src/tet3/dtet2lib/ptstype.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)ptstype.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/pttype.c b/src/tet3/dtet2lib/pttype.c index 8f9d689a..5beb3e57 100644 --- a/src/tet3/dtet2lib/pttype.c +++ b/src/tet3/dtet2lib/pttype.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)pttype.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/ptype.c b/src/tet3/dtet2lib/ptype.c index d98493b1..ca88b10f 100644 --- a/src/tet3/dtet2lib/ptype.c +++ b/src/tet3/dtet2lib/ptype.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)ptype.c 1.8 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/putenv.c b/src/tet3/dtet2lib/putenv.c index cf2686aa..b7663dc1 100644 --- a/src/tet3/dtet2lib/putenv.c +++ b/src/tet3/dtet2lib/putenv.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)putenv.c 1.9 (97/07/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/remvar.c b/src/tet3/dtet2lib/remvar.c index 8efb201b..6267f635 100644 --- a/src/tet3/dtet2lib/remvar.c +++ b/src/tet3/dtet2lib/remvar.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)remvar.c 1.7 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/repcode.c b/src/tet3/dtet2lib/repcode.c index d6c3702b..647bac44 100644 --- a/src/tet3/dtet2lib/repcode.c +++ b/src/tet3/dtet2lib/repcode.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)repcode.c 1.9 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/reqcode.c b/src/tet3/dtet2lib/reqcode.c index f70ec288..e06dca4e 100644 --- a/src/tet3/dtet2lib/reqcode.c +++ b/src/tet3/dtet2lib/reqcode.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)reqcode.c 1.10 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/rescode.c b/src/tet3/dtet2lib/rescode.c index f1ecb4a1..0715639b 100644 --- a/src/tet3/dtet2lib/rescode.c +++ b/src/tet3/dtet2lib/rescode.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)rescode.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/rtoa.c b/src/tet3/dtet2lib/rtoa.c index 1d183c19..46658817 100644 --- a/src/tet3/dtet2lib/rtoa.c +++ b/src/tet3/dtet2lib/rtoa.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)rtoa.c 1.7 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/sigmap.c b/src/tet3/dtet2lib/sigmap.c index 6579c44d..be2702b3 100644 --- a/src/tet3/dtet2lib/sigmap.c +++ b/src/tet3/dtet2lib/sigmap.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)sigmap.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/sigsafe.c b/src/tet3/dtet2lib/sigsafe.c index dcc0c5a1..b0dcb8b4 100644 --- a/src/tet3/dtet2lib/sigsafe.c +++ b/src/tet3/dtet2lib/sigsafe.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)sigsafe.c 1.6 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/strstore.c b/src/tet3/dtet2lib/strstore.c index 8a9b97ff..e7aaec8e 100644 --- a/src/tet3/dtet2lib/strstore.c +++ b/src/tet3/dtet2lib/strstore.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)strstore.c 1.8 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/svote.c b/src/tet3/dtet2lib/svote.c index df3f4a30..18dd0846 100644 --- a/src/tet3/dtet2lib/svote.c +++ b/src/tet3/dtet2lib/svote.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)svote.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/sysbyid.c b/src/tet3/dtet2lib/sysbyid.c index a957250a..1b6f52e5 100644 --- a/src/tet3/dtet2lib/sysbyid.c +++ b/src/tet3/dtet2lib/sysbyid.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)sysbyid.c 1.5 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/sysent.c b/src/tet3/dtet2lib/sysent.c index cb4da63e..fc7729dd 100644 --- a/src/tet3/dtet2lib/sysent.c +++ b/src/tet3/dtet2lib/sysent.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)sysent.c 1.9 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/systate.c b/src/tet3/dtet2lib/systate.c index 3824477d..917ed46d 100644 --- a/src/tet3/dtet2lib/systate.c +++ b/src/tet3/dtet2lib/systate.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)systate.c 1.7 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/targs.c b/src/tet3/dtet2lib/targs.c index ee29bca5..fbebfb2b 100644 --- a/src/tet3/dtet2lib/targs.c +++ b/src/tet3/dtet2lib/targs.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)targs.c 1.8 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/tdump.c b/src/tet3/dtet2lib/tdump.c index 369b996e..4da25080 100644 --- a/src/tet3/dtet2lib/tdump.c +++ b/src/tet3/dtet2lib/tdump.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tdump.c 1.5 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/tfname.c b/src/tet3/dtet2lib/tfname.c index e1c87fd4..f79c3d0b 100644 --- a/src/tet3/dtet2lib/tfname.c +++ b/src/tet3/dtet2lib/tfname.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tfname.c 1.11 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/trace.c b/src/tet3/dtet2lib/trace.c index debb2492..daa3b056 100644 --- a/src/tet3/dtet2lib/trace.c +++ b/src/tet3/dtet2lib/trace.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)trace.c 1.12 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/unmaperr.c b/src/tet3/dtet2lib/unmaperr.c index bc5f86e6..01907c25 100644 --- a/src/tet3/dtet2lib/unmaperr.c +++ b/src/tet3/dtet2lib/unmaperr.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)unmaperr.c 1.7 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/unmapsig.c b/src/tet3/dtet2lib/unmapsig.c index 206f91e7..c85f5888 100644 --- a/src/tet3/dtet2lib/unmapsig.c +++ b/src/tet3/dtet2lib/unmapsig.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)unmapsig.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/valmsg.c b/src/tet3/dtet2lib/valmsg.c index 304439b0..e68dfc5a 100644 --- a/src/tet3/dtet2lib/valmsg.c +++ b/src/tet3/dtet2lib/valmsg.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)valmsg.c 1.8 (98/08/28) TET3 release 3.3"; #endif diff --git a/src/tet3/dtet2lib/wait3.c b/src/tet3/dtet2lib/wait3.c index ab539bd5..0e096400 100644 --- a/src/tet3/dtet2lib/wait3.c +++ b/src/tet3/dtet2lib/wait3.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)wait3.c 1.10 (97/07/21) TET3 release 3.3"; #endif diff --git a/src/tet3/inetlib/accept.c b/src/tet3/inetlib/accept.c index 5ec8db63..e59736dc 100644 --- a/src/tet3/inetlib/accept.c +++ b/src/tet3/inetlib/accept.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)accept.c 1.7 (97/07/21) TET3 release 3.3"; #endif diff --git a/src/tet3/inetlib/connect.c b/src/tet3/inetlib/connect.c index 42ecb6c2..e4808821 100644 --- a/src/tet3/inetlib/connect.c +++ b/src/tet3/inetlib/connect.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)connect.c 1.12 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/inetlib/discon.c b/src/tet3/inetlib/discon.c index 09e79971..c3bdbc2f 100644 --- a/src/tet3/inetlib/discon.c +++ b/src/tet3/inetlib/discon.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)discon.c 1.5 (97/07/21) TET3 release 3.3"; #endif diff --git a/src/tet3/inetlib/host.c b/src/tet3/inetlib/host.c index b6ae724c..85f42744 100644 --- a/src/tet3/inetlib/host.c +++ b/src/tet3/inetlib/host.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)host.c 1.10 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/inetlib/lhost.c b/src/tet3/inetlib/lhost.c index 6fa83a7a..03c9e527 100644 --- a/src/tet3/inetlib/lhost.c +++ b/src/tet3/inetlib/lhost.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)lhost.c 1.8 (97/07/21) TET3 release 3.3"; #endif diff --git a/src/tet3/inetlib/listn.c b/src/tet3/inetlib/listn.c index bfff74e7..38d3cac3 100644 --- a/src/tet3/inetlib/listn.c +++ b/src/tet3/inetlib/listn.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)listn.c 1.9 (97/07/21) TET3 release 3.3"; #endif diff --git a/src/tet3/inetlib/nbio.c b/src/tet3/inetlib/nbio.c index 0fa6eb09..1f80a126 100644 --- a/src/tet3/inetlib/nbio.c +++ b/src/tet3/inetlib/nbio.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)nbio.c 1.7 (97/07/21) TET3 release 3.3"; #endif diff --git a/src/tet3/inetlib/poll.c b/src/tet3/inetlib/poll.c index 73063bbb..dbbe1ee6 100644 --- a/src/tet3/inetlib/poll.c +++ b/src/tet3/inetlib/poll.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)poll.c 1.9 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/inetlib/rdwr.c b/src/tet3/inetlib/rdwr.c index 7d47a4e6..450888f6 100644 --- a/src/tet3/inetlib/rdwr.c +++ b/src/tet3/inetlib/rdwr.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)rdwr.c 1.14 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/inetlib/tccdaddr.c b/src/tet3/inetlib/tccdaddr.c index d3e276b1..20ccd02c 100644 --- a/src/tet3/inetlib/tccdaddr.c +++ b/src/tet3/inetlib/tccdaddr.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tccdaddr.c 1.10 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/inetlib/tccdport.c b/src/tet3/inetlib/tccdport.c index 19111552..1a13291c 100644 --- a/src/tet3/inetlib/tccdport.c +++ b/src/tet3/inetlib/tccdport.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tccdport.c 1.9 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/inetlib/tptab.c b/src/tet3/inetlib/tptab.c index efd9bb5e..e194485d 100644 --- a/src/tet3/inetlib/tptab.c +++ b/src/tet3/inetlib/tptab.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tptab.c 1.7 (97/07/21) TET3 release 3.3"; #endif diff --git a/src/tet3/inetlib/tsinfo.c b/src/tet3/inetlib/tsinfo.c index ec093a43..c756da45 100644 --- a/src/tet3/inetlib/tsinfo.c +++ b/src/tet3/inetlib/tsinfo.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tsinfo.c 1.7 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/inetlib/tstcmenv.c b/src/tet3/inetlib/tstcmenv.c index 9ace4a7a..6c2ff54a 100644 --- a/src/tet3/inetlib/tstcmenv.c +++ b/src/tet3/inetlib/tstcmenv.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tstcmenv.c 1.9 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/llib/llib-lapi.c b/src/tet3/llib/llib-lapi.c index 03d1f020..bc651a68 100644 --- a/src/tet3/llib/llib-lapi.c +++ b/src/tet3/llib/llib-lapi.c @@ -31,6 +31,10 @@ MODIFICATIONS: /* LINTLIBRARY */ /* band-aid for non-posix systems */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #if defined(SVR2) || defined(BSD42) || defined(BSD43) typedef int pid_t; #endif diff --git a/src/tet3/llib/llib-ltcm.c b/src/tet3/llib/llib-ltcm.c index bd6778d9..df61b7dd 100644 --- a/src/tet3/llib/llib-ltcm.c +++ b/src/tet3/llib/llib-ltcm.c @@ -37,6 +37,10 @@ MODIFICATIONS: /* LINTLIBRARY */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #define TET_API_ONLY /* exclude non-API definitions in llib-lapi.c */ #include "llib-lapi.c" diff --git a/src/tet3/llib/llib-ltcmc.c b/src/tet3/llib/llib-ltcmc.c index a34a738e..256933b3 100644 --- a/src/tet3/llib/llib-ltcmc.c +++ b/src/tet3/llib/llib-ltcmc.c @@ -37,6 +37,10 @@ MODIFICATIONS: /* LINTLIBRARY */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #define TET_API_ONLY /* exclude non-API definitions in llib-lapi.c */ #include "llib-lapi.c" diff --git a/src/tet3/servlib/cloop.c b/src/tet3/servlib/cloop.c index b1bf3011..eb735ca6 100644 --- a/src/tet3/servlib/cloop.c +++ b/src/tet3/servlib/cloop.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)cloop.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/fio.c b/src/tet3/servlib/fio.c index cf685f51..18f9faf4 100644 --- a/src/tet3/servlib/fio.c +++ b/src/tet3/servlib/fio.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)fio.c 1.7 (99/03/26) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/forkd.c b/src/tet3/servlib/forkd.c index d31a384d..7144233f 100644 --- a/src/tet3/servlib/forkd.c +++ b/src/tet3/servlib/forkd.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)forkd.c 1.8 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/logon.c b/src/tet3/servlib/logon.c index 426ecd56..0a4e04af 100644 --- a/src/tet3/servlib/logon.c +++ b/src/tet3/servlib/logon.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)logon.c 1.7 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/msgbuf.c b/src/tet3/servlib/msgbuf.c index 2b02c5e5..e93afcdf 100644 --- a/src/tet3/servlib/msgbuf.c +++ b/src/tet3/servlib/msgbuf.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)msgbuf.c 1.7 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/ptab.c b/src/tet3/servlib/ptab.c index 413603a3..bf9f338f 100644 --- a/src/tet3/servlib/ptab.c +++ b/src/tet3/servlib/ptab.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)ptab.c 1.6 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/sdasync.c b/src/tet3/servlib/sdasync.c index bb75d56a..c1dbfd08 100644 --- a/src/tet3/servlib/sdasync.c +++ b/src/tet3/servlib/sdasync.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)sdasync.c 1.10 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/sdead.c b/src/tet3/servlib/sdead.c index 3f2ee38d..95350831 100644 --- a/src/tet3/servlib/sdead.c +++ b/src/tet3/servlib/sdead.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)sdead.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/sdsnget.c b/src/tet3/servlib/sdsnget.c index bdb398d3..ceb1101f 100644 --- a/src/tet3/servlib/sdsnget.c +++ b/src/tet3/servlib/sdsnget.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)sdsnget.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/sdsnrm.c b/src/tet3/servlib/sdsnrm.c index 324baf07..a2af0d85 100644 --- a/src/tet3/servlib/sdsnrm.c +++ b/src/tet3/servlib/sdsnrm.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)sdsnrm.c 1.1 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/sdsnsys.c b/src/tet3/servlib/sdsnsys.c index b322aa0f..fe67dec9 100644 --- a/src/tet3/servlib/sdsnsys.c +++ b/src/tet3/servlib/sdsnsys.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)sdsnsys.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/sdtalk.c b/src/tet3/servlib/sdtalk.c index 1b4373ed..ec83ea9a 100644 --- a/src/tet3/servlib/sdtalk.c +++ b/src/tet3/servlib/sdtalk.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)sdtalk.c 1.12 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/sdusync.c b/src/tet3/servlib/sdusync.c index 91a5517c..5f825502 100644 --- a/src/tet3/servlib/sdusync.c +++ b/src/tet3/servlib/sdusync.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)sdusync.c 1.8 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/server.c b/src/tet3/servlib/server.c index 63227b6b..a4ef3341 100644 --- a/src/tet3/servlib/server.c +++ b/src/tet3/servlib/server.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)server.c 1.8 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/sloop.c b/src/tet3/servlib/sloop.c index f1bb50fb..0db38af8 100644 --- a/src/tet3/servlib/sloop.c +++ b/src/tet3/servlib/sloop.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)sloop.c 1.9 (96/12/02) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/smain.c b/src/tet3/servlib/smain.c index e374453f..82357f12 100644 --- a/src/tet3/servlib/smain.c +++ b/src/tet3/servlib/smain.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)smain.c 1.10 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/sproc.c b/src/tet3/servlib/sproc.c index c8d2492a..a787ea83 100644 --- a/src/tet3/servlib/sproc.c +++ b/src/tet3/servlib/sproc.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)sproc.c 1.7 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/talk.c b/src/tet3/servlib/talk.c index 50ea76e9..e0555edc 100644 --- a/src/tet3/servlib/talk.c +++ b/src/tet3/servlib/talk.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)talk.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tcaccess.c b/src/tet3/servlib/tcaccess.c index 0fdf2ead..82f2de12 100644 --- a/src/tet3/servlib/tcaccess.c +++ b/src/tet3/servlib/tcaccess.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcaccess.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tccfnam.c b/src/tet3/servlib/tccfnam.c index 3533c1c6..c3c1d426 100644 --- a/src/tet3/servlib/tccfnam.c +++ b/src/tet3/servlib/tccfnam.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tccfnam.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tcconf.c b/src/tet3/servlib/tcconf.c index c1ee19a1..62d1ccb8 100644 --- a/src/tet3/servlib/tcconf.c +++ b/src/tet3/servlib/tcconf.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcconf.c 1.8 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tccopy.c b/src/tet3/servlib/tccopy.c index f0cffb06..08b8a1e8 100644 --- a/src/tet3/servlib/tccopy.c +++ b/src/tet3/servlib/tccopy.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tccopy.c 1.5 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tcdir.c b/src/tet3/servlib/tcdir.c index e1dddafd..e96d371e 100644 --- a/src/tet3/servlib/tcdir.c +++ b/src/tet3/servlib/tcdir.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcdir.c 1.7 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tcexec.c b/src/tet3/servlib/tcexec.c index 72faf8be..ada00190 100644 --- a/src/tet3/servlib/tcexec.c +++ b/src/tet3/servlib/tcexec.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcexec.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tcfio.c b/src/tet3/servlib/tcfio.c index d3635847..2bc06342 100644 --- a/src/tet3/servlib/tcfio.c +++ b/src/tet3/servlib/tcfio.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcfio.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tckill.c b/src/tet3/servlib/tckill.c index 14c9deb6..031b9701 100644 --- a/src/tet3/servlib/tckill.c +++ b/src/tet3/servlib/tckill.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tckill.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tclfile.c b/src/tet3/servlib/tclfile.c index c5ab70cd..c0d3d012 100644 --- a/src/tet3/servlib/tclfile.c +++ b/src/tet3/servlib/tclfile.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tclfile.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tcmexec.c b/src/tet3/servlib/tcmexec.c index 40b0107b..27eba032 100644 --- a/src/tet3/servlib/tcmexec.c +++ b/src/tet3/servlib/tcmexec.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcmexec.c 1.5 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tcputenv.c b/src/tet3/servlib/tcputenv.c index 4afa6890..35576dac 100644 --- a/src/tet3/servlib/tcputenv.c +++ b/src/tet3/servlib/tcputenv.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcputenv.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tcrsys.c b/src/tet3/servlib/tcrsys.c index 207b7d54..0dd83252 100644 --- a/src/tet3/servlib/tcrsys.c +++ b/src/tet3/servlib/tcrsys.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcrsys.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tcrxfile.c b/src/tet3/servlib/tcrxfile.c index bb633479..610b001c 100644 --- a/src/tet3/servlib/tcrxfile.c +++ b/src/tet3/servlib/tcrxfile.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcrxfile.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tcsdir.c b/src/tet3/servlib/tcsdir.c index bd88292c..fe7a60fb 100644 --- a/src/tet3/servlib/tcsdir.c +++ b/src/tet3/servlib/tcsdir.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcsdir.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tcshlock.c b/src/tet3/servlib/tcshlock.c index 82a690ac..10629632 100644 --- a/src/tet3/servlib/tcshlock.c +++ b/src/tet3/servlib/tcshlock.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcshlock.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tcsname.c b/src/tet3/servlib/tcsname.c index e96a91cf..75c34164 100644 --- a/src/tet3/servlib/tcsname.c +++ b/src/tet3/servlib/tcsname.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcsname.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tctalk.c b/src/tet3/servlib/tctalk.c index a658e549..334ae215 100644 --- a/src/tet3/servlib/tctalk.c +++ b/src/tet3/servlib/tctalk.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tctalk.c 1.11 (97/07/23) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tctdir.c b/src/tet3/servlib/tctdir.c index 5016a884..74e2bdfc 100644 --- a/src/tet3/servlib/tctdir.c +++ b/src/tet3/servlib/tctdir.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tctdir.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tctexec.c b/src/tet3/servlib/tctexec.c index 3a005635..ac970f48 100644 --- a/src/tet3/servlib/tctexec.c +++ b/src/tet3/servlib/tctexec.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tctexec.c 1.5 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tctime.c b/src/tet3/servlib/tctime.c index affb9e64..ec24e3c3 100644 --- a/src/tet3/servlib/tctime.c +++ b/src/tet3/servlib/tctime.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tctime.c 1.5 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tctsfile.c b/src/tet3/servlib/tctsfile.c index 32b4448d..f04fc825 100644 --- a/src/tet3/servlib/tctsfile.c +++ b/src/tet3/servlib/tctsfile.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tctsfile.c 1.9 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tcuexec.c b/src/tet3/servlib/tcuexec.c index 8bd5c72a..c39689cf 100644 --- a/src/tet3/servlib/tcuexec.c +++ b/src/tet3/servlib/tcuexec.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcuexec.c 1.5 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tcunlink.c b/src/tet3/servlib/tcunlink.c index 6a018547..5b6c5629 100644 --- a/src/tet3/servlib/tcunlink.c +++ b/src/tet3/servlib/tcunlink.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcunlink.c 1.5 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tcwait.c b/src/tet3/servlib/tcwait.c index 94b442bb..a83e9726 100644 --- a/src/tet3/servlib/tcwait.c +++ b/src/tet3/servlib/tcwait.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcwait.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/tcxconf.c b/src/tet3/servlib/tcxconf.c index 63c2a19b..47652df4 100644 --- a/src/tet3/servlib/tcxconf.c +++ b/src/tet3/servlib/tcxconf.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcxconf.c 1.3 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/titcmenv.c b/src/tet3/servlib/titcmenv.c index fe2c1be1..c245a35a 100644 --- a/src/tet3/servlib/titcmenv.c +++ b/src/tet3/servlib/titcmenv.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)titcmenv.c 1.9 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/xdcfnam.c b/src/tet3/servlib/xdcfnam.c index 36914f03..dd26d5fc 100644 --- a/src/tet3/servlib/xdcfnam.c +++ b/src/tet3/servlib/xdcfnam.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)xdcfnam.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/xdcodesf.c b/src/tet3/servlib/xdcodesf.c index 348d1d64..3b586378 100644 --- a/src/tet3/servlib/xdcodesf.c +++ b/src/tet3/servlib/xdcodesf.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)xdcodesf.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/xdfio.c b/src/tet3/servlib/xdfio.c index 91cedf99..d74a0333 100644 --- a/src/tet3/servlib/xdfio.c +++ b/src/tet3/servlib/xdfio.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)xdfio.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/xdictp.c b/src/tet3/servlib/xdictp.c index db35ddf7..d21e6e57 100644 --- a/src/tet3/servlib/xdictp.c +++ b/src/tet3/servlib/xdictp.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)xdictp.c 1.8 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/xdrcfnam.c b/src/tet3/servlib/xdrcfnam.c index c75bafb9..c1c81e80 100644 --- a/src/tet3/servlib/xdrcfnam.c +++ b/src/tet3/servlib/xdrcfnam.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)xdrcfnam.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/xdresult.c b/src/tet3/servlib/xdresult.c index ed274081..d4e16da6 100644 --- a/src/tet3/servlib/xdresult.c +++ b/src/tet3/servlib/xdresult.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)xdresult.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/xdtalk.c b/src/tet3/servlib/xdtalk.c index cff23e0f..79a1a9a7 100644 --- a/src/tet3/servlib/xdtalk.c +++ b/src/tet3/servlib/xdtalk.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)xdtalk.c 1.12 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/xdxfile.c b/src/tet3/servlib/xdxfile.c index 14bad934..866c3ace 100644 --- a/src/tet3/servlib/xdxfile.c +++ b/src/tet3/servlib/xdxfile.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)xdxfile.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/xdxrclose.c b/src/tet3/servlib/xdxrclose.c index 3765cd3f..b97f159c 100644 --- a/src/tet3/servlib/xdxrclose.c +++ b/src/tet3/servlib/xdxrclose.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)xdxrclose.c 1.5 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/xdxres.c b/src/tet3/servlib/xdxres.c index 6a7861d6..b6cdcbb3 100644 --- a/src/tet3/servlib/xdxres.c +++ b/src/tet3/servlib/xdxres.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)xdxres.c 1.9 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/xdxropen.c b/src/tet3/servlib/xdxropen.c index 47048e06..1d8a0f8e 100644 --- a/src/tet3/servlib/xdxropen.c +++ b/src/tet3/servlib/xdxropen.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)xdxropen.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/xdxrsend.c b/src/tet3/servlib/xdxrsend.c index 55412ac6..c0d5261b 100644 --- a/src/tet3/servlib/xdxrsend.c +++ b/src/tet3/servlib/xdxrsend.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)xdxrsend.c 1.2 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/servlib/xdxrsys.c b/src/tet3/servlib/xdxrsys.c index 57916e9b..c9f202a5 100644 --- a/src/tet3/servlib/xdxrsys.c +++ b/src/tet3/servlib/xdxrsys.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)xdxrsys.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/syncd/fake.c b/src/tet3/syncd/fake.c index 9535bccf..b41abc67 100644 --- a/src/tet3/syncd/fake.c +++ b/src/tet3/syncd/fake.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)fake.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/syncd/stab.c b/src/tet3/syncd/stab.c index 99d94585..af9a6dd3 100644 --- a/src/tet3/syncd/stab.c +++ b/src/tet3/syncd/stab.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)stab.c 1.13 (97/06/02) TET3 release 3.3"; #endif diff --git a/src/tet3/syncd/syncd.c b/src/tet3/syncd/syncd.c index 83ebef96..ef0d15ba 100644 --- a/src/tet3/syncd/syncd.c +++ b/src/tet3/syncd/syncd.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)syncd.c 1.13 (98/09/01) TET3 release 3.3"; static char *copyright[] = { diff --git a/src/tet3/syncd/syncd_bs.c b/src/tet3/syncd/syncd_bs.c index 450e41fc..202e0dda 100644 --- a/src/tet3/syncd/syncd_bs.c +++ b/src/tet3/syncd/syncd_bs.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)syncd_bs.c 1.7 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/syncd/syncd_in.c b/src/tet3/syncd/syncd_in.c index d0cd7e81..e08cdc78 100644 --- a/src/tet3/syncd/syncd_in.c +++ b/src/tet3/syncd/syncd_in.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)syncd_in.c 1.6 (97/07/21) TET3 release 3.3"; #endif diff --git a/src/tet3/syncd/syncd_xt.c b/src/tet3/syncd/syncd_xt.c index 648532e1..14cf5569 100644 --- a/src/tet3/syncd/syncd_xt.c +++ b/src/tet3/syncd/syncd_xt.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)syncd_xt.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/syncd/synproc.c b/src/tet3/syncd/synproc.c index 91b63e48..2a408067 100644 --- a/src/tet3/syncd/synproc.c +++ b/src/tet3/syncd/synproc.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)synproc.c 1.11 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/cleanup.c b/src/tet3/tcc/cleanup.c index 753e74c3..26d2c78f 100644 --- a/src/tet3/tcc/cleanup.c +++ b/src/tet3/tcc/cleanup.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)cleanup.c 1.5 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/config.c b/src/tet3/tcc/config.c index 08657fdb..842d3bde 100644 --- a/src/tet3/tcc/config.c +++ b/src/tet3/tcc/config.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)config.c 1.12 (98/12/11) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/copysave.c b/src/tet3/tcc/copysave.c index 727bf9e6..05a4ebda 100644 --- a/src/tet3/tcc/copysave.c +++ b/src/tet3/tcc/copysave.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)copysave.c 1.8 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/dirtab.c b/src/tet3/tcc/dirtab.c index 4e7d2a6c..803ad474 100644 --- a/src/tet3/tcc/dirtab.c +++ b/src/tet3/tcc/dirtab.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)dirtab.c 1.3 (98/03/05) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/dtcc.c b/src/tet3/tcc/dtcc.c index 3a26252d..d1926b08 100644 --- a/src/tet3/tcc/dtcc.c +++ b/src/tet3/tcc/dtcc.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)dtcc.c 1.6 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/environ.c b/src/tet3/tcc/environ.c index 713a4dce..24dc8bd7 100644 --- a/src/tet3/tcc/environ.c +++ b/src/tet3/tcc/environ.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)environ.c 1.3 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/error.c b/src/tet3/tcc/error.c index 77ee90e9..153ac783 100644 --- a/src/tet3/tcc/error.c +++ b/src/tet3/tcc/error.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)error.c 1.7 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/exec.c b/src/tet3/tcc/exec.c index 66a6ea27..80cf630b 100644 --- a/src/tet3/tcc/exec.c +++ b/src/tet3/tcc/exec.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)exec.c 1.4 (97/07/21) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/fake.c b/src/tet3/tcc/fake.c index c64efe9d..ecd823f2 100644 --- a/src/tet3/tcc/fake.c +++ b/src/tet3/tcc/fake.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)fake.c 1.3 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/fake_in.c b/src/tet3/tcc/fake_in.c index 953669a9..25389d98 100644 --- a/src/tet3/tcc/fake_in.c +++ b/src/tet3/tcc/fake_in.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)fake_in.c 1.4 (97/07/21) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/fake_xt.c b/src/tet3/tcc/fake_xt.c index 2fa96af5..bfbd08df 100644 --- a/src/tet3/tcc/fake_xt.c +++ b/src/tet3/tcc/fake_xt.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)fake_xt.c 1.2 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/global.c b/src/tet3/tcc/global.c index d63c0939..262a79a3 100644 --- a/src/tet3/tcc/global.c +++ b/src/tet3/tcc/global.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)global.c 1.4 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/jnlproc.c b/src/tet3/tcc/jnlproc.c index 1cd7c0c9..34ee1e7c 100644 --- a/src/tet3/tcc/jnlproc.c +++ b/src/tet3/tcc/jnlproc.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)jnlproc.c 1.10 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/journal.c b/src/tet3/tcc/journal.c index 92a75cab..703b16f1 100644 --- a/src/tet3/tcc/journal.c +++ b/src/tet3/tcc/journal.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)journal.c 1.12 (98/09/23) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/lock.c b/src/tet3/tcc/lock.c index a2fbf057..5f06123c 100644 --- a/src/tet3/tcc/lock.c +++ b/src/tet3/tcc/lock.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)lock.c 1.5 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/procdir.c b/src/tet3/tcc/procdir.c index b4082909..ee06aacd 100644 --- a/src/tet3/tcc/procdir.c +++ b/src/tet3/tcc/procdir.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)procdir.c 1.7 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/proctab.c b/src/tet3/tcc/proctab.c index cecdd7d3..74875014 100644 --- a/src/tet3/tcc/proctab.c +++ b/src/tet3/tcc/proctab.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)proctab.c 1.5 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/proctc.c b/src/tet3/tcc/proctc.c index 553dccba..6b98a872 100644 --- a/src/tet3/tcc/proctc.c +++ b/src/tet3/tcc/proctc.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)proctc.c 1.11 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/proctcd.c b/src/tet3/tcc/proctcd.c index 615392c7..b517c352 100644 --- a/src/tet3/tcc/proctcd.c +++ b/src/tet3/tcc/proctcd.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)proctcd.c 1.7 (97/07/21) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/rescode.c b/src/tet3/tcc/rescode.c index fc38abf8..a518a58d 100644 --- a/src/tet3/tcc/rescode.c +++ b/src/tet3/tcc/rescode.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)rescode.c 1.6 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/resdir.c b/src/tet3/tcc/resdir.c index c744b484..18f82659 100644 --- a/src/tet3/tcc/resdir.c +++ b/src/tet3/tcc/resdir.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)resdir.c 1.4 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/rrproc.c b/src/tet3/tcc/rrproc.c index 03cad607..49269c87 100644 --- a/src/tet3/tcc/rrproc.c +++ b/src/tet3/tcc/rrproc.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)rrproc.c 1.7 (97/10/22) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/scen1.c b/src/tet3/tcc/scen1.c index 64c8dfaa..46564896 100644 --- a/src/tet3/tcc/scen1.c +++ b/src/tet3/tcc/scen1.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)scen1.c 1.8 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/scen2.c b/src/tet3/tcc/scen2.c index ac6e9f59..fffc2715 100644 --- a/src/tet3/tcc/scen2.c +++ b/src/tet3/tcc/scen2.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)scen2.c 1.7 (97/12/05) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/scen3.c b/src/tet3/tcc/scen3.c index 39310950..0a976bce 100644 --- a/src/tet3/tcc/scen3.c +++ b/src/tet3/tcc/scen3.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)scen3.c 1.4 (97/03/27) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/scenario.c b/src/tet3/tcc/scenario.c index 2d50386a..43fa3908 100644 --- a/src/tet3/tcc/scenario.c +++ b/src/tet3/tcc/scenario.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)scenario.c 1.8 (99/04/16) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/scenpp.c b/src/tet3/tcc/scenpp.c index 00088f12..da565c94 100644 --- a/src/tet3/tcc/scenpp.c +++ b/src/tet3/tcc/scenpp.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)scenpp.c 1.8 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/scentab.c b/src/tet3/tcc/scentab.c index 2113bb54..92fd797d 100644 --- a/src/tet3/tcc/scentab.c +++ b/src/tet3/tcc/scentab.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)scentab.c 1.7 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/service.c b/src/tet3/tcc/service.c index 973b71d5..1e21213d 100644 --- a/src/tet3/tcc/service.c +++ b/src/tet3/tcc/service.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)service.c 1.3 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/sigtrap.c b/src/tet3/tcc/sigtrap.c index 39ac220f..20217e72 100644 --- a/src/tet3/tcc/sigtrap.c +++ b/src/tet3/tcc/sigtrap.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)sigtrap.c 1.5 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/syscall.c b/src/tet3/tcc/syscall.c index c5d66956..1a67e36e 100644 --- a/src/tet3/tcc/syscall.c +++ b/src/tet3/tcc/syscall.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)syscall.c 1.5 (97/07/21) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/systab.c b/src/tet3/tcc/systab.c index c590e3ed..403ffa02 100644 --- a/src/tet3/tcc/systab.c +++ b/src/tet3/tcc/systab.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)systab.c 1.2 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/tcc.c b/src/tet3/tcc/tcc.c index c26ac565..7e84ee1a 100644 --- a/src/tet3/tcc/tcc.c +++ b/src/tet3/tcc/tcc.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcc.c 1.14 (98/09/09) TET3 release 3.3"; static char *copyright[] = { diff --git a/src/tet3/tcc/tcc_bs.c b/src/tet3/tcc/tcc_bs.c index 57455c44..4da98c3a 100644 --- a/src/tet3/tcc/tcc_bs.c +++ b/src/tet3/tcc/tcc_bs.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcc_bs.c 1.3 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/tcc_in.c b/src/tet3/tcc/tcc_in.c index 3ce5c518..8908768b 100644 --- a/src/tet3/tcc/tcc_in.c +++ b/src/tet3/tcc/tcc_in.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcc_in.c 1.5 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/tcc_xt.c b/src/tet3/tcc/tcc_xt.c index cc4254cb..f97fb3f4 100644 --- a/src/tet3/tcc/tcc_xt.c +++ b/src/tet3/tcc/tcc_xt.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcc_xt.c 1.5 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/tcname.c b/src/tet3/tcc/tcname.c index b994936a..594fee5f 100644 --- a/src/tet3/tcc/tcname.c +++ b/src/tet3/tcc/tcname.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcname.c 1.6 (97/07/15) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/tool.c b/src/tet3/tcc/tool.c index bb8cbe93..d977930f 100644 --- a/src/tet3/tcc/tool.c +++ b/src/tet3/tcc/tool.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tool.c 1.12 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/utils.c b/src/tet3/tcc/utils.c index b984e2d2..46b1a6d4 100644 --- a/src/tet3/tcc/utils.c +++ b/src/tet3/tcc/utils.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)utils.c 1.7 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcc/ynstr.c b/src/tet3/tcc/ynstr.c index da5bc821..3c34bb62 100644 --- a/src/tet3/tcc/ynstr.c +++ b/src/tet3/tcc/ynstr.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)ynstr.c 1.2 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/tccd/config.c b/src/tet3/tccd/config.c index 18f2f79c..95a97687 100644 --- a/src/tet3/tccd/config.c +++ b/src/tet3/tccd/config.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)config.c 1.10 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tccd/etab.c b/src/tet3/tccd/etab.c index 99b6aba1..d6b32e7e 100644 --- a/src/tet3/tccd/etab.c +++ b/src/tet3/tccd/etab.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)etab.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/tccd/exec.c b/src/tet3/tccd/exec.c index b58946f4..d3da85dd 100644 --- a/src/tet3/tccd/exec.c +++ b/src/tet3/tccd/exec.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)exec.c 1.15 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tccd/fake.c b/src/tet3/tccd/fake.c index b5ef6c6e..051e4c43 100644 --- a/src/tet3/tccd/fake.c +++ b/src/tet3/tccd/fake.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)fake.c 1.7 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tccd/log.c b/src/tet3/tccd/log.c index 2a7a6632..0800ee66 100644 --- a/src/tet3/tccd/log.c +++ b/src/tet3/tccd/log.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)log.c 1.12 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tccd/stcc.c b/src/tet3/tccd/stcc.c index 301f57d1..2cb4750b 100644 --- a/src/tet3/tccd/stcc.c +++ b/src/tet3/tccd/stcc.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)stcc.c 1.16 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tccd/tccd.c b/src/tet3/tccd/tccd.c index 38e0d0f0..46091c23 100644 --- a/src/tet3/tccd/tccd.c +++ b/src/tet3/tccd/tccd.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tccd.c 1.18 (98/09/01) TET3 release 3.3"; static char *copyright[] = { diff --git a/src/tet3/tccd/tccd_bs.c b/src/tet3/tccd/tccd_bs.c index 9969e8a9..a4815e17 100644 --- a/src/tet3/tccd/tccd_bs.c +++ b/src/tet3/tccd/tccd_bs.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tccd_bs.c 1.9 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/tccd/tccd_in.c b/src/tet3/tccd/tccd_in.c index 113d4bf2..2eeb9938 100644 --- a/src/tet3/tccd/tccd_in.c +++ b/src/tet3/tccd/tccd_in.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tccd_in.c 1.13 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tccd/tccd_xt.c b/src/tet3/tccd/tccd_xt.c index 738f4889..7840e627 100644 --- a/src/tet3/tccd/tccd_xt.c +++ b/src/tet3/tccd/tccd_xt.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tccd_xt.c 1.9 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tccd/tccdstart.c b/src/tet3/tccd/tccdstart.c index 59a3a07e..610c7070 100644 --- a/src/tet3/tccd/tccdstart.c +++ b/src/tet3/tccd/tccdstart.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tccdstart.c 1.5 (98/09/01) TET3 release 3.3"; static char *copyright[] = { diff --git a/src/tet3/tccd/tsfile.c b/src/tet3/tccd/tsfile.c index 01c26736..64fe9126 100644 --- a/src/tet3/tccd/tsfile.c +++ b/src/tet3/tccd/tsfile.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tsfile.c 1.12 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcclib/lockfile.c b/src/tet3/tcclib/lockfile.c index ebfc68fe..1a033ca5 100644 --- a/src/tet3/tcclib/lockfile.c +++ b/src/tet3/tcclib/lockfile.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)lockfile.c 1.2 (97/07/21) TET3 release 3.3"; #endif diff --git a/src/tet3/tcclib/lsdir.c b/src/tet3/tcclib/lsdir.c index cd8c573e..5d168730 100644 --- a/src/tet3/tcclib/lsdir.c +++ b/src/tet3/tcclib/lsdir.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)lsdir.c 1.4 (99/07/07) TETware release 3.4"; #endif diff --git a/src/tet3/tcclib/mktmpdir.c b/src/tet3/tcclib/mktmpdir.c index f84ff74a..27388856 100644 --- a/src/tet3/tcclib/mktmpdir.c +++ b/src/tet3/tcclib/mktmpdir.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)mktmpdir.c 1.3 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcclib/procdir.c b/src/tet3/tcclib/procdir.c index 5aa5e36e..27465420 100644 --- a/src/tet3/tcclib/procdir.c +++ b/src/tet3/tcclib/procdir.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)procdir.c 1.5 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcclib/rmrf.c b/src/tet3/tcclib/rmrf.c index f9afe568..fe7661fa 100644 --- a/src/tet3/tcclib/rmrf.c +++ b/src/tet3/tcclib/rmrf.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)rmrf.c 1.4 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcclib/sharlock.c b/src/tet3/tcclib/sharlock.c index b848c24b..f3652399 100644 --- a/src/tet3/tcclib/sharlock.c +++ b/src/tet3/tcclib/sharlock.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)sharlock.c 1.3 (98/02/24) TET3 release 3.3"; #endif diff --git a/src/tet3/tcclib/tcfexec.c b/src/tet3/tcclib/tcfexec.c index 6ff9ba14..aade9f91 100644 --- a/src/tet3/tcclib/tcfexec.c +++ b/src/tet3/tcclib/tcfexec.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcfexec.c 1.6 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcm/child.c b/src/tet3/tcm/child.c index faf3b5ed..5c4742aa 100644 --- a/src/tet3/tcm/child.c +++ b/src/tet3/tcm/child.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)child.c 1.22 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcm/ckversion.c b/src/tet3/tcm/ckversion.c index b8fea3aa..7d50757b 100644 --- a/src/tet3/tcm/ckversion.c +++ b/src/tet3/tcm/ckversion.c @@ -23,6 +23,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)ckversion.c 1.1 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcm/dtcm.c b/src/tet3/tcm/dtcm.c index 5ccbc7f9..ae4a3e67 100644 --- a/src/tet3/tcm/dtcm.c +++ b/src/tet3/tcm/dtcm.c @@ -41,6 +41,10 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)dtcm.c 1.33 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcm/ictp.c b/src/tet3/tcm/ictp.c index 0cf0b5fe..0ca59c1f 100644 --- a/src/tet3/tcm/ictp.c +++ b/src/tet3/tcm/ictp.c @@ -41,6 +41,10 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)ictp.c 1.22 (98/09/22) TET3 release 3.3"; #endif diff --git a/src/tet3/tcm/tcm.c b/src/tet3/tcm/tcm.c index f2627082..86b1001b 100644 --- a/src/tet3/tcm/tcm.c +++ b/src/tet3/tcm/tcm.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcm.c 1.17 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcm/tcm_bs.c b/src/tet3/tcm/tcm_bs.c index 6abe7566..72998b77 100644 --- a/src/tet3/tcm/tcm_bs.c +++ b/src/tet3/tcm/tcm_bs.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcm_bs.c 1.11 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcm/tcm_in.c b/src/tet3/tcm/tcm_in.c index 7290e9e2..c3c64f91 100644 --- a/src/tet3/tcm/tcm_in.c +++ b/src/tet3/tcm/tcm_in.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcm_in.c 1.13 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcm/tcm_xt.c b/src/tet3/tcm/tcm_xt.c index c36a8f21..f58a6b01 100644 --- a/src/tet3/tcm/tcm_xt.c +++ b/src/tet3/tcm/tcm_xt.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcm_xt.c 1.8 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcm/tcmchild.c b/src/tet3/tcm/tcmchild.c index 8d601af0..3be44b21 100644 --- a/src/tet3/tcm/tcmchild.c +++ b/src/tet3/tcm/tcmchild.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcmchild.c 1.13 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/tcm/tcmfuncs.c b/src/tet3/tcm/tcmfuncs.c index b676ae08..802740dd 100644 --- a/src/tet3/tcm/tcmfuncs.c +++ b/src/tet3/tcm/tcmfuncs.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcmfuncs.c 1.25 (98/09/01) TET3 release 3.3"; static char *copyright[] = { diff --git a/src/tet3/tcm/tcmrem.c b/src/tet3/tcm/tcmrem.c index 61626221..a57a956f 100644 --- a/src/tet3/tcm/tcmrem.c +++ b/src/tet3/tcm/tcmrem.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcmrem.c 1.13 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/xresd/cfname.c b/src/tet3/xresd/cfname.c index 493f9c6d..7b23b956 100644 --- a/src/tet3/xresd/cfname.c +++ b/src/tet3/xresd/cfname.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)cfname.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/xresd/codesfile.c b/src/tet3/xresd/codesfile.c index 279ffa7a..fc0e8dbd 100644 --- a/src/tet3/xresd/codesfile.c +++ b/src/tet3/xresd/codesfile.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)codesfile.c 1.8 (96/11/06) TET3 release 3.3"; #endif diff --git a/src/tet3/xresd/fake.c b/src/tet3/xresd/fake.c index 214b5b13..9a436ea3 100644 --- a/src/tet3/xresd/fake.c +++ b/src/tet3/xresd/fake.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)fake.c 1.7 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/xresd/tfproc.c b/src/tet3/xresd/tfproc.c index 3370e170..1b2c4790 100644 --- a/src/tet3/xresd/tfproc.c +++ b/src/tet3/xresd/tfproc.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tfproc.c 1.11 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/xresd/xresd.c b/src/tet3/xresd/xresd.c index fde87439..0a037f03 100644 --- a/src/tet3/xresd/xresd.c +++ b/src/tet3/xresd/xresd.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)xresd.c 1.12 (98/09/01) TET3 release 3.3"; static char *copyright[] = { diff --git a/src/tet3/xresd/xresd_bs.c b/src/tet3/xresd/xresd_bs.c index 85ec0923..5a4bb797 100644 --- a/src/tet3/xresd/xresd_bs.c +++ b/src/tet3/xresd/xresd_bs.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)xresd_bs.c 1.8 (97/06/02) TET3 release 3.3"; #endif diff --git a/src/tet3/xresd/xresd_in.c b/src/tet3/xresd/xresd_in.c index 207bc242..5cc5ef2c 100644 --- a/src/tet3/xresd/xresd_in.c +++ b/src/tet3/xresd/xresd_in.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)xresd_in.c 1.7 (97/07/21) TET3 release 3.3"; #endif diff --git a/src/tet3/xresd/xresd_xt.c b/src/tet3/xresd/xresd_xt.c index 42991068..5cfe6706 100644 --- a/src/tet3/xresd/xresd_xt.c +++ b/src/tet3/xresd/xresd_xt.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)xresd_xt.c 1.8 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/xresd/xresproc.c b/src/tet3/xresd/xresproc.c index 5b54c766..a936465a 100644 --- a/src/tet3/xresd/xresproc.c +++ b/src/tet3/xresd/xresproc.c @@ -16,6 +16,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)xresproc.c 1.17 (97/10/27) TET3 release 3.3"; #endif diff --git a/src/tet3/xresd/xtab.c b/src/tet3/xresd/xtab.c index 6e0dcc1f..cd2409aa 100644 --- a/src/tet3/xresd/xtab.c +++ b/src/tet3/xresd/xtab.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)xtab.c 1.8 (97/06/02) TET3 release 3.3"; #endif diff --git a/src/tet3/xtilib/accept.c b/src/tet3/xtilib/accept.c index 739f651c..0df4d06d 100644 --- a/src/tet3/xtilib/accept.c +++ b/src/tet3/xtilib/accept.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)accept.c 1.11 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/xtilib/addr2lname.c b/src/tet3/xtilib/addr2lname.c index 72e8215f..e82e4f3e 100644 --- a/src/tet3/xtilib/addr2lname.c +++ b/src/tet3/xtilib/addr2lname.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)addr2lname.c 1.7 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/xtilib/connect.c b/src/tet3/xtilib/connect.c index 049fad36..9ce26bfa 100644 --- a/src/tet3/xtilib/connect.c +++ b/src/tet3/xtilib/connect.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)connect.c 1.11 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/xtilib/discon.c b/src/tet3/xtilib/discon.c index 3666a481..a509e87a 100644 --- a/src/tet3/xtilib/discon.c +++ b/src/tet3/xtilib/discon.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)discon.c 1.3 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/xtilib/inetoul.c b/src/tet3/xtilib/inetoul.c index 637268f3..2f6cd5ac 100644 --- a/src/tet3/xtilib/inetoul.c +++ b/src/tet3/xtilib/inetoul.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)inetoul.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/xtilib/listn.c b/src/tet3/xtilib/listn.c index 123f5823..00777cf8 100644 --- a/src/tet3/xtilib/listn.c +++ b/src/tet3/xtilib/listn.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)listn.c 1.7 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/xtilib/lname2addr.c b/src/tet3/xtilib/lname2addr.c index c6be3464..a6080fb6 100644 --- a/src/tet3/xtilib/lname2addr.c +++ b/src/tet3/xtilib/lname2addr.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)lname2addr.c 1.6 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/xtilib/modetoi.c b/src/tet3/xtilib/modetoi.c index 8070540c..338afa9c 100644 --- a/src/tet3/xtilib/modetoi.c +++ b/src/tet3/xtilib/modetoi.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)modetoi.c 1.5 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/xtilib/nbio.c b/src/tet3/xtilib/nbio.c index 93181ada..2865a1cf 100644 --- a/src/tet3/xtilib/nbio.c +++ b/src/tet3/xtilib/nbio.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)nbio.c 1.6 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/xtilib/poll.c b/src/tet3/xtilib/poll.c index 0d27840c..cdfb4436 100644 --- a/src/tet3/xtilib/poll.c +++ b/src/tet3/xtilib/poll.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)poll.c 1.10 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/xtilib/rdwr.c b/src/tet3/xtilib/rdwr.c index 185a4b0f..e5f83532 100644 --- a/src/tet3/xtilib/rdwr.c +++ b/src/tet3/xtilib/rdwr.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)rdwr.c 1.7 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/xtilib/tccdaddr.c b/src/tet3/xtilib/tccdaddr.c index 04a2f87e..fc42ec49 100644 --- a/src/tet3/xtilib/tccdaddr.c +++ b/src/tet3/xtilib/tccdaddr.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tccdaddr.c 1.8 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/xtilib/tptab.c b/src/tet3/xtilib/tptab.c index 5999bc38..823009c3 100644 --- a/src/tet3/xtilib/tptab.c +++ b/src/tet3/xtilib/tptab.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tptab.c 1.5 (96/11/04) TET3 release 3.3"; #endif diff --git a/src/tet3/xtilib/tsinfo.c b/src/tet3/xtilib/tsinfo.c index 971272a7..2815bc92 100644 --- a/src/tet3/xtilib/tsinfo.c +++ b/src/tet3/xtilib/tsinfo.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tsinfo.c 1.6 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/xtilib/tstcmenv.c b/src/tet3/xtilib/tstcmenv.c index 36f083c5..87da7f55 100644 --- a/src/tet3/xtilib/tstcmenv.c +++ b/src/tet3/xtilib/tstcmenv.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tstcmenv.c 1.6 (98/09/01) TET3 release 3.3"; #endif diff --git a/src/tet3/xtilib/xtierror.c b/src/tet3/xtilib/xtierror.c index f0bb1f31..6a4c457e 100644 --- a/src/tet3/xtilib/xtierror.c +++ b/src/tet3/xtilib/xtierror.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)xtierror.c 1.7 (98/09/01) TET3 release 3.3"; #endif |