~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to src/config.h.in

  • Committer: Osmo Antero Maatta
  • Date: 2011-01-17 08:09:50 UTC
  • Revision ID: osmoma@gmail.com-20110117080950-4cbm2fnnsr0332jw
InitialĀ importĀ 17.jan.2011

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* src/config.h.in.  Generated from configure.in by autoheader.  */
 
2
 
 
3
/* always defined to indicate that i18n is enabled */
 
4
#undef ENABLE_NLS
 
5
 
 
6
/* Gettext package. */
 
7
#undef GETTEXT_PACKAGE
 
8
 
 
9
/* Has AppIndicator */
 
10
#undef HAS_APP_INDICATOR
 
11
 
 
12
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
 
13
#undef HAVE_BIND_TEXTDOMAIN_CODESET
 
14
 
 
15
/* Define to 1 if you have the `dcgettext' function. */
 
16
#undef HAVE_DCGETTEXT
 
17
 
 
18
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
 
19
#undef HAVE_DOPRNT
 
20
 
 
21
/* Define to 1 if you have the `exp' function. */
 
22
#undef HAVE_EXP
 
23
 
 
24
/* Define if the GNU gettext() function is already present or preinstalled. */
 
25
#undef HAVE_GETTEXT
 
26
 
 
27
/* Define to 1 if you have the <inttypes.h> header file. */
 
28
#undef HAVE_INTTYPES_H
 
29
 
 
30
/* Define if your <locale.h> file defines LC_MESSAGES. */
 
31
#undef HAVE_LC_MESSAGES
 
32
 
 
33
/* Define to 1 if you have the <locale.h> header file. */
 
34
#undef HAVE_LOCALE_H
 
35
 
 
36
/* Define to 1 if you have the <memory.h> header file. */
 
37
#undef HAVE_MEMORY_H
 
38
 
 
39
/* Define to 1 if you have the `pow' function. */
 
40
#undef HAVE_POW
 
41
 
 
42
/* Define to 1 if `stat' has the bug that it succeeds when given the
 
43
   zero-length file name argument. */
 
44
#undef HAVE_STAT_EMPTY_STRING_BUG
 
45
 
 
46
/* Define to 1 if you have the <stdint.h> header file. */
 
47
#undef HAVE_STDINT_H
 
48
 
 
49
/* Define to 1 if you have the <stdio.h> header file. */
 
50
#undef HAVE_STDIO_H
 
51
 
 
52
/* Define to 1 if you have the <stdlib.h> header file. */
 
53
#undef HAVE_STDLIB_H
 
54
 
 
55
/* Define to 1 if you have the <strings.h> header file. */
 
56
#undef HAVE_STRINGS_H
 
57
 
 
58
/* Define to 1 if you have the <string.h> header file. */
 
59
#undef HAVE_STRING_H
 
60
 
 
61
/* Define to 1 if you have the <sys/stat.h> header file. */
 
62
#undef HAVE_SYS_STAT_H
 
63
 
 
64
/* Define to 1 if you have the <sys/types.h> header file. */
 
65
#undef HAVE_SYS_TYPES_H
 
66
 
 
67
/* Define to 1 if you have the <unistd.h> header file. */
 
68
#undef HAVE_UNISTD_H
 
69
 
 
70
/* Define to 1 if you have the `vprintf' function. */
 
71
#undef HAVE_VPRINTF
 
72
 
 
73
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
 
74
   slash. */
 
75
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
 
76
 
 
77
/* Name of package */
 
78
#undef PACKAGE
 
79
 
 
80
/* Define to the address where bug reports for this package should be sent. */
 
81
#undef PACKAGE_BUGREPORT
 
82
 
 
83
/* Define to the full name of this package. */
 
84
#undef PACKAGE_NAME
 
85
 
 
86
/* Define to the full name and version of this package. */
 
87
#undef PACKAGE_STRING
 
88
 
 
89
/* Define to the one symbol short name of this package. */
 
90
#undef PACKAGE_TARNAME
 
91
 
 
92
/* Define to the home page for this package. */
 
93
#undef PACKAGE_URL
 
94
 
 
95
/* Define to the version of this package. */
 
96
#undef PACKAGE_VERSION
 
97
 
 
98
/* Define to 1 if you have the ANSI C header files. */
 
99
#undef STDC_HEADERS
 
100
 
 
101
/* Version number of package */
 
102
#undef VERSION