X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fsysproc.h;h=217f58068b45dd396eb5dce333978f423f121aca;hb=4f29597e4f3696a59bb08ffece07183c1568c4a5;hp=8506f35565b6c91ec099591b1e1b6e8b85d6d7ef;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git- diff --git a/src/sysproc.h b/src/sysproc.h index 8506f35..217f580 100644 --- a/src/sysproc.h +++ b/src/sysproc.h @@ -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 #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_ */