comparison src/sysproc.h @ 854:1d8fb2eee1bb

[xemacs-hg @ 2002-05-28 16:06:58 by didierv] Fix header inclusion order
author didierv
date Tue, 28 May 2002 16:07:03 +0000
parents 2b6fa2618f76
children 84762348c6f9
comparison
equal deleted inserted replaced
853:2b6fa2618f76 854:1d8fb2eee1bb
192 ????? 192 ?????
193 193
194 --ben 194 --ben
195 */ 195 */
196 196
197 /* #### WARNING: if you include this file somewhere, you must include
198 syssignal.h before in order to get SIGTSTP for the following define.
199 -- didier */
200
197 #if !defined (WIN32_NATIVE) && ((!defined (SIGTSTP) && !defined (USG_JOBCTRL)) || !defined (HAVE_MKDIR) || !defined (HAVE_RMDIR)) 201 #if !defined (WIN32_NATIVE) && ((!defined (SIGTSTP) && !defined (USG_JOBCTRL)) || !defined (HAVE_MKDIR) || !defined (HAVE_RMDIR))
198 202
199 #define NEED_SYNC_PROCESS_CODE 203 #define NEED_SYNC_PROCESS_CODE
200 204
201 /* True iff we are about to fork off a synchronous process or if we 205 /* True iff we are about to fork off a synchronous process or if we