/[gcl]/gcl/configure
ViewVC logotype

Diff of /gcl/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by camm, Tue Dec 18 21:40:40 2001 UTC revision 1.13 by camm, Tue Dec 18 22:45:43 2001 UTC
# Line 1819  cat > conftest.$ac_ext <<EOF Line 1819  cat > conftest.$ac_ext <<EOF
1819  #include <fcntl.h>  #include <fcntl.h>
1820    
1821  int main() {  int main() {
1822  FILE *fp=fopen("jim","r");  FILE *fp=fopen("configure.in","r");
1823    int orig;    int orig;
1824    orig = fcntl(fileno(fp), F_GETFL);    orig = fcntl(fileno(fp), F_GETFL);
1825    if (! (orig & O_NONBLOCK )) return 0;    if (! (orig & O_NONBLOCK )) return 0;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26