~ubuntu-branches/ubuntu/lucid/xfce4-mixer/lucid

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2009-03-01 20:57:17 UTC
  • mfrom: (3.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20090301205717-p407q28ohju2cam0
Tags: 1:4.6.0-1ubuntu1
* Merge Xfce 4.6.0 final with Debian experimental, remaining Ubuntu changes:
  - reintroduce epoch
  - debian/control: use our Vcs-* fields.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
/* Define to 1 if you have the <unistd.h> header file. */
58
58
#undef HAVE_UNISTD_H
59
59
 
 
60
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
61
   */
 
62
#undef LT_OBJDIR
 
63
 
60
64
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
61
65
#undef NO_MINUS_C_MINUS_O
62
66
 
81
85
/* Define to 1 if you have the ANSI C header files. */
82
86
#undef STDC_HEADERS
83
87
 
84
 
/* Enable extensions on AIX 3, Interix.  */
 
88
/* Version number of package */
 
89
#undef VERSION
 
90
 
 
91
/* Define to 1 if on AIX 3.
 
92
   System headers sometimes define this.
 
93
   We just want to avoid a redefinition error message.  */
85
94
#ifndef _ALL_SOURCE
86
95
# undef _ALL_SOURCE
87
96
#endif
88
 
/* Enable GNU extensions on systems that have them.  */
89
 
#ifndef _GNU_SOURCE
90
 
# undef _GNU_SOURCE
91
 
#endif
92
 
/* Enable threading extensions on Solaris.  */
93
 
#ifndef _POSIX_PTHREAD_SEMANTICS
94
 
# undef _POSIX_PTHREAD_SEMANTICS
95
 
#endif
96
 
/* Enable extensions on HP NonStop.  */
97
 
#ifndef _TANDEM_SOURCE
98
 
# undef _TANDEM_SOURCE
99
 
#endif
100
 
/* Enable general extensions on Solaris.  */
101
 
#ifndef __EXTENSIONS__
102
 
# undef __EXTENSIONS__
103
 
#endif
104
 
 
105
 
 
106
 
/* Version number of package */
107
 
#undef VERSION
108
97
 
109
98
/* Define to 1 if on MINIX. */
110
99
#undef _MINIX