include config.h in all sources

After we've been hit by Large File Support problems several times in
the past week (which only occur on 32 bit platforms, which I don't
have), this is yet another attempt to fix the issue.
This commit is contained in:
Max Kellermann
2009-11-12 09:12:38 +01:00
parent 8068fd5228
commit 5b82ffc291
212 changed files with 329 additions and 65 deletions
Makefile.amconfigure.ac
scripts
src
archive
archive_list.caudio.caudio_parser.cbuffer.ccheck.hchunk.cclient.cclient_event.cclient_expire.cclient_global.cclient_idle.cclient_list.cclient_new.cclient_process.cclient_read.cclient_write.ccmdline.ccommand.ccompress.cconf.ccrossfade.c
cue
database.cdbUtils.c
decoder
decoder_api.cdecoder_api.hdecoder_buffer.cdecoder_control.cdecoder_internal.cdecoder_list.cdecoder_plugin.cdecoder_print.cdecoder_thread.cdirectory.cdirectory.hdirectory_print.cdirectory_save.cdirvec.c
encoder
encoder_list.cevent_pipe.cexclude.cfifo_buffer.c
filter
filter_plugin.cfilter_registry.cicy_metadata.cicy_server.cidle.cinotify_queue.cinotify_source.cinotify_update.h
input
input_stream.cinput_stream.hlisten.clocate.clog.cls.cmain.cmapper.c
mixer
mixer_all.cmixer_api.cmixer_control.cmixer_type.cnormalize.cnotify.c
output
output_all.coutput_command.coutput_control.coutput_init.coutput_list.coutput_print.coutput_state.coutput_thread.cpage.cpath.cpcm_byteswap.cpcm_channels.cpcm_convert.cpcm_dither.cpcm_format.cpcm_mix.cpcm_resample.cpcm_resample.hpcm_resample_fallback.cpcm_resample_internal.hpcm_resample_libsamplerate.cpcm_volume.cpermission.cpipe.cplayer_control.cplayer_thread.cplaylist.c
playlist
playlist_control.cplaylist_edit.cplaylist_global.cplaylist_list.cplaylist_print.cplaylist_queue.cplaylist_save.cplaylist_state.cpoison.hqueue.cqueue_print.cqueue_save.creplay_gain.csig_handlers.csocket_util.csong.csong_print.csong_save.csong_sticker.csongvec.cstate_file.cstats.csticker.csticker_print.cstored_playlist.cstrset.ctag.ctag_ape.ctag_id3.ctag_id3.htag_pool.ctag_print.ctag_save.ctext_file.ctext_input_stream.ctimer.ctokenizer.cupdate.cupdate_queue.curi.cutils.cvolume.czeroconf-avahi.czeroconf-bonjour.czeroconf.czeroconf.h
test

@@ -17,6 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include "inotify_source.h"
#include "fifo_buffer.h"
#include "fd_util.h"