mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- The default configuration options for execvp() are now configurable at
link time. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15112 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: dos.h,v 1.20 2006-05-04 08:01:47 obarthel Exp $
|
||||
* $Id: dos.h,v 1.21 2006-08-01 17:01:14 obarthel Exp $
|
||||
*
|
||||
* :ts=4
|
||||
*
|
||||
@ -489,6 +489,11 @@ extern BOOL __expand_wildcard_args;
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
extern char ** __default_path_delimiter;
|
||||
extern char ** __default_path;
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
Reference in New Issue
Block a user