comparison src/process.h @ 209:41ff10fd062f r20-4b3

Import from CVS: tag r20-4b3
author cvs
date Mon, 13 Aug 2007 10:04:58 +0200
parents 3d6bfa290dbd
children 11cf20601dec
comparison
equal deleted inserted replaced
208:f427b8ec4379 209:41ff10fd062f
113 void status_notify (void); 113 void status_notify (void);
114 void kick_status_notify (void); 114 void kick_status_notify (void);
115 115
116 void deactivate_process (Lisp_Object proc); 116 void deactivate_process (Lisp_Object proc);
117 117
118 #ifdef VMS
119 void create_process (Lisp_Object process, char **new_argv,
120 CONST char *current_dir);
121 #endif
122
123 #ifdef WINDOWSNT 118 #ifdef WINDOWSNT
124 int 119 int
125 #else 120 #else
126 void 121 void
127 #endif 122 #endif
135 Lisp_Object canonicalize_host_name (Lisp_Object host); 130 Lisp_Object canonicalize_host_name (Lisp_Object host);
136 131
137 #endif /* not NO_SUBPROCESSES */ 132 #endif /* not NO_SUBPROCESSES */
138 133
139 /* The name of the file open to get a null file, or a data sink. 134 /* The name of the file open to get a null file, or a data sink.
140 VMS, MS-DOS, and OS/2 redefine this. */ 135 MS-DOS, and OS/2 redefine this. */
141 #ifndef NULL_DEVICE 136 #ifndef NULL_DEVICE
142 #define NULL_DEVICE "/dev/null" 137 #define NULL_DEVICE "/dev/null"
143 #endif 138 #endif
144 139
145 /* A string listing the possible suffixes used for executable files, 140 /* A string listing the possible suffixes used for executable files,
146 separated by colons. VMS, MS-DOS, and OS/2 redefine this. */ 141 separated by colons. MS-DOS, and OS/2 redefine this. */
147 #ifndef EXEC_SUFFIXES 142 #ifndef EXEC_SUFFIXES
148 #define EXEC_SUFFIXES "" 143 #define EXEC_SUFFIXES ""
149 #endif 144 #endif
150 145
151 #endif /* emacs */ 146 #endif /* emacs */