Add "automatically generated by configure" comments to source

Since running ./configure now changes git-tracked source files to have
this line, might as well have that git tracked so it doesn't create
local changes all the time.
This commit is contained in:
dequis 2019-07-18 11:36:27 +02:00
commit d2c80d4b2c
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
/* this file is automatically generated by configure - don't change */
void fe_irc_dcc_init(void);void fe_irc_notifylist_init(void);
void fe_irc_notifylist_deinit(void);void fe_irc_dcc_deinit(void);
void fe_irc_modules_init(void) { fe_irc_dcc_init(); fe_irc_notifylist_init(); }

View file

@ -1,3 +1,4 @@
/* this file is automatically generated by configure - don't change */
void irc_core_init(void); void irc_core_deinit(void);
void irc_dcc_init(void);void irc_flood_init(void);void irc_notifylist_init(void);
void irc_notifylist_deinit(void);void irc_flood_deinit(void);void irc_dcc_deinit(void);