]> git.eshelyaron.com Git - emacs.git/commitdiff
* s/vms.h:
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 10 Jul 2008 03:26:06 +0000 (03:26 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 10 Jul 2008 03:26:06 +0000 (03:26 +0000)
* s/usg5-4-2.h:
* s/sol2-5.h:
* s/freebsd.h:
* s/darwin.h: Remove dead code.

src/ChangeLog
src/s/darwin.h
src/s/freebsd.h
src/s/sol2-5.h
src/s/usg5-4-2.h
src/s/vms.h

index 993e21fdae4aaede9cf902e7c0ebdc97dd10dc1f..d648b8a90d06e529438b7c062b6c98304169a730 100644 (file)
@@ -1,5 +1,11 @@
 2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * s/vms.h:
+       * s/usg5-4-2.h:
+       * s/sol2-5.h:
+       * s/freebsd.h:
+       * s/darwin.h: Remove dead code.
+
        * m/template.h:
        * m/sparc.h:
        * m/mips.h:
index aa509b75af51323224cfb1153fca9de5ad24bd16..4e282e99a9d939064b9123e7fadd9d8d909d7b6a 100644 (file)
@@ -30,13 +30,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #define BSD_SYSTEM
 /* #define VMS */
 
-#if 0 /* Don't define DARWIN on Mac OS X because CoreFoundation.h uses
-        it to distinguish Mac OS X from bare Darwin.  */
-#ifndef        DARWIN
-#define        DARWIN 1
-#endif
-#endif
-
 /* MAC_OS is used to conditionally compile code common to both MAC_OS8
    and MAC_OSX.  */
 #ifdef MAC_OSX
index 843a34b6fe03b6a966b08efdf8f12673c8a991ba..11df2001f866c4836125b3517534b6195a2f7294 100644 (file)
@@ -114,9 +114,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #define HAVE_WAIT_HEADER
 #define HAVE_GETLOADAVG 1
-#if 0
-#define HAVE_GETPAGESIZE  /* configure now puts this in config.h */
-#endif
 #define HAVE_TERMIOS
 #define NO_TERMIO
 #define DECLARE_GETPWUID_WITH_UID_T
@@ -135,16 +132,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #define BSD_SYSTEM 199506
 #endif
 
-#if 0  /* Shouldn't be necessary and produces warnings with the
-          experimental Autoconf test.  */
-#define WAITTYPE int
-/* get this since it won't be included if WAITTYPE is defined */
-#ifdef emacs
-#include <sys/wait.h>
-#endif
-#define WRETCODE(w) (_W_INT(w) >> 8)
-#endif
-
 /* Don't close pty in process.c to make it as controlling terminal.
    It is already a controlling terminal of subprocess, because we did
    ioctl TIOCSCTTY.  */
index e02f0b82bc09931fcbce98397a24863d4ed61dad..90163987e6991a1ccf09b2f82003a6ada1c1a5a5 100644 (file)
@@ -2,10 +2,6 @@
 
 #include "sol2-4.h"
 
-#if 0 /* Klaus Zeitler <kzeitler@lucent.com> says SIGIO still fails.  */
-#undef BROKEN_SIGIO
-#endif
-
 /* -lgen is needed for the regex and regcmp functions
    which are used by Motif.  In the future we can try changing
    regex.c to provide them in Emacs, but this is safer for now.  */
index c7ab09a70321c28967848a181ea3ba33ee9aa612..c6ee7ac5d328ec23fe4acc7ae9c518cf02cabee2 100644 (file)
@@ -23,10 +23,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* fnf@cygnus.com says these exist.  */
 #define HAVE_TCATTR
-#if 0 /* autoconf should take care of this.  */
-#define HAVE_GETHOSTNAME
-#define HAVE_RANDOM
-#endif
 /* #define HAVE_GETWD  (appears to be buggy on SVR4.2) */
 #undef HAVE_GETWD
 
index 3e7ad89ecfcd6fbd5a25a801b29a9ee8caba4176..78e82736a68fad103f5af41c5966466a186f5e6a 100644 (file)
@@ -210,11 +210,6 @@ extern double mth$dmod(double, double);
 /* Case conflicts with C library srandom. */
 #define Srandom S_random
 
-/* variable length too long... maybe */
-#if 0
-#define do_line_insertion_deletion_costs do_line_insertion_deletion_cost
-#endif
-
 /* Cause initialization of vmsfns.c to be run.  */
 #define SYMS_SYSTEM syms_of_vmsfns ()