diff options
Diffstat (limited to 'src/conf_post.h')
-rw-r--r-- | src/conf_post.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/conf_post.h b/src/conf_post.h index bc8b096488..865d0183a5 100644 --- a/src/conf_post.h +++ b/src/conf_post.h @@ -140,10 +140,6 @@ typedef bool bool_bf; #undef HAVE_RINT #endif /* HPUX */ -#ifdef WINDOWSNT -# define DEV_TTY "CONOUT$" -#endif - #ifdef MSDOS #ifndef __DJGPP__ You lose; /* Emacs for DOS must be compiled with DJGPP */ @@ -246,11 +242,6 @@ extern int emacs_setenv_TZ (char const *); #include <string.h> #include <stdlib.h> -#ifndef DEV_TTY -# define DEV_TTY "/dev/tty" -#endif - - #if __GNUC__ >= 3 /* On GCC 3.0 we might get a warning. */ #define NO_INLINE __attribute__((noinline)) #else |