File: config.h.in

package info (click to toggle)
gtkpod 2.1.5-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 19,428 kB
  • ctags: 6,307
  • sloc: ansic: 51,604; xml: 16,135; sh: 11,916; cpp: 7,545; perl: 1,449; makefile: 1,376; lex: 638; awk: 73; python: 35
file content (64 lines) | stat: -rw-r--r-- 1,797 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
/* config.h.in.  Generated from configure.in by autoheader.  */

/* always defined to indicate that i18n is enabled */
#define ENABLE_NLS

/* "Gettext package name" */
#cmakedefine GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"

/* Define if you have curl support */
#cmakedefine HAVE_CURL

/* Define to 1 if you have the <endian.h> header file. */
#cmakedefine HAVE_ENDIAN_H 1

/* Define if you have the flac library */
#cmakedefine HAVE_FLAC

/* Define to 1 if you have the `getopt_long_only' function. */
#cmakedefine HAVE_GETOPT_LONG_ONLY

/* Define if you have gio support */
#cmakedefine HAVE_GIO

/* Define to 1 if you have the <inttypes.h> header file. */
#cmakedefine HAVE_INTTYPES_H 1

/* Define to 1 if you have the <mp4v2/itmf_tags.h> header file. */
#cmakedefine HAVE_MP4V2_ITMF_TAGS_H 1

/* Define to 1 if you have the <mp4v2/platform.h> header file. */
#cmakedefine HAVE_MP4V2_PLATFORM_H 1

/* Define to 1 if you have the <stdint.h> header file. */
#cmakedefine HAVE_STDINT_H 1

/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1

/* Define if you have the ogg/vorbis library */
#cmakedefine HAVE_LIBVORBISFILE

/* Define to 1 if you have the `statvfs' function. */
#cmakedefine HAVE_STATVFS

/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1

/* Set this to the libgpod version */
#cmakedefine LIBGPOD_VERSION "@LIBGPOD_VERSION@"

/* Name of package */
#cmakedefine PACKAGE "@PACKAGE@"

/* Define to the package data directory. */
#cmakedefine PACKAGE_DATA_DIR "@PACKAGE_DATA_DIR@"

/* Define to the package locale directory. */
#cmakedefine PACKAGE_LOCALE_DIR "@PACKAGE_LOCALE_DIR@"

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

/* Version number of package */
#cmakedefine VERSION "@VERSION@"