]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/unix.h
Add ability for ssh2_userkey_loadpub() to return the key comment.
[PuTTY.git] / unix / unix.h
index 54cf39f217780c3f34632acd32f2d6a23e737f03..c0b56c74d1d67675435313ea191525b7b1582026 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef PUTTY_UNIX_H
 #define PUTTY_UNIX_H
 
+#ifdef HAVE_CONFIG_H
+# include "uxconfig.h" /* Space to hide it from mkfiles.pl */
+#endif
+
 #include <stdio.h>                    /* for FILENAME_MAX */
 #include "charset.h"