]> code.delx.au - gnu-emacs/blobdiff - src/systty.h
Remove debug prints
[gnu-emacs] / src / systty.h
index a258635ac09dd8206e340ea4d2a7213e4db78a94..b660441a91eb0986d2278b2d0923d84cf850ac26 100644 (file)
@@ -41,17 +41,12 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 \f
 /* Special cases - inhibiting the use of certain features.  */
 
-/* Allow m- file to inhibit use of FIONREAD.  */
+/* Allow configure to inhibit use of FIONREAD.  */
 #ifdef BROKEN_FIONREAD
 #undef FIONREAD
 #undef ASYNC
 #endif
 
-/* Interrupt input is not used if there is no FIONREAD.  */
-#ifndef FIONREAD
-#undef SIGIO
-#endif
-
 \f
 /* Try to establish the correct character to disable terminal functions
    in a system-independent manner.  Note that USG (at least) define