2 Copyright © 1995-2012, The AROS Development Team. All rights reserved.
5 POSIX.1-2008 function unsetenv().
10 /*****************************************************************************
21 deletes a variable from the environment.
24 name -- Name of the environment variable to delete.
27 Returns zero on success, or -1 if the variable was not found.
39 ******************************************************************************/
41 DeleteVar(name
, GVF_LOCAL_ONLY
);