aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.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/gnu-linux.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/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 8b63865d9f9..80092f725fc 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -89,9 +89,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
89 89
90#define HAVE_SOCKETS 90#define HAVE_SOCKETS
91 91
92/* Define this symbol if your system has the functions bcopy, etc. */
93#define BSTRING
94
95/* This is used in list_system_processes. */ 92/* This is used in list_system_processes. */
96#define HAVE_PROCFS 1 93#define HAVE_PROCFS 1
97 94