XEmacs 21.2.28 "Hermes".
[chise/xemacs-chise.git.1] / src / sysproc.h
index 8506f35..217f580 100644 (file)
@@ -20,6 +20,9 @@ Boston, MA 02111-1307, USA.  */
 
 /* Synched up with: Not really in FSF. */
 
+#ifndef INCLUDED_sysproc_h_
+#define INCLUDED_sysproc_h_
+
 #ifdef HAVE_VFORK_H
 # include <vfork.h>
 #endif
@@ -96,11 +99,6 @@ Boston, MA 02111-1307, USA.  */
 
 #endif /* no FD_SET */
 
-#ifdef EMACS_BTL
-int cadillac_stop_logging ();
-int cadillac_start_logging ();
-#endif
-
 int poll_fds_for_input (SELECT_TYPE mask);
 
 #ifdef MSDOS
@@ -108,3 +106,5 @@ int poll_fds_for_input (SELECT_TYPE mask);
 /* Damn that local process.h!  Instead we can define P_WAIT ourselves.  */
 #define P_WAIT 1
 #endif
+
+#endif /* INCLUDED_sysproc_h_ */