diff 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
line wrap: on
line diff
--- a/src/sysproc.h	Tue May 28 08:45:36 2002 +0000
+++ b/src/sysproc.h	Tue May 28 16:07:03 2002 +0000
@@ -194,6 +194,10 @@
    --ben
 */
 
+/* #### WARNING: if you include this file somewhere, you must include
+   syssignal.h before in order to get SIGTSTP for the following define.
+   -- didier */
+
 #if !defined (WIN32_NATIVE) && ((!defined (SIGTSTP) && !defined (USG_JOBCTRL)) || !defined (HAVE_MKDIR) || !defined (HAVE_RMDIR))
 
 #define NEED_SYNC_PROCESS_CODE