X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fglob_.h;h=451b111e22e2e4430fd5a6342db5cd3d3ca9db51;hb=a3a70ebafd7f2fdc069d43e8a26fc246dd7fe5bb;hp=08cd208fc84e012027ebe4295e20af4561fa342f;hpb=e3078b005a9292e171b2ffd37ba6a80c1df2ba2e;p=gnulib.git diff --git a/lib/glob_.h b/lib/glob_.h index 08cd208fc..451b111e2 100644 --- a/lib/glob_.h +++ b/lib/glob_.h @@ -18,10 +18,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef GLOB_H -#define GLOB_H 1 +#ifndef _GL_GLOB_H +#define _GL_GLOB_H -#ifdef HAVE_SYS_CDEFS_H +#if @HAVE_SYS_CDEFS_H@ # include #endif @@ -57,4 +57,4 @@ /* Now the standard GNU C Library header should work. */ #include "glob-libc.h" -#endif /* GLOB_H */ +#endif /* _GL_GLOB_H */