Tester: Jon A. Christopher (JAC) <jac8792@tamu.edu>
	SGI-Motif 1.2.4
	SGI-LessTif 0.85.2

test1: GEOMETRY
test2: POSSIBLE FAIL (now ERROR)
test3: GEOMETRY      (now ERROR)

==================================================
test1:
JAC Jun 20 1998

simple inner/outer frame test.

Motif and lesstif have different shadow thicknesses.

SGI apparently uses shadowThickness of 3, while lesstif uses 2.  Passing
-xrm "*shadowThickness: 3" on the command line for test1 doesn't give the
correct appearance, however--it makes the whole app too big.

==================================================
test2:
JAC Jun 20 1998

As above.

Motif: prints "PC: 16" from
       printf("PC: %d\n", Frame_ProcessingConstraints(one));

Lesstif:prints "PC: 1" from
        printf("PC: %d\n", Frame_ProcessingConstraints(one));


jac Jun 23 1998:
After the makefile upgrade, test2 won't build:
cc -c -o test2.mo  -g -I/usr/include/X11 test2.c
cfe: Error: test2.c: 3: Cannot open file XmI/MacrosI.h for #include

==================================================
test3:
JAC Jun 20 1998

Identical behavior.  Shadow thickness *may* be off, but it's not too
apparent.

jac Jun 23 1998:
After the makefile upgrade, test3 won't build:
cc -c -o test3.mo  -g -I/usr/include/X11 test3.c
cfe: Error: test3.c: 3: Cannot open file XmI/MacrosI.h for #include
