1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-08 23:37:47 +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

@ -1,3 +1,7 @@
2004-11-18 Werner Koch <wk@g10code.com>
* g10.c (S_IRGRP) [HAVE_DOSISH_SYSTEM]: Define to 0.
2004-11-17 Werner Koch <wk@g10code.com>
* g10.c (open_info_file): New.

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,