summaryrefslogtreecommitdiff
path: root/src/tet3/tccd
diff options
context:
space:
mode:
Diffstat (limited to 'src/tet3/tccd')
-rw-r--r--src/tet3/tccd/config.c4
-rw-r--r--src/tet3/tccd/etab.c4
-rw-r--r--src/tet3/tccd/exec.c4
-rw-r--r--src/tet3/tccd/fake.c4
-rw-r--r--src/tet3/tccd/log.c4
-rw-r--r--src/tet3/tccd/stcc.c4
-rw-r--r--src/tet3/tccd/tccd.c4
-rw-r--r--src/tet3/tccd/tccd_bs.c4
-rw-r--r--src/tet3/tccd/tccd_in.c4
-rw-r--r--src/tet3/tccd/tccd_xt.c4
-rw-r--r--src/tet3/tccd/tccdstart.c4
-rw-r--r--src/tet3/tccd/tsfile.c4
12 files changed, 48 insertions, 0 deletions
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