~ubuntu-branches/ubuntu/oneiric/libao/oneiric

« back to all changes in this revision

Viewing changes to src/config.c

  • Committer: Bazaar Package Importer
  • Author(s): John Francesco Ferlito
  • Date: 2011-03-24 22:20:18 UTC
  • mfrom: (5.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110324222018-nxaid99rj5y5o6xe
Tags: 1.1.0-1
* New upstream release.
  - Remove debian/patches/snd_audio_bsd included upstream.
  - libao4: libao crashes when using pulse plugin. (Closes: #577645)
* Bumped standards version to 3.9.1.
* Added libroar support. (Closes: #589760)
* Removed quilt as no more patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 *
25
25
 ********************************************************************
26
26
 
27
 
 last mod: $Id: config.c 17007 2010-03-24 02:56:04Z xiphmont $
 
27
 last mod: $Id: config.c 17763 2010-12-17 11:28:29Z xiphmont $
28
28
 
29
29
 ********************************************************************/
30
30
 
34
34
#include <stdlib.h>
35
35
#include <string.h>
36
36
#include <limits.h>
 
37
#include <ctype.h>
37
38
 
38
39
#define LINE_LEN 100
39
40