diff options
author | Glenn Morris <rgm@gnu.org> | 2012-09-13 06:17:31 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-09-13 06:17:31 -0400 |
commit | 4fa924951b55e6b428e852b62d6c8ef3464ea1dd (patch) | |
tree | b49041e3803f49dc3acdeec0083b676476b6eed4 /autogen/config.in | |
parent | 5087f097cd220a82eeeb69de4ef1c642714f3708 (diff) | |
download | emacs-4fa924951b55e6b428e852b62d6c8ef3464ea1dd.tar.gz emacs-4fa924951b55e6b428e852b62d6c8ef3464ea1dd.tar.bz2 emacs-4fa924951b55e6b428e852b62d6c8ef3464ea1dd.zip |
Auto-commit of generated files.
Diffstat (limited to 'autogen/config.in')
-rw-r--r-- | autogen/config.in | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/autogen/config.in b/autogen/config.in index 99074bd1bc5..f8e4c2bcce3 100644 --- a/autogen/config.in +++ b/autogen/config.in @@ -50,9 +50,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Define to the number of bits in type 'wint_t'. */ #undef BITSIZEOF_WINT_T -/* Define if FIONREAD should not be used. */ -#undef BROKEN_FIONREAD - /* Define if getwd should not be used. */ #undef BROKEN_GETWD @@ -65,18 +62,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Define if SA_RESTART should only be used in batch mode. */ #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. */ #undef BSD4_2 @@ -1166,9 +1151,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. */ #undef NO_MINUS_C_MINUS_O -/* Define if termio.h should not be included. */ -#undef NO_TERMIO - /* Minimum value of NSIG. */ #undef NSIG_MINIMUM @@ -1353,6 +1335,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Define if the system has Unix98 PTYs. */ #undef UNIX98_PTYS +/* Define to 1 if FIONREAD is usable. */ +#undef USABLE_FIONREAD + +/* Define to 1 if SIGIO is usable. */ +#undef USABLE_SIGIO + /* How to get a user's full name. */ #undef USER_FULL_NAME |