mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-12 22:11:29 +02:00
(S_IRGRP) [HAVE_DOSISH_SYSTEM]: Define to 0.
This commit is contained in:
parent
3220faf7f7
commit
44289a4e68
@ -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>
|
2004-11-17 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* g10.c (open_info_file): New.
|
* g10.c (open_info_file): New.
|
||||||
|
@ -60,12 +60,15 @@
|
|||||||
|
|
||||||
#if defined(HAVE_DOSISH_SYSTEM) || defined(__CYGWIN__)
|
#if defined(HAVE_DOSISH_SYSTEM) || defined(__CYGWIN__)
|
||||||
#define MY_O_BINARY O_BINARY
|
#define MY_O_BINARY O_BINARY
|
||||||
|
#ifndef S_IRGRP
|
||||||
|
# define S_IRGRP 0
|
||||||
|
# define S_IWGRP 0
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
#define MY_O_BINARY 0
|
#define MY_O_BINARY 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
enum cmd_and_opt_values
|
enum cmd_and_opt_values
|
||||||
{
|
{
|
||||||
aNull = 0,
|
aNull = 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user