~ubuntu-branches/ubuntu/raring/workrave/raring

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2011-03-25 17:17:18 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110325171718-3znn7qnfgmx20iyw
Tags: 1.9.4-1
* New upstream release
  - drop all Debian patches (applied upstream)

* Update location of .xpm menu icon
* Remove empty /usr/include directory after building
* Remove obsolete breaks/replaces from debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
/* GIT Version */
28
28
#undef GIT_VERSION
29
29
 
 
30
/* Define for debugging purposes */
 
31
#undef GLIBCPP_FORCE_NEW
 
32
 
 
33
/* Define for debugging purposes */
 
34
#undef GLIBCXX_FORCE_NEW
 
35
 
30
36
/* Define to 1 if you have `alloca', as a function or macro. */
31
37
#undef HAVE_ALLOCA
32
38
 
34
40
   */
35
41
#undef HAVE_ALLOCA_H
36
42
 
37
 
/* Define if Gtk is available */
 
43
/* Define if GTK+ is available */
38
44
#undef HAVE_APP_GTK
39
45
 
40
46
/* Define if Text is available */
81
87
/* DBus-glib support */
82
88
#undef HAVE_DBUSGLIB
83
89
 
84
 
/* DBus-glib support */
 
90
/* DBus-glib 0.84+ support */
85
91
#undef HAVE_DBUSGLIB_GET_PRIVATE
86
92
 
87
93
/* Define if the GNU dcgettext() function is already present or preinstalled.
108
114
   don't. */
109
115
#undef HAVE_DECL__SNWPRINTF
110
116
 
111
 
/* Define if distributed operation is available */
 
117
/* Define if network-distributed operation is available */
112
118
#undef HAVE_DISTRIBUTION
113
119
 
114
120
/* Define to 1 if you have the <dlfcn.h> header file. */
168
174
/* Define to 1 if you have the `getuid' function. */
169
175
#undef HAVE_GETUID
170
176
 
171
 
/* "Have GIO networking support" */
 
177
/* Have GIO networking support */
172
178
#undef HAVE_GIO_NET
173
179
 
174
 
/* Define if glib is available */
 
180
/* Define if GLib is available */
175
181
#undef HAVE_GLIB
176
182
 
177
183
/* Define if GNet is available */
269
275
/* Define if your system needs _NSGetEnviron to set up the environment */
270
276
#undef HAVE_NSGETENVIRON
271
277
 
 
278
/* Support for Gnome panel applet v3 */
 
279
#undef HAVE_PANELAPPLET3
 
280
 
272
281
/* Define if your printf() function supports format strings with positions. */
273
282
#undef HAVE_POSIX_PRINTF
274
283
 
428
437
   */
429
438
#undef LT_OBJDIR
430
439
 
 
440
/* Define if debugging code should be disabled */
 
441
#undef NDEBUG
 
442
 
431
443
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
432
444
#undef NO_MINUS_C_MINUS_O
433
445
 
503
515
/* Define to 1 if you have the ANSI C header files. */
504
516
#undef STDC_HEADERS
505
517
 
 
518
/* Define to enable method call tracing */
 
519
#undef TRACING
 
520
 
506
521
/* Dont */
507
522
#undef USE_INCLUDED_LIBINTL
508
523
 
644
659
#endif
645
660
 
646
661
 
 
662
/* Windows version */
 
663
#undef _WIN32_IE
 
664
 
 
665
/* Windows version */
 
666
#undef _WIN32_WINNT
 
667
 
647
668
 
648
669
#if defined(__SVR4) && !defined(__svr4__)
649
670
#define __svr4__ 1