| OLD | NEW |
| (Empty) |
| 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 // This file provides a <config.h> include for compiling libjingle. | |
| 6 // This file was generated using libjingle's autoconf utility. | |
| 7 // It fixes compilation in linux. | |
| 8 | |
| 9 /* Chat archiving */ | |
| 10 //#define FEATURE_ENABLE_CHAT_ARCHIVING 1 | |
| 11 | |
| 12 /* Enable SSL */ | |
| 13 //#define FEATURE_ENABLE_SSL 1 | |
| 14 | |
| 15 /* voice mail */ | |
| 16 //#define FEATURE_ENABLE_VOICEMAIL 1 | |
| 17 | |
| 18 /* Define to 1 if you have the <alsa/asoundlib.h> header file. */ | |
| 19 /* #undef HAVE_ALSA_ASOUNDLIB_H */ | |
| 20 | |
| 21 /* Define to 1 if you have the <dlfcn.h> header file. */ | |
| 22 #define HAVE_DLFCN_H 1 | |
| 23 | |
| 24 /* Have GIPS Voice Engine */ | |
| 25 #define HAVE_GIPS 1 | |
| 26 | |
| 27 /* Glib is required for oRTP code */ | |
| 28 /* #undef HAVE_GLIB */ | |
| 29 | |
| 30 /* Defined when we have ilbc codec lib */ | |
| 31 /* #undef HAVE_ILBC */ | |
| 32 | |
| 33 /* Define to 1 if you have the <iLBC_decode.h> header file. */ | |
| 34 /* #undef HAVE_ILBC_DECODE_H */ | |
| 35 | |
| 36 /* Define to 1 if you have the <inttypes.h> header file. */ | |
| 37 #define HAVE_INTTYPES_H 1 | |
| 38 | |
| 39 /* Define to 1 if you have the <memory.h> header file. */ | |
| 40 #define HAVE_MEMORY_H 1 | |
| 41 | |
| 42 /* Define if you have the <openssl/ssl.h> header file. */ | |
| 43 #define HAVE_OPENSSL_SSL_H 1 | |
| 44 | |
| 45 /* Define if you have semtimedop() for SysV semaphares. */ | |
| 46 #define HAVE_SEMTIMEDOP 1 | |
| 47 | |
| 48 /* has speex */ | |
| 49 /* #undef HAVE_SPEEX */ | |
| 50 | |
| 51 /* Define to 1 if you have the <speex.h> header file. */ | |
| 52 /* #undef HAVE_SPEEX_H */ | |
| 53 | |
| 54 /* Define to 1 if you have the <speex/speex.h> header file. */ | |
| 55 /* #undef HAVE_SPEEX_SPEEX_H */ | |
| 56 | |
| 57 /* Define to 1 if you have the <stdint.h> header file. */ | |
| 58 #define HAVE_STDINT_H 1 | |
| 59 | |
| 60 /* Define to 1 if you have the <stdlib.h> header file. */ | |
| 61 #define HAVE_STDLIB_H 1 | |
| 62 | |
| 63 /* Define to 1 if you have the <strings.h> header file. */ | |
| 64 #define HAVE_STRINGS_H 1 | |
| 65 | |
| 66 /* Define to 1 if you have the <string.h> header file. */ | |
| 67 #define HAVE_STRING_H 1 | |
| 68 | |
| 69 /* Define to 1 if you have the <sys/stat.h> header file. */ | |
| 70 #define HAVE_SYS_STAT_H 1 | |
| 71 | |
| 72 /* Define to 1 if you have the <sys/types.h> header file. */ | |
| 73 #define HAVE_SYS_TYPES_H 1 | |
| 74 | |
| 75 /* Define to 1 if you have the <unistd.h> header file. */ | |
| 76 #define HAVE_UNISTD_H 1 | |
| 77 | |
| 78 /* Building on Linux */ | |
| 79 #define LINUX 1 | |
| 80 | |
| 81 /* Logging */ | |
| 82 #define LOGGING 1 | |
| 83 | |
| 84 /* Building on OSX */ | |
| 85 /* #undef OSX */ | |
| 86 | |
| 87 /* Name of package */ | |
| 88 // #define PACKAGE "dist-zip" | |
| 89 | |
| 90 /* Define to the address where bug reports for this package should be sent. */ | |
| 91 // #define PACKAGE_BUGREPORT "google-talk-open@googlegroups.com" | |
| 92 | |
| 93 /* Define to the full name of this package. */ | |
| 94 // #define PACKAGE_NAME "libjingle" | |
| 95 | |
| 96 /* Define to the full name and version of this package. */ | |
| 97 // #define PACKAGE_STRING "libjingle 0.3.0" | |
| 98 | |
| 99 /* Define to the one symbol short name of this package. */ | |
| 100 // #define PACKAGE_TARNAME "libjingle" | |
| 101 | |
| 102 /* Define to the version of this package. */ | |
| 103 // #define PACKAGE_VERSION "0.3.0" | |
| 104 | |
| 105 /* If we're using configure, we're on POSIX */ | |
| 106 // #define POSIX 1 | |
| 107 | |
| 108 /* Build as a production build */ | |
| 109 //#define PRODUCTION 1 | |
| 110 | |
| 111 /* Build as a production build */ | |
| 112 //#define PRODUCTION_BUILD 1 | |
| 113 | |
| 114 /* Define to 1 if you have the ANSI C header files. */ | |
| 115 #define STDC_HEADERS 1 | |
| 116 | |
| 117 /* Version number of package */ | |
| 118 // #define VERSION "" | |
| 119 | |
| 120 /* Defined when alsa support is enabled */ | |
| 121 /* #undef __ALSA_ENABLED__ */ | |
| OLD | NEW |