~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to src/config.h

  • Committer: Osmo Antero
  • Date: 2011-09-18 09:13:24 UTC
  • Revision ID: osmoma@gmail.com-20110918091324-wosqw4bzzhhyqz6m
VersionĀ 0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* src/config.h.  Generated from config.h.in by configure.  */
2
2
/* src/config.h.in.  Generated from configure.in by autoheader.  */
3
3
 
4
 
/* always defined to indicate that i18n is enabled */
5
 
#define ENABLE_NLS 1
6
 
 
7
4
/* Gettext package. */
8
5
#define GETTEXT_PACKAGE "audio-recorder"
9
6
 
10
7
/* Has AppIndicator */
11
8
#define HAS_APP_INDICATOR 1
12
9
 
13
 
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
14
 
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
15
 
 
16
 
/* Define to 1 if you have the `dcgettext' function. */
17
 
#define HAVE_DCGETTEXT 1
18
 
 
19
10
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
20
11
/* #undef HAVE_DOPRNT */
21
12
 
22
13
/* Define to 1 if you have the `exp' function. */
23
 
#define HAVE_EXP 1
24
 
 
25
 
/* Define if the GNU gettext() function is already present or preinstalled. */
26
 
#define HAVE_GETTEXT 1
 
14
/* #undef HAVE_EXP */
27
15
 
28
16
/* Define to 1 if you have the <inttypes.h> header file. */
29
17
#define HAVE_INTTYPES_H 1
30
18
 
31
 
/* Define if your <locale.h> file defines LC_MESSAGES. */
32
 
#define HAVE_LC_MESSAGES 1
33
 
 
34
 
/* Define to 1 if you have the <locale.h> header file. */
35
 
#define HAVE_LOCALE_H 1
36
 
 
37
19
/* Define to 1 if you have the <memory.h> header file. */
38
20
#define HAVE_MEMORY_H 1
39
21
 
40
22
/* Define to 1 if you have the `pow' function. */
41
 
#define HAVE_POW 1
 
23
/* #undef HAVE_POW */
42
24
 
43
25
/* Define to 1 if `stat' has the bug that it succeeds when given the
44
26
   zero-length file name argument. */
85
67
#define PACKAGE_NAME "Audio Recorder"
86
68
 
87
69
/* Define to the full name and version of this package. */
88
 
#define PACKAGE_STRING "Audio Recorder 0.4"
 
70
#define PACKAGE_STRING "Audio Recorder 0.4.4"
89
71
 
90
72
/* Define to the one symbol short name of this package. */
91
73
#define PACKAGE_TARNAME "audio-recorder"
94
76
#define PACKAGE_URL ""
95
77
 
96
78
/* Define to the version of this package. */
97
 
#define PACKAGE_VERSION "0.4"
 
79
#define PACKAGE_VERSION "0.4.4"
98
80
 
99
81
/* Define to 1 if you have the ANSI C header files. */
100
82
#define STDC_HEADERS 1
101
83
 
102
84
/* Version number of package */
103
 
#define VERSION "0.4"
 
85
#define VERSION "0.4.4"