those two functions need autoconf

This commit is contained in:
Bill Currie 2002-01-03 21:10:29 +00:00
parent e72220faf0
commit c0851f716e
1 changed files with 2 additions and 1 deletions

View File

@ -408,7 +408,7 @@ Qgetline (QFile *file)
}
return buf;
}
#if 0
int
Qgetpos (QFile *file, fpos_t * pos)
{
@ -430,3 +430,4 @@ Qsetpos (QFile *file, fpos_t * pos)
return Qseek (file, *pos, 0);
#endif
}
#endif