aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/ms-w32.h
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2010-07-28 20:25:08 -0700
committerDan Nicolaescu <[email protected]>2010-07-28 20:25:08 -0700
commit76fd1ee9bd6e22602ed4df4350daeb375f67e16a (patch)
tree3628a3c341f6b0750837768a5efcb6d5c44faf6f /src/s/ms-w32.h
parent087b38a075e28408c397252f3756af9d3ac23e87 (diff)
Clean up unexec.c, remove references to unused code.
* nt/config.nt: Remove code referring to NO_REMAP, unused. * src/unexec.c (make_hdr): Remove references to NO_REMAP, COFF, SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER. * src/s/usg5-4.h (COFF): * src/s/template.h: * src/s/msdos.h (COFF, NO_REMAP): * src/s/ms-w32.h (NO_REMAP): * src/s/hpux10-20.h (NO_REMAP): * src/m/sparc.h (SEGMENT_MASK): * src/m/m68k.h (NO_REMAP): * src/m/intel386.h (SEGMENT_MASK): * src/m/arm.h (NO_REMAP): * src/m/alpha.h (COFF): * src/m/template.h: Remove references to unused defines.
Diffstat (limited to 'src/s/ms-w32.h')
-rw-r--r--src/s/ms-w32.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h
index b3e9db8be8..f61fae57ef 100644
--- a/src/s/ms-w32.h
+++ b/src/s/ms-w32.h
@@ -62,10 +62,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
for received packets, so datagrams are broken too. */
#define BROKEN_DATAGRAM_SOCKETS 1
-/* If your system uses COFF (Common Object File Format) then define the
- preprocessor symbol "COFF". */
-#define COFF 1
-
#define MAIL_USE_POP 1
#define MAIL_USE_SYSTEM_LOCK 1