summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure38
-rwxr-xr-xconfigure.in38
-rw-r--r--src/bltConfig.C1
-rw-r--r--src/bltConfig.h3
4 files changed, 38 insertions, 42 deletions
diff --git a/configure b/configure
index 9f41066..64fdf41 100755
--- a/configure
+++ b/configure
@@ -5532,22 +5532,13 @@ done
#-----------------------------------------------------------------------
vars="
- bltChain.c
bltBase64.c
+ bltBgStyle.c
+ bltBind.c
+ bltBitmap.c
+ bltChain.c
+ bltConfig.c
bltDBuffer.c
- bltHash.c
- bltInt.c
- bltInit.c
- bltList.c
- bltNsUtil.c
- bltParse.c
- bltPool.c
- bltSpline.c
- bltSwitch.c
- bltUtil.c
- bltVecCmd.c
- bltVecMath.c
- bltVector.c
bltGrAxis.c
bltGrBar.c
bltGrElem.c
@@ -5559,20 +5550,29 @@ done
bltGrPen.c
bltGrPs.c
bltGraph.c
+ bltHash.c
+ bltImage.c
+ bltInt.c
+ bltInit.c
+ bltList.c
+ bltNsUtil.c
+ bltParse.c
bltPicture.c
bltPictCmd.c
bltPictDraw.c
- bltBgStyle.c
- bltBind.c
- bltConfig.c
- bltImage.c
+ bltPool.c
bltPs.c
bltPsAfm.c
+ bltSpline.c
+ bltSwitch.c
bltText.c
- bltUnixBitmap.c
bltUnixFont.c
bltUnixPainter.c
bltUnixWindow.c
+ bltUtil.c
+ bltVecCmd.c
+ bltVecMath.c
+ bltVector.c
bltWindow.c
"
for i in $vars; do
diff --git a/configure.in b/configure.in
index b11b3ea..20cbd31 100755
--- a/configure.in
+++ b/configure.in
@@ -71,22 +71,13 @@ TEA_SETUP_COMPILER
# and PKG_TCL_SOURCES.
#-----------------------------------------------------------------------
TEA_ADD_SOURCES([
- bltChain.c
bltBase64.c
+ bltBgStyle.c
+ bltBind.c
+ bltBitmap.c
+ bltChain.c
+ bltConfig.c
bltDBuffer.c
- bltHash.c
- bltInt.c
- bltInit.c
- bltList.c
- bltNsUtil.c
- bltParse.c
- bltPool.c
- bltSpline.c
- bltSwitch.c
- bltUtil.c
- bltVecCmd.c
- bltVecMath.c
- bltVector.c
bltGrAxis.c
bltGrBar.c
bltGrElem.c
@@ -98,20 +89,29 @@ TEA_ADD_SOURCES([
bltGrPen.c
bltGrPs.c
bltGraph.c
+ bltHash.c
+ bltImage.c
+ bltInt.c
+ bltInit.c
+ bltList.c
+ bltNsUtil.c
+ bltParse.c
bltPicture.c
bltPictCmd.c
bltPictDraw.c
- bltBgStyle.c
- bltBind.c
- bltConfig.c
- bltImage.c
+ bltPool.c
bltPs.c
bltPsAfm.c
+ bltSpline.c
+ bltSwitch.c
bltText.c
- bltUnixBitmap.c
bltUnixFont.c
bltUnixPainter.c
bltUnixWindow.c
+ bltUtil.c
+ bltVecCmd.c
+ bltVecMath.c
+ bltVector.c
bltWindow.c
])
TEA_ADD_HEADERS([generic/bltVector.h])
diff --git a/src/bltConfig.C b/src/bltConfig.C
index 5889032..f8193b9 100644
--- a/src/bltConfig.C
+++ b/src/bltConfig.C
@@ -78,7 +78,6 @@
#include "bltInt.h"
#include "bltWindow.h"
-#include "bltMath.h"
#include "bltFont.h"
#include "bltPicture.h"
#include "bltBgStyle.h"
diff --git a/src/bltConfig.h b/src/bltConfig.h
index 02d04e9..9b4891e 100644
--- a/src/bltConfig.h
+++ b/src/bltConfig.h
@@ -30,8 +30,6 @@
#ifndef BLT_CONFIG_H
#define BLT_CONFIG_H
-# include <stddef.h>
-
#ifndef Blt_Offset
#ifdef offsetof
#define Blt_Offset(type, field) ((int) offsetof(type, field))
@@ -40,7 +38,6 @@
#endif
#endif /* Blt_Offset */
-
typedef int (Blt_OptionParseProc)(ClientData clientData, Tcl_Interp *interp,
Tk_Window tkwin, Tcl_Obj *objPtr, char *widgRec, int offset, int flags);
typedef Tcl_Obj *(Blt_OptionPrintProc)(ClientData clientData,