Parent Directory
|
Revision Log
|
Patch
| Revision 369 | Revision 370 | ||
|---|---|---|---|
| … | … | ||
| 5 | * | 5 | * |
| 6 | * Copyright 1999-2008 Gentoo Foundation | 6 | * Copyright 1999-2008 Gentoo Foundation |
| 7 | * Licensed under the GPL-2 | 7 | * Licensed under the GPL-2 |
| 8 | */ | 8 | */ |
| 9 | 9 | ||
| 10 | #include <errno.h> | 10 | #include "headers.h" |
| 11 | #include <stdlib.h> | ||
| 12 | #include <string.h> | ||
| 13 | |||
| 14 | #include "sbutil.h" | 11 | #include "sbutil.h" |
| 15 | 12 | ||
| 16 | bool is_env_off (const char *env) | 13 | bool is_env_off (const char *env) |
| 17 | { | 14 | { |
| 18 | if ((NULL != env) && (NULL != getenv(env)) && | 15 | if ((NULL != env) && (NULL != getenv(env)) && |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |