1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

(S_IRGRP) [HAVE_DOSISH_SYSTEM]: Define to 0.

This commit is contained in:
Werner Koch 2004-11-18 16:01:08 +00:00
parent 3220faf7f7
commit 44289a4e68
2 changed files with 8 additions and 1 deletions

View file

@ -60,12 +60,15 @@
#if defined(HAVE_DOSISH_SYSTEM) || defined(__CYGWIN__)
#define MY_O_BINARY O_BINARY
#ifndef S_IRGRP
# define S_IRGRP 0
# define S_IWGRP 0
#endif
#else
#define MY_O_BINARY 0
#endif
enum cmd_and_opt_values
{
aNull = 0,