X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsys_types;h=2e9c4278674bfc6e688845677aad49352ad35593;hb=03ea4328ae1ea7e985f7fd9a42ebf77bc64bd47c;hp=810f640cd4ed90542e570221c13ae6bbcbff79e7;hpb=92a1bc6ccf243a67308032234bd69eb31f0028e6;p=gnulib.git diff --git a/modules/sys_types b/modules/sys_types index 810f640cd..2e9c42786 100644 --- a/modules/sys_types +++ b/modules/sys_types @@ -4,6 +4,7 @@ A that conforms better to POSIX. Files: lib/sys_types.in.h m4/sys_types_h.m4 +m4/off_t.m4 Depends-on: include_next @@ -27,6 +28,7 @@ sys/types.h: sys_types.in.h $(top_builddir)/config.status -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \ + -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ < $(srcdir)/sys_types.in.h; \ } > $@-t && \ mv $@-t $@