Richard Bos <[EMAIL PROTECTED]> writes: > > configure already checks for fcntl.h, but how to check for the presence of > > F_GETLK and or F_SETLK
Why not use "#ifdef F_GETLK"?
Richard Bos <[EMAIL PROTECTED]> writes: > > configure already checks for fcntl.h, but how to check for the presence of > > F_GETLK and or F_SETLK
Why not use "#ifdef F_GETLK"?