ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/uulib.c
(Generate patch)

Comparing Convert-UUlib/uulib/uulib.c (file contents):
Revision 1.26 by root, Sat Sep 24 06:02:04 2022 UTC vs.
Revision 1.27 by root, Sat Sep 24 06:05:03 2022 UTC

31#endif 31#endif
32 32
33#include <sys/types.h> 33#include <sys/types.h>
34#include <sys/stat.h> 34#include <sys/stat.h>
35#include <stdio.h> 35#include <stdio.h>
36
37#ifdef HAVE_FCNTL_H
38#include <fcntl.h>
39#endif
40
41#ifdef STDC_HEADERS
42#include <stdlib.h> 36#include <stdlib.h>
43#include <stdarg.h> 37#include <stdarg.h>
44#include <string.h> 38#include <string.h>
45#else 39
46#ifdef HAVE_STDARG_H 40#ifdef HAVE_FCNTL_H
47#include <stdarg.h> 41#include <fcntl.h>
48#else
49#ifdef HAVE_VARARGS_H
50#include <varargs.h>
51#endif
52#endif
53#endif 42#endif
54 43
55#ifdef HAVE_UNISTD_H 44#ifdef HAVE_UNISTD_H
56#include <unistd.h> 45#include <unistd.h>
57#endif 46#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines