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.4 by root, Sun Mar 31 20:04:29 2002 UTC vs.
Revision 1.5 by root, Sun Mar 31 20:08:42 2002 UTC

1 1
2/* 2/*
3 * needed for auto configuration 3 * needed for auto configuration
4 * $Id: acconfig.h,v 1.4 2002/03/31 20:04:29 root Exp $ 4 * $Id: acconfig.h,v 1.5 2002/03/31 20:08:42 root Exp $
5 */ 5 */
6 6
7/* 7/*
8 * If your system is kinda special 8 * If your system is kinda special
9 */ 9 */
47 */ 47 */
48#undef HAVE_MKSTEMP 48#undef HAVE_MKSTEMP
49 49
50/* 50/*
51 * Replacement functions. 51 * Replacement functions.
52 * #define strerror FP_strerror 52 * #define strerror _FP_strerror
53 * #define tempnam FP_tempnam 53 * #define tempnam _FP_tempnam
54 * if you don't have these functions 54 * if you don't have these functions
55 */ 55 */
56#undef strerror 56#undef strerror
57#undef tempnam 57#undef tempnam
58 58

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines