~ubuntu-branches/debian/sid/hal/sid

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-10-23 12:33:58 UTC
  • Revision ID: james.westby@ubuntu.com-20071023123358-xaf8mjc5n84d5gtz
Tags: upstream-0.5.10
ImportĀ upstreamĀ versionĀ 0.5.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
/* Eject program to use */
20
20
#undef EJECT_PROGRAM
21
21
 
22
 
/* always defined to indicate that i18n is enabled */
23
 
#undef ENABLE_NLS
24
 
 
25
 
/* Name of the gettext package */
26
 
#undef GETTEXT_PACKAGE
27
 
 
28
22
/* Group for HAL */
29
23
#undef HAL_GROUP
30
24
 
43
37
/* Define to 1 if you have the `asprintf' function. */
44
38
#undef HAVE_ASPRINTF
45
39
 
46
 
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
47
 
#undef HAVE_BIND_TEXTDOMAIN_CODESET
48
 
 
49
40
/* Set if we use ConsoleKit */
50
41
#undef HAVE_CONKIT
51
42
 
52
 
/* Define to 1 if you have the `dcgettext' function. */
53
 
#undef HAVE_DCGETTEXT
54
 
 
55
43
/* Define to 1 if you have the <dlfcn.h> header file. */
56
44
#undef HAVE_DLFCN_H
57
45
 
61
49
/* Define to 1 if you have the `getgrouplist' function. */
62
50
#undef HAVE_GETGROUPLIST
63
51
 
64
 
/* Define if the GNU gettext() function is already present or preinstalled. */
65
 
#undef HAVE_GETTEXT
66
 
 
67
52
/* Define to 1 if you have the <inttypes.h> header file. */
68
53
#undef HAVE_INTTYPES_H
69
54
 
70
 
/* Define if your <locale.h> file defines LC_MESSAGES. */
71
 
#undef HAVE_LC_MESSAGES
72
 
 
73
55
/* Define to 1 if you have the `dl' library (-ldl). */
74
56
#undef HAVE_LIBDL
75
57
 
 
58
/* Define to 1 if you have the `usb' library (-lusb). */
 
59
#undef HAVE_LIBUSB
 
60
 
76
61
/* Define to 1 if you have the `uuid' library (-luuid). */
77
62
#undef HAVE_LIBUUID
78
63
 
79
 
/* Define to 1 if you have the <locale.h> header file. */
80
 
#undef HAVE_LOCALE_H
81
 
 
82
64
/* Define to 1 if you have the `mallopt' function. */
83
65
#undef HAVE_MALLOPT
84
66
 
133
115
/* Define to 1 if you have the <unistd.h> header file. */
134
116
#undef HAVE_UNISTD_H
135
117
 
 
118
/* Define to 1 if you have the <usb.h> header file. */
 
119
#undef HAVE_USB_H
 
120
 
136
121
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
137
122
#undef NO_MINUS_C_MINUS_O
138
123