emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109029: nt/config.nt: Sync with auto


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109029: nt/config.nt: Sync with autogen/config.in.
Date: Wed, 11 Jul 2012 13:44:31 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109029
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2012-07-11 13:44:31 +0200
message:
  nt/config.nt: Sync with autogen/config.in.
  (CLASH_DETECTION, DEFAULT_SOUND_DEVICE, DONT_REOPEN_PTY)
  (GNU_LIBRARY_PENDING_OUTPUT_COUNT, SIGNALS_VIA_CHARACTERS): New macros.
  (HAVE_MKDIR, HAVE_RENAME, HAVE_RMDIR, HAVE_STRERROR): Remove.
modified:
  nt/ChangeLog
  nt/config.nt
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2012-07-10 11:46:31 +0000
+++ b/nt/ChangeLog      2012-07-11 11:44:31 +0000
@@ -1,3 +1,10 @@
+2012-07-11  Juanma Barranquero  <address@hidden>
+
+       * config.nt: Sync with autogen/config.in.
+       (CLASH_DETECTION, DEFAULT_SOUND_DEVICE, DONT_REOPEN_PTY)
+       (GNU_LIBRARY_PENDING_OUTPUT_COUNT, SIGNALS_VIA_CHARACTERS): New macros.
+       (HAVE_MKDIR, HAVE_RENAME, HAVE_RMDIR, HAVE_STRERROR): Remove.
+
 2012-07-10  Juanma Barranquero  <address@hidden>
 
        * config.nt: Sync with autogen/config.in.

=== modified file 'nt/config.nt'
--- a/nt/config.nt      2012-07-10 11:46:31 +0000
+++ b/nt/config.nt      2012-07-11 11:44:31 +0000
@@ -63,6 +63,11 @@
 /* Define this to enable compile time checks for the Lisp_Object data type. */
 #undef CHECK_LISP_OBJECT_TYPE
 
+/* Define if you want lock files to be written, so that Emacs can tell
+   instantly when you try to modify a file that someone else has modified in
+   his/her Emacs. */
+#undef CLASH_DETECTION
+
 /* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP
    systems. This function is required for 'alloca.c' support on those systems.
    */
@@ -77,9 +82,17 @@
 /* Address of the start of the data segment. */
 #undef DATA_START
 
+/* Name of the default sound device. */
+#undef DEFAULT_SOUND_DEVICE
+
 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
 #undef DGUX
 
+/* Define if process.c does not need to close a pty to make it a controlling
+   terminal (it is already a controlling terminal of the subprocess, because
+   we did ioctl TIOCSCTTY). */
+#undef DONT_REOPEN_PTY
+
 /* Define to 1 if you are using the GNU C Library. */
 #undef DOUG_LEA_MALLOC
 
@@ -134,6 +147,9 @@
    whether the gnulib module scanf shall be considered present. */
 #undef GNULIB_SCANF
 
+/* Value of PENDING_OUTPUT_COUNT if using the GNU C library. */
+#undef GNU_LIBRARY_PENDING_OUTPUT_COUNT
+
 /* Define to 1 if you want to use the GNU memory allocator. */
 #define GNU_MALLOC 1
 
@@ -605,9 +621,6 @@
    systems that support xmenu.c. */
 #undef HAVE_MENUS
 
-/* Define to 1 if you have the `mkdir' function. */
-#define HAVE_MKDIR 1
-
 /* Define to 1 if you have the `mkstemp' function. */
 #undef HAVE_MKSTEMP
 
@@ -684,18 +697,12 @@
 /* Define to 1 if you have the `recvfrom' function. */
 #define HAVE_RECVFROM 1
 
-/* Define to 1 if you have the `rename' function. */
-#define HAVE_RENAME 1
-
 /* Define to 1 if res_init is available. */
 #undef HAVE_RES_INIT
 
 /* Define to 1 if you have the `rint' function. */
 #undef HAVE_RINT
 
-/* Define to 1 if you have the `rmdir' function. */
-#define HAVE_RMDIR 1
-
 /* Define to 1 if using librsvg. */
 #undef HAVE_RSVG
 
@@ -756,9 +763,6 @@
 /* Define to 1 if you have the <stdlib.h> header file. */
 #undef HAVE_STDLIB_H
 
-/* Define to 1 if you have the `strerror' function. */
-#define HAVE_STRERROR 1
-
 /* Define to 1 if you have the <strings.h> header file. */
 #undef HAVE_STRINGS_H
 
@@ -1140,6 +1144,9 @@
    slash */
 #undef REPLACE_FUNC_STAT_FILE
 
+/* Make process_send_signal work by "typing" a signal character on the pty. */
+#undef SIGNALS_VIA_CHARACTERS
+
 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
    'sig_atomic_t'. */
 #undef SIG_ATOMIC_T_SUFFIX
@@ -1442,6 +1449,15 @@
 #undef vfork
 
 
+/* Not valid on Windows.  */
+#if 0
+/* On AIX 3 this must be included before any other include file.  */
+#include <alloca.h>
+#if ! HAVE_ALLOCA
+# error "alloca not available on this machine"
+#endif
+#endif
+
 /* Define AMPERSAND_FULL_NAME if you use the convention
    that & in the full name stands for the login id.  */
 #undef AMPERSAND_FULL_NAME


reply via email to

[Prev in Thread] Current Thread [Next in Thread]