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.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

1 1
2/* 2/*
3 * needed for auto configuration 3 * needed for auto configuration
4 * $Id: acconfig.h,v 1.3 2002/02/10 22:47:18 root Exp $ 4 * $Id: acconfig.h,v 1.3.2.1 2002/03/31 19:51:28 root Exp $
5 */ 5 */
6 6
7/* 7/*
8 * If your system is kinda special 8 * If your system is kinda special
9 */ 9 */
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 34
35/* 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
44
45/*
46 * define if your system has mkstemp
47 */
48#undef HAVE_MKSTEMP
49
50/*
51 * Replacement functions. 36 * Replacement functions.
52 * #define strerror FP_strerror 37 * #define strerror _FP_strerror
53 * #define tempnam FP_tempnam 38 * #define tempnam _FP_tempnam
54 * if you don't have these functions 39 * if you don't have these functions
55 */ 40 */
56#undef strerror 41#undef strerror
57#undef tempnam 42#undef tempnam
58 43

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines