]> code.delx.au - gnu-emacs/blobdiff - src/s/template.h
(INTERVAL_SRC): Also depend on dispextern.h.
[gnu-emacs] / src / s / template.h
index 4120a8fe0421c3bc315f60cb4a0773f36344d0a9..f7a7d7f0af1c239184eb102ac3f8e28cf093a16e 100644 (file)
@@ -31,7 +31,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* #define BSD4_2 */
 /* #define BSD4_3 */
 /* #define BSD_SYSTEM */
-/* #define VMS */
 
 /* SYSTEM_TYPE should indicate the kind of system you are using.
  It sets the Lisp variable system-type.  */
@@ -93,24 +92,16 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #define HAVE_PTYS
 
-/*
- *     Define NONSYSTEM_DIR_LIBRARY to make Emacs emulate
- *      The 4.2 opendir, etc., library functions.
- */
-
-#define NONSYSTEM_DIR_LIBRARY
-
 /* Define this symbol if your system has the functions bcopy, etc. */
 
 #define BSTRING
 
-/* subprocesses should be defined if you want to
+/* subprocesses should be undefined if you do NOT want to
    have code for asynchronous subprocesses
    (as used in M-x compile and M-x shell).
-   This is generally OS dependent, and not supported
-   under most USG systems. */
+   Currently only MSDOS does not support this. */
 
-#define subprocesses
+/* #undef subprocesses */
 
 /* If your system uses COFF (Common Object File Format) then define the
    preprocessor symbol "COFF". */