comparison compat.h @ 17:a08ef0674d8e

Page long output in interactive mode
author Guido Berhoerster <guido+pwm@berhoerster.name>
date Sat, 12 Aug 2017 10:41:52 +0200
parents 25e227eba3da
children 1e39a251cbe9
comparison
equal deleted inserted replaced
16:a07665727c19 17:a08ef0674d8e
37 37
38 #ifndef HAVE_GETENTROPY 38 #ifndef HAVE_GETENTROPY
39 #include "compat/getentropy.h" 39 #include "compat/getentropy.h"
40 #endif /* !HAVE_GETENTROPY */ 40 #endif /* !HAVE_GETENTROPY */
41 41
42 #ifndef HAVE_SYS_QUEUE_H
43 #include "compat/queue.h"
44 #endif /* !HAVE_SYS_QUEUE_H */
45
42 #ifndef HAVE_READPASSPHRASE_H 46 #ifndef HAVE_READPASSPHRASE_H
43 #include "compat/readpassphrase.h" 47 #include "compat/readpassphrase.h"
44 #endif /* !HAVE_READPASSPHRASE_H */ 48 #endif /* !HAVE_READPASSPHRASE_H */
45 49
46 #ifndef HAVE_SETPROGNAME 50 #ifndef HAVE_SETPROGNAME