1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* always defined to indicate that i18n is enabled */
4#define ENABLE_NLS
5
6/* "Gettext package name" */
7#cmakedefine GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
8
9/* Define if you have curl support */
10#cmakedefine HAVE_CURL
11
12/* Define to 1 if you have the <endian.h> header file. */
13#cmakedefine HAVE_ENDIAN_H 1
14
15/* Define if you have the flac library */
16#cmakedefine HAVE_FLAC
17
18/* Define to 1 if you have the `getopt_long_only' function. */
19#cmakedefine HAVE_GETOPT_LONG_ONLY
20
21/* Define if you have gio support */
22#cmakedefine HAVE_GIO
23
24/* Define to 1 if you have the <inttypes.h> header file. */
25#cmakedefine HAVE_INTTYPES_H 1
26
27/* Define to 1 if you have the <mp4v2/itmf_tags.h> header file. */
28#cmakedefine HAVE_MP4V2_ITMF_TAGS_H 1
29
30/* Define to 1 if you have the <mp4v2/platform.h> header file. */
31#cmakedefine HAVE_MP4V2_PLATFORM_H 1
32
33/* Define to 1 if you have the <stdint.h> header file. */
34#cmakedefine HAVE_STDINT_H 1
35
36/* Define to 1 if you have the <string.h> header file. */
37#define HAVE_STRING_H 1
38
39/* Define if you have the ogg/vorbis library */
40#cmakedefine HAVE_LIBVORBISFILE
41
42/* Define to 1 if you have the `statvfs' function. */
43#cmakedefine HAVE_STATVFS
44
45/* Define to 1 if you have the <string.h> header file. */
46#define HAVE_STRING_H 1
47
48/* Set this to the libgpod version */
49#cmakedefine LIBGPOD_VERSION "@LIBGPOD_VERSION@"
50
51/* Name of package */
52#cmakedefine PACKAGE "@PACKAGE@"
53
54/* Define to the package data directory. */
55#cmakedefine PACKAGE_DATA_DIR "@PACKAGE_DATA_DIR@"
56
57/* Define to the package locale directory. */
58#cmakedefine PACKAGE_LOCALE_DIR "@PACKAGE_LOCALE_DIR@"
59
60/* Define to 1 if you have the ANSI C header files. */
61#define STDC_HEADERS 1
62
63/* Version number of package */
64#cmakedefine VERSION "@VERSION@"
65