]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - testbn.c
Unix buildinfo: stop saying 'GTK' in pure CLI utilities.
[PuTTY.git] / testbn.c
index 2ea4f459cd5c20661915da4244f7a18700249d7e..05f62767c5cb32bf854892d8c389f7db4e88bbec 100644 (file)
--- a/testbn.c
+++ b/testbn.c
@@ -33,6 +33,9 @@ int random_byte(void)
 
 #define fromxdigit(c) ( (c)>'9' ? ((c)&0xDF) - 'A' + 10 : (c) - '0' )
 
+/* For Unix in particular, but harmless if this main() is reused elsewhere */
+const int buildinfo_gtk_relevant = FALSE;
+
 int main(int argc, char **argv)
 {
     char *buf;