1 /*
2  * plugin_builtin.c.in
3  */
4 
5 #ifdef HAVE_CONFIG_H
6 #include "config.h"
7 #endif /* HAVE_CONFIG_H */
8 
9 #include <stdlib.h>
10 #include "clish/plugin.h"
11 
12 /* Declare builtin plugin's init functions */
13 
14 
15 /* The array of builtin plugin's filled by configure script. */
16 clish_plugin_builtin_list_t clish_plugin_builtin_list[] = { { NULL, NULL } };
17 
18