1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* gpgv.c: Removed g10defs.h.

* Makefile.am: Include cmacros.am for common flags.
This commit is contained in:
Werner Koch 2004-02-12 09:28:52 +00:00
parent 584784ba6d
commit e99475d59e
5 changed files with 23 additions and 13 deletions

View file

@ -46,7 +46,6 @@
#include "ttyio.h"
#include "i18n.h"
#include "status.h"
#include "g10defs.h"
enum cmd_and_opt_values { aNull = 0,
@ -163,7 +162,7 @@ main( int argc, char **argv )
opt.homedir = getenv("GNUPGHOME");
#endif
if( !opt.homedir || !*opt.homedir ) {
opt.homedir = GNUPG_HOMEDIR;
opt.homedir = GNUPG_DEFAULT_HOMEDIR;
}
tty_no_terminal(1);
tty_batchmode(1);