~ubuntu-branches/ubuntu/trusty/ezstream/trusty

« back to all changes in this revision

Viewing changes to win32/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2009-08-09 11:56:15 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090809115615-dhflpi95t8an4g89
Tags: 0.5.5~dfsg-1
* New upstream release.
* Updated standards version to 3.8.2 
* Fix examples location in manual page.
Closes: #521159
* Added build-dep on autotools-dev to enable 
  update of config.{guess,sub}
* Fixed watch file to mangle local version, removing
  ~dfsg string.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef __WIN32_CONFIG_H__
2
2
#define __WIN32_CONFIG_H__
3
3
 
4
 
#define PACKAGE_STRING "ezstream 0.5.4"
 
4
#define PACKAGE_STRING "ezstream 0.5.5"
5
5
 
6
6
#define HAVE_SYS_TYPES_H        1
7
7
#define HAVE_SYS_STAT_H         1
14
14
#define HAVE__STRTOI64          1
15
15
 
16
16
#define HAVE_ICONV              1
 
17
#define HAVE_TAGLIB             1
17
18
#define ICONV_CONST
18
19
 
19
20
#include <compat.h>
20
21
 
21
 
#endif /* __WIN32_CONFIG_H__ */
 
 
b'\\ No newline at end of file'
 
22
#endif /* __WIN32_CONFIG_H__ */