Removed obsolete define. - sam - An updated version of the sam text editor.
 (HTM) git clone git://vernunftzentrum.de/sam.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 537a0316dadf4ec577516e2676462a8b9cd7a807
 (DIR) parent c65a7e677c730a320d34b7c7b630e975d141fad9
 (HTM) Author: Rob King <jking@deadpixi.com>
       Date:   Thu,  1 Sep 2016 22:31:50 -0500
       
       Removed obsolete define.
       
       Diffstat:
         config.h.def                        |       3 ---
       
       1 file changed, 0 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/config.h.def b/config.h.def
       @@ -1,9 +1,6 @@
        #ifndef _SAM_CONFIG_H
        #define _SAM_CONFIG_H
        
       -/* Where to put temporary files. */
       -#define TMPDIR "/tmp"
       -
        /* Define this if you need compatibility with the binary protocol
         * used by classic sam (e.g. if you are going to be running a classic
         * sam binary and a Deadpixi samterm, or vice-versa.