X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffcntl;h=1107cac0b938288cf6c9d00091c048d3285a776b;hb=238a6434b5392dfb0cc4e9d7201cb91b341bafd4;hp=0fafba33e078985c4a11c02c4ea61f820d4aefc7;hpb=3f57323e35a3258011bdb56374c78a9461336ce7;p=gnulib.git diff --git a/modules/fcntl b/modules/fcntl index 0fafba33e..1107cac0b 100644 --- a/modules/fcntl +++ b/modules/fcntl @@ -1,37 +1,20 @@ Description: -Like , but with non-working flags defined to 0. +Placeholder for eventual fcntl() replacement. Files: -lib/fcntl.in.h -m4/fcntl_h.m4 Depends-on: -include_next -unistd +fcntl-h configure.ac: -gl_FCNTL_H Makefile.am: -BUILT_SOURCES += $(FCNTL_H) - -# We need the following in order to create when the system -# doesn't have one that works with the given compiler. -fcntl.h: fcntl.in.h - rm -f $@-t $@ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ - -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \ - < $(srcdir)/fcntl.in.h; \ - } > $@-t - mv $@-t $@ -MOSTLYCLEANFILES += fcntl.h fcntl.h-t Include: -#include + License: LGPL Maintainer: -all +Eric Blake