~dylanmccall/ubuntu/oneiric/network-manager-applet/lp852961-disable-autostart-for-gnome-shell

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2007-06-15 12:46:22 UTC
  • Revision ID: james.westby@ubuntu.com-20070615124622-01cyrnf0uxxun4lz
Tags: upstream-0.6.5
ImportĀ upstreamĀ versionĀ 0.6.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* Where system.d dir for DBUS is */
 
4
#undef DBUS_SYSTEMD_DIR
 
5
 
 
6
/* always defined to indicate that i18n is enabled */
 
7
#undef ENABLE_NLS
 
8
 
 
9
/* Enable notifications with libnotify */
 
10
#undef ENABLE_NOTIFY
 
11
 
 
12
/* Where the executables are installed */
 
13
#undef EXPANDED_BINDIR
 
14
 
 
15
/* Gettext package */
 
16
#undef GETTEXT_PACKAGE
 
17
 
 
18
/* Enable additional debugging at the expense of performance and size */
 
19
#undef GNOME_ENABLE_DEBUG
 
20
 
 
21
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
 
22
#undef HAVE_BIND_TEXTDOMAIN_CODESET
 
23
 
 
24
/* Define to 1 if you have the `dcgettext' function. */
 
25
#undef HAVE_DCGETTEXT
 
26
 
 
27
/* Define to 1 if you have the <dlfcn.h> header file. */
 
28
#undef HAVE_DLFCN_H
 
29
 
 
30
/* Define to 1 if you have the <fcntl.h> header file. */
 
31
#undef HAVE_FCNTL_H
 
32
 
 
33
/* Define if the GNU gettext() function is already present or preinstalled. */
 
34
#undef HAVE_GETTEXT
 
35
 
 
36
/* Define to 1 if you have the <inttypes.h> header file. */
 
37
#undef HAVE_INTTYPES_H
 
38
 
 
39
/* Define if your <locale.h> file defines LC_MESSAGES. */
 
40
#undef HAVE_LC_MESSAGES
 
41
 
 
42
/* Define if we have libgnome 2.14 */
 
43
#undef HAVE_LIBGNOME_2_14
 
44
 
 
45
/* Define to 1 if you have the `nm-util' library (-lnm-util). */
 
46
#undef HAVE_LIBNM_UTIL
 
47
 
 
48
/* Define to 1 if you have the <locale.h> header file. */
 
49
#undef HAVE_LOCALE_H
 
50
 
 
51
/* Define to 1 if you have the <memory.h> header file. */
 
52
#undef HAVE_MEMORY_H
 
53
 
 
54
/* Define to 1 if you have the <paths.h> header file. */
 
55
#undef HAVE_PATHS_H
 
56
 
 
57
/* Define to 1 if you have the `select' function. */
 
58
#undef HAVE_SELECT
 
59
 
 
60
/* Define to 1 if you have the `socket' function. */
 
61
#undef HAVE_SOCKET
 
62
 
 
63
/* Define to 1 if you have the <stdint.h> header file. */
 
64
#undef HAVE_STDINT_H
 
65
 
 
66
/* Define to 1 if you have the <stdlib.h> header file. */
 
67
#undef HAVE_STDLIB_H
 
68
 
 
69
/* Define to 1 if you have the <strings.h> header file. */
 
70
#undef HAVE_STRINGS_H
 
71
 
 
72
/* Define to 1 if you have the <string.h> header file. */
 
73
#undef HAVE_STRING_H
 
74
 
 
75
/* Define to 1 if you have the <syslog.h> header file. */
 
76
#undef HAVE_SYSLOG_H
 
77
 
 
78
/* Define to 1 if you have the <sys/ioctl.h> header file. */
 
79
#undef HAVE_SYS_IOCTL_H
 
80
 
 
81
/* Define to 1 if you have the <sys/stat.h> header file. */
 
82
#undef HAVE_SYS_STAT_H
 
83
 
 
84
/* Define to 1 if you have the <sys/time.h> header file. */
 
85
#undef HAVE_SYS_TIME_H
 
86
 
 
87
/* Define to 1 if you have the <sys/types.h> header file. */
 
88
#undef HAVE_SYS_TYPES_H
 
89
 
 
90
/* Define to 1 if you have the `uname' function. */
 
91
#undef HAVE_UNAME
 
92
 
 
93
/* Define to 1 if you have the <unistd.h> header file. */
 
94
#undef HAVE_UNISTD_H
 
95
 
 
96
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
 
97
#undef NO_MINUS_C_MINUS_O
 
98
 
 
99
/* Name of package */
 
100
#undef PACKAGE
 
101
 
 
102
/* Define to the address where bug reports for this package should be sent. */
 
103
#undef PACKAGE_BUGREPORT
 
104
 
 
105
/* Define to the full name of this package. */
 
106
#undef PACKAGE_NAME
 
107
 
 
108
/* Define to the full name and version of this package. */
 
109
#undef PACKAGE_STRING
 
110
 
 
111
/* Define to the one symbol short name of this package. */
 
112
#undef PACKAGE_TARNAME
 
113
 
 
114
/* Define to the version of this package. */
 
115
#undef PACKAGE_VERSION
 
116
 
 
117
/* Define to 1 if you have the ANSI C header files. */
 
118
#undef STDC_HEADERS
 
119
 
 
120
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 
121
#undef TIME_WITH_SYS_TIME
 
122
 
 
123
/* Version number of package */
 
124
#undef VERSION
 
125
 
 
126
/* Define to 1 if your processor stores words with the most significant byte
 
127
   first (like Motorola and SPARC, unlike Intel and VAX). */
 
128
#undef WORDS_BIGENDIAN
 
129
 
 
130
/* Define to `int' if <sys/types.h> does not define. */
 
131
#undef mode_t
 
132
 
 
133
/* Define to `int' if <sys/types.h> does not define. */
 
134
#undef pid_t