At 10:09 AM 11/1/2000 -0800, Peter Prymmer wrote:
>>      fd = open("manifest", O_RDONLY);
>                  ^^^^^^^
>Recall that
>not all filesystems are cAsE inSenSitive (that file is MANIFEST on Unix).
>
>Perhaps it'd be better to try open() ing "try.c" instead?

good idea.

>>      (retval < 0 ? exit(2) : exit(0));
>> #else
>>      exit(2);
>> #endif
>> }
>
>Another possibility rather than exit status could be to
>printf("define\n"); or printf("undef\n"); to be used as the value of
>d_fcntl_has_no_lock (passed as symbol tmp within configure.com).

Another good idea.  I'm happy to see my little prototype getting 
professional help.

_______________________________________________
Craig A. Berry                                   
mailto:[EMAIL PROTECTED]

Reply via email to