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.1 by root, Mon Jun 11 19:48:57 2001 UTC vs.
Revision 1.2 by root, Tue Jun 12 03:20:44 2001 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/*
41 * Replacement functions. 51 * Replacement functions.
42 * #define strerror _FP_strerror 52 * #define strerror FP_strerror
43 * #define tempnam _FP_tempnam 53 * #define tempnam FP_tempnam
44 * if you don't have these functions 54 * if you don't have these functions
45 */ 55 */
46#undef strerror 56#undef strerror
47#undef tempnam 57#undef tempnam
48 58

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines