diff options
| author | Jim Meyering <jim@meyering.net> | 2007-01-13 17:17:19 +0100 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2007-03-29 21:37:05 +0200 |
| commit | 5349e96a32562a71f818c9695cb15af465eb1497 (patch) | |
| tree | bf8cdc5e732bd527fba0833b4c2f2becd2ce94a0 /gl | |
| parent | * src/c99-to-c89.diff: Handle a new c99'ism in ls.c. (diff) | |
| download | coreutils-5349e96a32562a71f818c9695cb15af465eb1497.tar.gz coreutils-5349e96a32562a71f818c9695cb15af465eb1497.zip | |
* gl/lib/selinux-at.c: Remove a use of HAVE_CONFIG_H.
Diffstat (limited to 'gl')
| -rw-r--r-- | gl/lib/selinux-at.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gl/lib/selinux-at.c b/gl/lib/selinux-at.c index ebc41ee7a..9dc0b1c98 100644 --- a/gl/lib/selinux-at.c +++ b/gl/lib/selinux-at.c @@ -17,9 +17,7 @@ /* written by Jim Meyering */ -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif +#include <config.h> #include "selinux-at.h" #include "openat.h" |
