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.2 by root, Tue Jun 12 03:20:44 2001 UTC vs.
Revision 1.3 by root, Sun Feb 10 22:47:18 2002 UTC

1 1
2/* 2/*
3 * needed for auto configuration 3 * needed for auto configuration
4 * $Id: acconfig.h,v 1.2 2001/06/12 03:20:44 root Exp $ 4 * $Id: acconfig.h,v 1.3 2002/02/10 22:47:18 root Exp $
5 */ 5 */
6 6
7/* 7/*
8 * If your system is kinda special 8 * If your system is kinda special
9 */ 9 */
41 * define if your system has umask(2) 41 * define if your system has umask(2)
42 */ 42 */
43#undef HAVE_UMASK 43#undef HAVE_UMASK
44 44
45/* 45/*
46 * define if your system has mkstemp
47 */
48#undef HAVE_MKSTEMP
49
50/*
46 * Replacement functions. 51 * Replacement functions.
47 * #define strerror FP_strerror 52 * #define strerror FP_strerror
48 * #define tempnam FP_tempnam 53 * #define tempnam FP_tempnam
49 * if you don't have these functions 54 * if you don't have these functions
50 */ 55 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines