~xubuntu-dev/xfce4-utils/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 15:25:36 UTC
  • mfrom: (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: james.westby@ubuntu.com-20090301152536-thumpu8289f21ibs
Tags: upstream-4.6.0
ImportĀ upstreamĀ versionĀ 4.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
/* Define to 1 if you have the <unistd.h> header file. */
73
73
#undef HAVE_UNISTD_H
74
74
 
 
75
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
76
   */
 
77
#undef LT_OBJDIR
 
78
 
75
79
/* Name of package */
76
80
#undef PACKAGE
77
81
 
96
100
/* Define to 1 if you have the ANSI C header files. */
97
101
#undef STDC_HEADERS
98
102
 
99
 
/* Enable extensions on AIX 3, Interix.  */
100
 
#ifndef _ALL_SOURCE
101
 
# undef _ALL_SOURCE
102
 
#endif
103
 
/* Enable GNU extensions on systems that have them.  */
104
 
#ifndef _GNU_SOURCE
105
 
# undef _GNU_SOURCE
106
 
#endif
107
 
/* Enable threading extensions on Solaris.  */
108
 
#ifndef _POSIX_PTHREAD_SEMANTICS
109
 
# undef _POSIX_PTHREAD_SEMANTICS
110
 
#endif
111
 
/* Enable extensions on HP NonStop.  */
112
 
#ifndef _TANDEM_SOURCE
113
 
# undef _TANDEM_SOURCE
114
 
#endif
115
 
/* Enable general extensions on Solaris.  */
116
 
#ifndef __EXTENSIONS__
117
 
# undef __EXTENSIONS__
118
 
#endif
119
 
 
120
 
 
121
103
/* Additional vendor info */
122
104
#undef VENDOR_INFO
123
105
 
127
109
/* Define to 1 if the X Window System is missing or not being used. */
128
110
#undef X_DISPLAY_MISSING
129
111
 
 
112
/* Define to 1 if on AIX 3.
 
113
   System headers sometimes define this.
 
114
   We just want to avoid a redefinition error message.  */
 
115
#ifndef _ALL_SOURCE
 
116
# undef _ALL_SOURCE
 
117
#endif
 
118
 
130
119
/* Define to 1 if on MINIX. */
131
120
#undef _MINIX
132
121