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

Comparing Convert-UUlib/uulib/acconfig.h (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

1 1
2/* 2/*
3 * needed for auto configuration 3 * needed for auto configuration
4 * $Id: acconfig.h,v 1.1 2001/06/11 19:48:57 root Exp $ 4 * $Id: acconfig.h,v 1.2 2001/06/12 03:20:44 root Exp $
5 */ 5 */
6 6
7/* 7/*
8 * If your system is kinda special 8 * If your system is kinda special
9 */ 9 */
29 29
30/* 30/*
31 * define if your compiler supports function prototypes 31 * define if your compiler supports function prototypes
32 */ 32 */
33#undef PROTOTYPES 33#undef PROTOTYPES
34
35/*
36 * define if your system has chmod(2)
37 */
38#undef HAVE_CHMOD
39
40/*
41 * define if your system has umask(2)
42 */
43#undef HAVE_UMASK
34 44
35/* 45/*
36 * Replacement functions. 46 * Replacement functions.
37 * #define strerror FP_strerror 47 * #define strerror FP_strerror
38 * #define tempnam FP_tempnam 48 * #define tempnam FP_tempnam

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines