diff compat.h @ 2:97097b4b6bfb

Add pwsdump utility The pwsdum utility can dump PasswordSafe database files to a plaintext format and convert this format back into a PasswordSafe database.
author Guido Berhoerster <guido+libpws@berhoerster.name>
date Wed, 01 Apr 2015 14:57:57 +0200
parents d541e748cfd8
children 7fd61c245bbd
line wrap: on
line diff
--- a/compat.h	Wed Mar 25 17:10:23 2015 +0100
+++ b/compat.h	Wed Apr 01 14:57:57 2015 +0200
@@ -36,12 +36,32 @@
 #include "compat/endian.h"
 #endif /* !defined(HAVE_ENDIAN_H) && !defined(HAVE_SYS_ENDIAN_H) */
 
+#ifndef	HAVE_ERR_H
+#include "compat/err.h"
+#endif /* !HAVE_ERR_H */
+
 #ifndef	HAVE_GETENTROPY
 #include "compat/getentropy.h"
 #endif /* !HAVE_GETENTROPY */
 
+#ifndef	HAVE_GETLINE
+#include "compat/getline.h"
+#endif /* !HAVE_GETLINE */
+
+#ifndef	HAVE_READPASSPHRASE_H
+#include "compat/readpassphrase.h"
+#endif /* !HAVE_READPASSPHRASE_H */
+
+#ifndef	HAVE_SETPROGNAME
+#include "compat/setprogname.h"
+#endif /* !HAVE_SETPROGNAME */
+
 #ifndef	HAVE_SYS_TREE_H
 #include "compat/tree.h"
 #endif /* !HAVE_SYS_TREE_H */
 
+#ifndef	HAVE_VIS_H
+#include "compat/vis.h"
+#endif /* !HAVE_VIS_H */
+
 #endif /* COMPAT_H */