Removed obsolete define. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 537a0316dadf4ec577516e2676462a8b9cd7a807 | |
parent c65a7e677c730a320d34b7c7b630e975d141fad9 | |
Author: Rob King <[email protected]> | |
Date: Thu, 1 Sep 2016 22:31:50 -0500 | |
Removed obsolete define. | |
Diffstat: | |
config.h.def | 3 --- | |
1 file changed, 0 insertions(+), 3 deletions(-) | |
--- | |
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. |