cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/windows-NT/config.h.in [signed-commits]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/windows-NT/config.h.in [signed-commits]
Date: Sun, 16 Oct 2005 16:23:25 -0400

Index: ccvs/windows-NT/config.h.in
diff -u ccvs/windows-NT/config.h.in:1.99.2.1 
ccvs/windows-NT/config.h.in:1.99.2.2
--- ccvs/windows-NT/config.h.in:1.99.2.1        Wed Oct 12 03:01:57 2005
+++ ccvs/windows-NT/config.h.in Sun Oct 16 20:23:23 2005
@@ -62,6 +62,18 @@
 /* Define to 1 if using `alloca.c'. */
 #undef C_ALLOCA
 
+/* Define to a command line template that will write an OpenPGP signature for
+   the file `%s' to its standard out. `%t' is substituted at run time with an
+   option which flags files as text files, when necessary, and the empty
+   string, otherwise. `%a' is substituted with a list of arguments provided by
+   the user. */
+#undef DEFAULT_SIGN_TEMPLATE
+
+/* Define to the option string that the OpenPGP program used in the
+   DEFAULT_SIGN_TEMPLATE would like to see for text files (substituted at run
+   time in place of `%t' in the DEFAULT_SIGN_TEMPLATE). */
+#undef DEFAULT_SIGN_TEXTMODE
+
 /* Define if there is a member named d_ino in the struct describing directory
    headers. */
 #undef D_INO_IN_DIRENT
@@ -113,9 +125,6 @@
    message to be appended to the temp file when the editor is started. */
 #undef FORCE_USE_EDITOR
 
-/* Path to the gpg utility */
-#undef GPG_PROGRAM
-
 /* Define to an alternative value if GSS_C_NT_HOSTBASED_SERVICE isn't defined
    in the gssapi.h header file. MIT Kerberos 1.2.1 requires this. Only
    relevant when using GSSAPI. */
@@ -546,6 +555,11 @@
 
 /* Define to 1 if you have the `openat' function. */
 #undef HAVE_OPENAT
+
+/* Define if an OpenPGP capable program is available (and, assumedly, usable
+   command line templates are in the DEFAULT_SIGN_TEMPLATE and
+   DEFAULT_VERIFY_TEMPLATE macros). */
+#undef HAVE_OPENPGP
 
 /* Define to 1 if you have the <OS.h> header file. */
 #undef HAVE_OS_H




reply via email to

[Prev in Thread] Current Thread [Next in Thread]