1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* fseeko.c, ftello.c: New.

* configure.ac: Check for ftello and provide a replacement.
This commit is contained in:
Werner Koch 2002-07-22 10:20:39 +00:00
parent fc8d9e4741
commit bbf580e702
4 changed files with 89 additions and 1 deletions

View file

@ -84,7 +84,6 @@ FILE *fopencookie (void *cookie, const char *opentype,
/*-- some macros to replace ctype ones and avoid locale problems --*/
#define spacep(p) (*(p) == ' ' || *(p) == '\t')
#define digitp(p) (*(p) >= '0' && *(p) <= '9')