comparison src/sysfile.h @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 84b14dcb0985
children abe6d1db359e
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
17 along with XEmacs; see the file COPYING. If not, write to 17 along with XEmacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
21 /* Synched up with: Not really in FSF. */ 21 /* Synched up with: Not really in FSF. */
22
23 #ifndef INCLUDED_sysfile_h_
24 #define INCLUDED_sysfile_h_
22 25
23 #include <errno.h> 26 #include <errno.h>
24 27
25 #ifndef WINDOWSNT 28 #ifndef WINDOWSNT
26 #include <sys/errno.h> /* <errno.h> does not always imply this */ 29 #include <sys/errno.h> /* <errno.h> does not always imply this */
476 # define execvp sys_execvp 479 # define execvp sys_execvp
477 #endif 480 #endif
478 #if !defined (ENCAPSULATE_EXECVP) && defined (DONT_ENCAPSULATE) 481 #if !defined (ENCAPSULATE_EXECVP) && defined (DONT_ENCAPSULATE)
479 # define sys_execvp execvp 482 # define sys_execvp execvp
480 #endif 483 #endif
484
485 #endif /* INCLUDED_sysfile_h_ */