mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
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.
This commit is contained in:
parent
5b68b33315
commit
fe5979317f
@ -1,3 +1,10 @@
|
|||||||
|
2012-09-14 Juanma Barranquero <lekktu@gmail.com>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2012-09-10 Juanma Barranquero <lekktu@gmail.com>
|
2012-09-10 Juanma Barranquero <lekktu@gmail.com>
|
||||||
|
|
||||||
* config.nt: Sync with autogen/config.in.
|
* config.nt: Sync with autogen/config.in.
|
||||||
|
30
nt/config.nt
30
nt/config.nt
@ -54,9 +54,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||||||
/* Define to the number of bits in type 'wint_t'. */
|
/* Define to the number of bits in type 'wint_t'. */
|
||||||
#undef BITSIZEOF_WINT_T
|
#undef BITSIZEOF_WINT_T
|
||||||
|
|
||||||
/* Define if FIONREAD should not be used. */
|
|
||||||
#undef BROKEN_FIONREAD
|
|
||||||
|
|
||||||
/* Define if getwd should not be used. */
|
/* Define if getwd should not be used. */
|
||||||
#undef BROKEN_GETWD
|
#undef BROKEN_GETWD
|
||||||
|
|
||||||
@ -69,18 +66,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||||||
/* Define if SA_RESTART should only be used in batch mode. */
|
/* Define if SA_RESTART should only be used in batch mode. */
|
||||||
#undef BROKEN_SA_RESTART
|
#undef BROKEN_SA_RESTART
|
||||||
|
|
||||||
/* Define if SIGAIO should not be used. */
|
|
||||||
#undef BROKEN_SIGAIO
|
|
||||||
|
|
||||||
/* Define if SIGIO should not be used. */
|
|
||||||
#undef BROKEN_SIGIO
|
|
||||||
|
|
||||||
/* Define if SIGPOLL should not be used. */
|
|
||||||
#undef BROKEN_SIGPOLL
|
|
||||||
|
|
||||||
/* Define if SIGPTY should not be used. */
|
|
||||||
#undef BROKEN_SIGPTY
|
|
||||||
|
|
||||||
/* Define if the system is compatible with BSD 4.2. */
|
/* Define if the system is compatible with BSD 4.2. */
|
||||||
#undef BSD4_2
|
#undef BSD4_2
|
||||||
|
|
||||||
@ -252,9 +237,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||||||
/* Define to 1 if strtold conforms to C99. */
|
/* Define to 1 if strtold conforms to C99. */
|
||||||
#undef HAVE_C99_STRTOLD
|
#undef HAVE_C99_STRTOLD
|
||||||
|
|
||||||
/* Define to 1 if you have the `cbrt' function. */
|
|
||||||
#undef HAVE_CBRT
|
|
||||||
|
|
||||||
/* Define to 1 if you have the `cfmakeraw' function. */
|
/* Define to 1 if you have the `cfmakeraw' function. */
|
||||||
#undef HAVE_CFMAKERAW
|
#undef HAVE_CFMAKERAW
|
||||||
|
|
||||||
@ -647,9 +629,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||||||
/* Define to 1 if you have the `localtime_r' function. */
|
/* Define to 1 if you have the `localtime_r' function. */
|
||||||
#undef HAVE_LOCALTIME_R
|
#undef HAVE_LOCALTIME_R
|
||||||
|
|
||||||
/* Define to 1 if you have the `logb' function. */
|
|
||||||
#define HAVE_LOGB 1
|
|
||||||
|
|
||||||
/* Define to 1 if you support file names longer than 14 characters. */
|
/* Define to 1 if you support file names longer than 14 characters. */
|
||||||
#define HAVE_LONG_FILE_NAMES 1
|
#define HAVE_LONG_FILE_NAMES 1
|
||||||
|
|
||||||
@ -1182,9 +1161,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||||||
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
||||||
#undef NO_MINUS_C_MINUS_O
|
#undef NO_MINUS_C_MINUS_O
|
||||||
|
|
||||||
/* Define if termio.h should not be included. */
|
|
||||||
#undef NO_TERMIO
|
|
||||||
|
|
||||||
/* Minimum value of NSIG. */
|
/* Minimum value of NSIG. */
|
||||||
#undef NSIG_MINIMUM
|
#undef NSIG_MINIMUM
|
||||||
|
|
||||||
@ -1369,6 +1345,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||||||
/* Define if the system has Unix98 PTYs. */
|
/* Define if the system has Unix98 PTYs. */
|
||||||
#undef UNIX98_PTYS
|
#undef UNIX98_PTYS
|
||||||
|
|
||||||
|
/* Define to 1 if FIONREAD is usable. */
|
||||||
|
#define USABLE_FIONREAD 1
|
||||||
|
|
||||||
|
/* Define to 1 if SIGIO is usable. */
|
||||||
|
#undef USABLE_SIGIO
|
||||||
|
|
||||||
/* How to get a user's full name. */
|
/* How to get a user's full name. */
|
||||||
#define USER_FULL_NAME pw->pw_gecos
|
#define USER_FULL_NAME pw->pw_gecos
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user