dmenu/patch/include.h

19 lines
337 B
C
Raw Normal View History

2020-08-05 12:27:15 +02:00
#if DYNAMIC_OPTIONS_PATCH
#include "dynamicoptions.h"
#endif
2022-09-04 22:33:24 +02:00
#if FZFEXPECT_PATCH
#include "fzfexpect.h"
#endif
#if MULTI_SELECTION_PATCH
#include "multiselect.h"
#endif
#if HIGHPRIORITY_PATCH
#include "highpriority.h"
#endif
#if NON_BLOCKING_STDIN_PATCH
#include "nonblockingstdin.h"
2020-08-05 12:40:03 +02:00
#endif
#if NUMBERS_PATCH
#include "numbers.h"
#endif