aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/template.h
diff options
context:
space:
mode:
authorDan Nicolaescu2010-06-06 01:57:39 -0700
committerDan Nicolaescu2010-06-06 01:57:39 -0700
commit3085237cdc02088dc5ffbdda813b768970592d1e (patch)
treed5c8d090e20ad5f05374f07f11cf413b523f40b7 /src/s/template.h
parenteccdfe5fd18f4b573e9eada179242c513b3024b1 (diff)
downloademacs-3085237cdc02088dc5ffbdda813b768970592d1e.tar.gz
emacs-3085237cdc02088dc5ffbdda813b768970592d1e.zip
Remove BSTRING related code, all platforms define it.
* src/s/usg5-4.h (BSTRING): Remove definition. * src/s/template.h (BSTRING): * src/s/msdos.h (BSTRING): * src/s/ms-w32.h (BSTRING): * src/s/hpux10-20.h (BSTRING): * src/s/gnu-linux.h (BSTRING): * src/s/darwin.h (BSTRING): * src/s/cygwin.h (BSTRING): * src/s/bsd-common.h (BSTRING): * src/s/aix4-2.h (BSTRING): Likewise. * src/sysdep.c: Remove code depending on BSTRING not being defined. * configure.in: Remove code dealing with BSTRING. * lib-src/ntlib.h: Remove code dealing with BSTRING. * nt/config.nt: Remove code depending on BSTRING.
Diffstat (limited to 'src/s/template.h')
-rw-r--r--src/s/template.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/s/template.h b/src/s/template.h
index f355d67b8c6..694a1046566 100644
--- a/src/s/template.h
+++ b/src/s/template.h
@@ -78,9 +78,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
78/* Define HAVE_PTYS if the system supports pty devices. */ 78/* Define HAVE_PTYS if the system supports pty devices. */
79#define HAVE_PTYS 79#define HAVE_PTYS
80 80
81/* Define this symbol if your system has the functions bcopy, etc. */
82#define BSTRING
83
84/* subprocesses should be undefined if you do NOT want to 81/* subprocesses should be undefined if you do NOT want to
85 have code for asynchronous subprocesses 82 have code for asynchronous subprocesses
86 (as used in M-x compile and M-x shell). 83 (as used in M-x compile and M-x shell).