~ubuntu-branches/ubuntu/oneiric/likewise-open/oneiric

« back to all changes in this revision

Viewing changes to lwmsg/include/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott Salley
  • Date: 2010-11-22 12:06:00 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20101122120600-8lba1fpceot71wlb
Tags: 6.0.0.53010-1
Likewise Open 6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* include/config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
3
 
/* Define if building universal (internal helper macro) */
4
 
#undef AC_APPLE_UNIVERSAL_BUILD
5
 
 
6
3
/* Define to 1 if you have the declaration of `getpeereid', and to 0 if you
7
4
   don't. */
8
5
#undef HAVE_DECL_GETPEEREID
42
39
/* Define to 1 if you have the <moonunit/moonunit.h> header file. */
43
40
#undef HAVE_MOONUNIT_MOONUNIT_H
44
41
 
 
42
/* Define if pthread_sigmask is available in libc */
 
43
#undef HAVE_PTHREAD_SIGMASK_IN_LIBC
 
44
 
45
45
/* Define to 1 if you have the <stdint.h> header file. */
46
46
#undef HAVE_STDINT_H
47
47
 
109
109
/* Define to the one symbol short name of this package. */
110
110
#undef PACKAGE_TARNAME
111
111
 
112
 
/* Define to the home page for this package. */
113
 
#undef PACKAGE_URL
114
 
 
115
112
/* Define to the version of this package. */
116
113
#undef PACKAGE_VERSION
117
114
 
124
121
/* Version number of package */
125
122
#undef VERSION
126
123
 
127
 
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
128
 
   significant byte first (like Motorola and SPARC, unlike Intel). */
129
 
#if defined AC_APPLE_UNIVERSAL_BUILD
130
 
# if defined __BIG_ENDIAN__
131
 
#  define WORDS_BIGENDIAN 1
132
 
# endif
133
 
#else
134
 
# ifndef WORDS_BIGENDIAN
135
 
#  undef WORDS_BIGENDIAN
136
 
# endif
137
 
#endif
 
124
/* Define to 1 if your processor stores words with the most significant byte
 
125
   first (like Motorola and SPARC, unlike Intel and VAX). */
 
126
#undef WORDS_BIGENDIAN
138
127
 
139
128
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
140
 
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
 
129
   <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
141
130
   #define below would cause a syntax error. */
142
131
#undef _UINT32_T
143
132
 
144
133
/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
145
 
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
 
134
   <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
146
135
   #define below would cause a syntax error. */
147
136
#undef _UINT64_T
148
137
 
149
138
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
150
 
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
 
139
   <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
151
140
   #define below would cause a syntax error. */
152
141
#undef _UINT8_T
153
142