- /*
- * plugin_builtin.c.in
- */
- #ifdef HAVE_CONFIG_H
- #include "config.h"
- #endif /* HAVE_CONFIG_H */
- #include <stdlib.h>
- #include "clish/plugin.h"
- /* The array of builtin plugin's filled by configure script. */
- clish_plugin_init_t * clish_plugin_builtin_list[] = {@CLISH_PLUGIN_BUILTIN_LIST@ NULL};
|