aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2012-09-14 03:09:22 +0200
committerJuanma Barranquero2012-09-14 03:09:22 +0200
commitfe5979317f5369ccb9e43f06d0a7dc5e3314f98f (patch)
tree662c4b028c2d02a0800d58577111e02002d75173
parent5b68b3331582c5ee6d49480e5e84c639a4848fec (diff)
downloademacs-fe5979317f5369ccb9e43f06d0a7dc5e3314f98f.tar.gz
emacs-fe5979317f5369ccb9e43f06d0a7dc5e3314f98f.zip
nt/config.nt: Sync with autogen/config.in.
(BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL) (BROKEN_SIGPTY, HAVE_CBRT, HAVE_LOGB, NO_TERMIO): Remove. (USABLE_FIONREAD, USABLE_SIGIO): New macros.
-rw-r--r--nt/ChangeLog7
-rw-r--r--nt/config.nt30
2 files changed, 13 insertions, 24 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 49da46ad946..54e5570072a 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,10 @@
12012-09-14 Juanma Barranquero <lekktu@gmail.com>
2
3 * config.nt: Sync with autogen/config.in.
4 (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
5 (BROKEN_SIGPTY, HAVE_CBRT, HAVE_LOGB, NO_TERMIO): Remove.
6 (USABLE_FIONREAD, USABLE_SIGIO): New macros.
7
12012-09-10 Juanma Barranquero <lekktu@gmail.com> 82012-09-10 Juanma Barranquero <lekktu@gmail.com>
2 9
3 * config.nt: Sync with autogen/config.in. 10 * config.nt: Sync with autogen/config.in.
diff --git a/nt/config.nt b/nt/config.nt
index ee62b6d2242..5121a013aad 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -54,9 +54,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
54/* Define to the number of bits in type 'wint_t'. */ 54/* Define to the number of bits in type 'wint_t'. */
55#undef BITSIZEOF_WINT_T 55#undef BITSIZEOF_WINT_T
56 56
57/* Define if FIONREAD should not be used. */
58#undef BROKEN_FIONREAD
59
60/* Define if getwd should not be used. */ 57/* Define if getwd should not be used. */
61#undef BROKEN_GETWD 58#undef BROKEN_GETWD
62 59
@@ -69,18 +66,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
69/* Define if SA_RESTART should only be used in batch mode. */ 66/* Define if SA_RESTART should only be used in batch mode. */
70#undef BROKEN_SA_RESTART 67#undef BROKEN_SA_RESTART
71 68
72/* Define if SIGAIO should not be used. */
73#undef BROKEN_SIGAIO
74
75/* Define if SIGIO should not be used. */
76#undef BROKEN_SIGIO
77
78/* Define if SIGPOLL should not be used. */
79#undef BROKEN_SIGPOLL
80
81/* Define if SIGPTY should not be used. */
82#undef BROKEN_SIGPTY
83
84/* Define if the system is compatible with BSD 4.2. */ 69/* Define if the system is compatible with BSD 4.2. */
85#undef BSD4_2 70#undef BSD4_2
86 71
@@ -252,9 +237,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
252/* Define to 1 if strtold conforms to C99. */ 237/* Define to 1 if strtold conforms to C99. */
253#undef HAVE_C99_STRTOLD 238#undef HAVE_C99_STRTOLD
254 239
255/* Define to 1 if you have the `cbrt' function. */
256#undef HAVE_CBRT
257
258/* Define to 1 if you have the `cfmakeraw' function. */ 240/* Define to 1 if you have the `cfmakeraw' function. */
259#undef HAVE_CFMAKERAW 241#undef HAVE_CFMAKERAW
260 242
@@ -647,9 +629,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
647/* Define to 1 if you have the `localtime_r' function. */ 629/* Define to 1 if you have the `localtime_r' function. */
648#undef HAVE_LOCALTIME_R 630#undef HAVE_LOCALTIME_R
649 631
650/* Define to 1 if you have the `logb' function. */
651#define HAVE_LOGB 1
652
653/* Define to 1 if you support file names longer than 14 characters. */ 632/* Define to 1 if you support file names longer than 14 characters. */
654#define HAVE_LONG_FILE_NAMES 1 633#define HAVE_LONG_FILE_NAMES 1
655 634
@@ -1182,9 +1161,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1182/* Define to 1 if your C compiler doesn't accept -c and -o together. */ 1161/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1183#undef NO_MINUS_C_MINUS_O 1162#undef NO_MINUS_C_MINUS_O
1184 1163
1185/* Define if termio.h should not be included. */
1186#undef NO_TERMIO
1187
1188/* Minimum value of NSIG. */ 1164/* Minimum value of NSIG. */
1189#undef NSIG_MINIMUM 1165#undef NSIG_MINIMUM
1190 1166
@@ -1369,6 +1345,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1369/* Define if the system has Unix98 PTYs. */ 1345/* Define if the system has Unix98 PTYs. */
1370#undef UNIX98_PTYS 1346#undef UNIX98_PTYS
1371 1347
1348/* Define to 1 if FIONREAD is usable. */
1349#define USABLE_FIONREAD 1
1350
1351/* Define to 1 if SIGIO is usable. */
1352#undef USABLE_SIGIO
1353
1372/* How to get a user's full name. */ 1354/* How to get a user's full name. */
1373#define USER_FULL_NAME pw->pw_gecos 1355#define USER_FULL_NAME pw->pw_gecos
1374 1356