Deleted Added
full compact
system.h (32785) system.h (34461)
1/* system-dependent definitions for CVS.
2 Copyright (C) 1989-1992 Free Software Foundation, Inc.
3
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2, or (at your option)
7 any later version.
8

--- 439 unchanged lines hidden (view full) ---

448#ifndef CVS_RMDIR
449#define CVS_RMDIR rmdir
450#endif
451
452#ifndef CVS_STAT
453#define CVS_STAT stat
454#endif
455
1/* system-dependent definitions for CVS.
2 Copyright (C) 1989-1992 Free Software Foundation, Inc.
3
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2, or (at your option)
7 any later version.
8

--- 439 unchanged lines hidden (view full) ---

448#ifndef CVS_RMDIR
449#define CVS_RMDIR rmdir
450#endif
451
452#ifndef CVS_STAT
453#define CVS_STAT stat
454#endif
455
456/* Open question: should CVS_STAT be lstat by default? We need
457 to use lstat in order to handle symbolic links correctly with
458 the PreservePermissions option. -twp */
459#ifndef CVS_LSTAT
460#define CVS_LSTAT lstat
461#endif
462
456#ifndef CVS_UNLINK
457#define CVS_UNLINK unlink
458#endif
459
460/* Wildcard matcher. Should be case-insensitive if the system is. */
461#ifndef CVS_FNMATCH
462#define CVS_FNMATCH fnmatch
463#endif

--- 63 unchanged lines hidden ---
463#ifndef CVS_UNLINK
464#define CVS_UNLINK unlink
465#endif
466
467/* Wildcard matcher. Should be case-insensitive if the system is. */
468#ifndef CVS_FNMATCH
469#define CVS_FNMATCH fnmatch
470#endif

--- 63 unchanged lines hidden ---