X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsys_time_.h;h=6fe31b5bf2e3d522faf8cedf6b2ff4c72572cb7f;hb=a3a70ebafd7f2fdc069d43e8a26fc246dd7fe5bb;hp=a377c65311884b38286dd970e4ad2fca4f32c901;hpb=e376fca6b969fd70ca281a7b74b8c3d35636ea0f;p=gnulib.git diff --git a/lib/sys_time_.h b/lib/sys_time_.h index a377c6531..6fe31b5bf 100644 --- a/lib/sys_time_.h +++ b/lib/sys_time_.h @@ -18,11 +18,15 @@ /* Written by Paul Eggert. */ -#ifndef _gl_SYS_TIME_H -#define _gl_SYS_TIME_H +#ifndef _GL_SYS_TIME_H +#define _GL_SYS_TIME_H #if @HAVE_SYS_TIME_H@ -# include @ABSOLUTE_SYS_TIME_H@ +# if @HAVE_INCLUDE_NEXT@ +# include_next +# else +# include @ABSOLUTE_SYS_TIME_H@ +# endif #else # include #endif @@ -35,10 +39,10 @@ struct timeval }; #endif -#if @GETTIMEOFDAY_REPLACEMENT@ +#if @REPLACE_GETTIMEOFDAY@ # undef gettimeofday # define gettimeofday rpl_gettimeofday int gettimeofday (struct timeval *restrict, void *restrict); #endif -#endif /* _gl_SYS_TIME_H */ +#endif /* _GL_SYS_TIME_H */