Changes to LTPlus source code

 Carl Anderson <candrsn@mindpring.com>
 Date: 27-Noc-98

 Carl Anderson <candrsn@mindspring.com>
 Date: 24-Nov-98

 Markus Neteler (summer 1998)
 neteler@geog.uni-hanover.de

--------------------------------------------------------
  ATTENTION: Do not delete the Makefile.orig files!!! 
            The compilation is based on them.
--------------------------------------------------------

----------- 7-Dec-1998 Carl Anderson ----------------------
- corrected source/in/put_diary.c

----------- 27-Nov-1998 Carl Anderson ----------------------
-  corrected memory fault in in/put_diary.c and in/trim.c
   was causing LTPlus to "bomb"  after acquire or create
   on gcc compiler

-  Added more debug defines
 
-  small changes to incl/globals.h

----------- 25-Nov-1998 - - Markus Neteler --------------
 - added SLACKWARE compiling flags in source/Makefile

----------- 25-Nov-1998 Carl Anderson ----------------------
 - added 24bit support to the code
   with 8 bit into the same driver
   Use -DX11BIT24 for either support.


----------- 26. August 1998 - - Markus Neteler --------------
 - Changed again LIBRULE
 - corrected reference error in source/in/ (reference for fm/exportM.c)
 - added missing Makefile.orig files (sorry!!!)


------------ 3. June 1998 - Markus Neteler ------------------
Changed LIBRULE management:

 Changes in
     source/Makefile
     source/fc/Makefile.orig
     source/fm/Makefile.orig                     


----------- 15. April 1998 - Markus Neteler ------------------
Here we go...

O.k., the changes are not very elegant... :)


- in directory source/in/

file attmse_input.c:
----------cut here-------------
17c17
< /* #include <sys/ioctl.h>*/
---
> #include <sys/ioctl.h>
----------cut here-------------


file dig_debug.c:
----------cut here-------------
12c12
< /* #include <sys/ioctl.h>*/
---
> #include <sys/ioctl.h>
----------cut here-------------



file fattext.c:
----------cut here-------------
21c21
< /* #include <sys/ioctl.h>*/
---
> #include <sys/ioctl.h>
----------cut here-------------


file fsfree.c:
----------cut here-------------
17c17
< /* #include <ustat.h>*/
---
> #include <ustat.h>
----------cut here-------------


file ginput_setup.c:
----------cut here-------------
16c16
< /* #include <sys/ioctl.h> */
---
> #include <sys/ioctl.h>
----------cut here-------------


file graphics_off.c:
----------cut here-------------
25c25
< /* #include <sys/ioctl.h>*/
---
> #include <sys/ioctl.h>
----------cut here-------------


file kb_setup.c:
----------cut here-------------
17c17
< /* #include <sys/ioctl.h> */
---
> #include <sys/ioctl.h>
----------cut here-------------


file ltsmse_input.c:
----------cut here-------------
18c18
< /* #include <sys/ioctl.h> */
---
> #include <sys/ioctl.h>
----------cut here-------------


file mssmse_input.c:
----------cut here-------------
18c18
< /* #include <sys/ioctl.h> */
---
> #include <sys/ioctl.h>
----------cut here-------------


file plot_setup.c:
----------cut here-------------
20c20
< /* #include <sys/ioctl.h> */
---
> #include <sys/ioctl.h>
----------cut here-------------


file strstr.c:
----------cut here-------------
16d15
< /*************** commented out *****************
42,43d40
<
< ***************/
----------cut here-------------


file swplane.c:
----------cut here-------------
30c30
< /* #include <sys/ioctl.h> */
---
> #include <sys/ioctl.h>
----------cut here-------------


file vectorize.c:
----------cut here-------------
21c21
< /* void sync(); */
---
> void sync();
----------cut here-------------
