comparison compat.h @ 18:1e39a251cbe9

Use libtecla for interactive input
author Guido Berhoerster <guido+pwm@berhoerster.name>
date Thu, 24 Aug 2017 13:10:56 +0200
parents a08ef0674d8e
children 5c6155c8e9b6
comparison
equal deleted inserted replaced
17:a08ef0674d8e 18:1e39a251cbe9
41 41
42 #ifndef HAVE_SYS_QUEUE_H 42 #ifndef HAVE_SYS_QUEUE_H
43 #include "compat/queue.h" 43 #include "compat/queue.h"
44 #endif /* !HAVE_SYS_QUEUE_H */ 44 #endif /* !HAVE_SYS_QUEUE_H */
45 45
46 #ifndef HAVE_READPASSPHRASE_H
47 #include "compat/readpassphrase.h"
48 #endif /* !HAVE_READPASSPHRASE_H */
49
50 #ifndef HAVE_SETPROGNAME 46 #ifndef HAVE_SETPROGNAME
51 #include "compat/setprogname.h" 47 #include "compat/setprogname.h"
52 #endif /* !HAVE_SETPROGNAME */ 48 #endif /* !HAVE_SETPROGNAME */
53 49
54 #ifndef HAVE_SYS_TREE_H 50 #ifndef HAVE_SYS_TREE_H