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

Comparing Convert-UUlib/uulib/config.h.in (file contents):
Revision 1.3 by root, Sun Feb 10 22:47:18 2002 UTC vs.
Revision 1.3.2.1 by root, Sun Mar 31 19:51:28 2002 UTC

36 * define if your compiler supports function prototypes 36 * define if your compiler supports function prototypes
37 */ 37 */
38#undef PROTOTYPES 38#undef PROTOTYPES
39 39
40/* 40/*
41 * define if your system has chmod(2)
42 */
43#undef HAVE_CHMOD
44
45/*
46 * define if your system has umask(2)
47 */
48#undef HAVE_UMASK
49
50/*
51 * define if your system has mkstemp
52 */
53#undef HAVE_MKSTEMP
54
55/*
56 * Replacement functions. 41 * Replacement functions.
57 * #define strerror FP_strerror 42 * #define strerror _FP_strerror
58 * #define tempnam FP_tempnam 43 * #define tempnam _FP_tempnam
59 * if you don't have these functions 44 * if you don't have these functions
60 */ 45 */
61#undef strerror 46#undef strerror
62#undef tempnam 47#undef tempnam
63 48

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines