~ubuntu-branches/ubuntu/quantal/asterisk/quantal

« back to all changes in this revision

Viewing changes to include/asterisk/autoconfig.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Jean-Michel Dault
  • Date: 2010-02-16 14:08:54 UTC
  • mfrom: (1.2.5 upstream) (8.3.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100216140854-rb2godspb9lduazl
Tags: 1:1.6.2.2-1ubuntu1
* Merge from Debian: security update
  * Changes:
  - debian/control: Change Maintainer
  - debian/control: Removed Uploaders field.
  - debian/control: Removed Debian Vcs-Svn entry and replaced with
      ubuntu-voip Vcs-Bzr, to reflect divergence in packages.
  - debian/asterisk.init : chown /dev/dahdi
  - debian/backports/hardy : add file
  - debian/backports/asterisk.init.hardy : add file

Show diffs side-by-side

added added

removed removed

Lines of Context:
867
867
/* Define to 1 if you have the `strtoq' function. */
868
868
#undef HAVE_STRTOQ
869
869
 
870
 
/* Define to 1 if `st_blksize' is member of `struct stat'. */
 
870
/* Define to 1 if `struct stat' is a member of `st_blksize'. */
871
871
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
872
872
 
873
873
/* Define to 1 if you have the mISDN Supplemental Services library. */
1132
1132
/* Define to the one symbol short name of this package. */
1133
1133
#undef PACKAGE_TARNAME
1134
1134
 
 
1135
/* Define to the home page for this package. */
 
1136
#undef PACKAGE_URL
 
1137
 
1135
1138
/* Define to the version of this package. */
1136
1139
#undef PACKAGE_VERSION
1137
1140
 
1138
 
/* Define to 1 if the C compiler supports function prototypes. */
1139
 
#undef PROTOTYPES
1140
 
 
1141
1141
/* Define to necessary symbol if this constant uses a non-standard name on
1142
1142
   your system. */
1143
1143
#undef PTHREAD_CREATE_JOINABLE
1144
1144
 
 
1145
/* Define if your system needs braces around PTHREAD_ONCE_INIT */
 
1146
#undef PTHREAD_ONCE_INIT_NEEDS_BRACES
 
1147
 
1145
1148
/* Define as the return type of signal handlers (`int' or `void'). */
1146
1149
#undef RETSIGTYPE
1147
1150
 
1154
1157
/* Define to the type of arg 5 for `select'. */
1155
1158
#undef SELECT_TYPE_ARG5
1156
1159
 
1157
 
/* Define to 1 if the `setvbuf' function takes the buffering type as its
1158
 
   second argument and the buffer pointer as the third, as on System V before
1159
 
   release 3. */
1160
 
#undef SETVBUF_REVERSED
1161
 
 
1162
1160
/* The size of `int', as computed by sizeof. */
1163
1161
#undef SIZEOF_INT
1164
1162
 
1179
1177
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1180
1178
#undef TM_IN_SYS_TIME
1181
1179
 
1182
 
/* Define to 1 if on AIX 3.
1183
 
   System headers sometimes define this.
1184
 
   We just want to avoid a redefinition error message.  */
 
1180
/* Enable extensions on AIX 3, Interix.  */
1185
1181
#ifndef _ALL_SOURCE
1186
1182
# undef _ALL_SOURCE
1187
1183
#endif
1188
 
 
1189
 
/* Number of bits in a file offset, on hosts where this is settable. */
1190
 
#undef _FILE_OFFSET_BITS
1191
 
 
1192
1184
/* Enable GNU extensions on systems that have them.  */
1193
1185
#ifndef _GNU_SOURCE
1194
1186
# undef _GNU_SOURCE
1195
1187
#endif
 
1188
/* Enable threading extensions on Solaris.  */
 
1189
#ifndef _POSIX_PTHREAD_SEMANTICS
 
1190
# undef _POSIX_PTHREAD_SEMANTICS
 
1191
#endif
 
1192
/* Enable extensions on HP NonStop.  */
 
1193
#ifndef _TANDEM_SOURCE
 
1194
# undef _TANDEM_SOURCE
 
1195
#endif
 
1196
/* Enable general extensions on Solaris.  */
 
1197
#ifndef __EXTENSIONS__
 
1198
# undef __EXTENSIONS__
 
1199
#endif
 
1200
 
 
1201
 
 
1202
/* Number of bits in a file offset, on hosts where this is settable. */
 
1203
#undef _FILE_OFFSET_BITS
1196
1204
 
1197
1205
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1198
1206
#undef _LARGEFILE_SOURCE
1210
1218
/* Define to 1 if you need to in order for `stat' and other things to work. */
1211
1219
#undef _POSIX_SOURCE
1212
1220
 
1213
 
/* Enable extensions on Solaris.  */
1214
 
#ifndef __EXTENSIONS__
1215
 
# undef __EXTENSIONS__
1216
 
#endif
1217
 
#ifndef _POSIX_PTHREAD_SEMANTICS
1218
 
# undef _POSIX_PTHREAD_SEMANTICS
1219
 
#endif
1220
 
#ifndef _TANDEM_SOURCE
1221
 
# undef _TANDEM_SOURCE
1222
 
#endif
1223
 
 
1224
 
/* Define like PROTOTYPES; this can be used by system headers. */
1225
 
#undef __PROTOTYPES
1226
 
 
1227
1221
/* Define to empty if `const' does not conform to ANSI C. */
1228
1222
#undef const
1229
1223