Changeset 5261 for pjproject/trunk/third_party/srtp/config_in.h
- Timestamp:
- Mar 15, 2016 3:57:39 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/srtp/config_in.h
r1730 r5261 1 1 /* config_in.h. Generated from configure.in by autoheader. */ 2 3 /* Define if building universal (internal helper macro) */ 4 #undef AC_APPLE_UNIVERSAL_BUILD 2 5 3 6 /* Define if building for a CISC machine (e.g. Intel). */ … … 43 46 #undef HAVE_INTTYPES_H 44 47 48 /* Define to 1 if you have the `crypto' library (-lcrypto). */ 49 #undef HAVE_LIBCRYPTO 50 51 /* Define to 1 if you have the `dl' library (-ldl). */ 52 #undef HAVE_LIBDL 53 45 54 /* Define to 1 if you have the `socket' library (-lsocket). */ 46 55 #undef HAVE_LIBSOCKET 47 56 57 /* Define to 1 if you have the `z' library (-lz). */ 58 #undef HAVE_LIBZ 59 48 60 /* Define to 1 if you have the <machine/types.h> header file. */ 49 61 #undef HAVE_MACHINE_TYPES_H … … 55 67 #undef HAVE_NETINET_IN_H 56 68 69 /* Define to 1 if you have the `pcap' library (-lpcap) */ 70 #undef HAVE_PCAP 71 72 /* Define to 1 if you have the `sigaction' function. */ 73 #undef HAVE_SIGACTION 74 57 75 /* Define to 1 if you have the `socket' function. */ 58 76 #undef HAVE_SOCKET … … 115 133 #undef HAVE_X86 116 134 135 /* Define this to use OpenSSL crypto. */ 136 #undef OPENSSL 137 117 138 /* Define to the address where bug reports for this package should be sent. */ 118 139 #undef PACKAGE_BUGREPORT … … 127 148 #undef PACKAGE_TARNAME 128 149 150 /* Define to the home page for this package. */ 151 #undef PACKAGE_URL 152 129 153 /* Define to the version of this package. */ 130 154 #undef PACKAGE_VERSION 131 155 132 /* The size of a`unsigned long', as computed by sizeof. */156 /* The size of `unsigned long', as computed by sizeof. */ 133 157 #undef SIZEOF_UNSIGNED_LONG 134 158 135 /* The size of a`unsigned long long', as computed by sizeof. */159 /* The size of `unsigned long long', as computed by sizeof. */ 136 160 #undef SIZEOF_UNSIGNED_LONG_LONG 137 161 … … 154 178 #undef USE_SYSLOG 155 179 156 /* Define to 1 if your processor stores words with the most significant byte 157 first (like Motorola and SPARC, unlike Intel and VAX). */ 158 #undef WORDS_BIGENDIAN 180 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 181 significant byte first (like Motorola and SPARC, unlike Intel). */ 182 #if defined AC_APPLE_UNIVERSAL_BUILD 183 # if defined __BIG_ENDIAN__ 184 # define WORDS_BIGENDIAN 1 185 # endif 186 #else 187 # ifndef WORDS_BIGENDIAN 188 # undef WORDS_BIGENDIAN 189 # endif 190 #endif 159 191 160 192 /* Define to empty if `const' does not conform to ANSI C. */ … … 167 199 #endif 168 200 169 /* Define to `unsigned ' if <sys/types.h> does not define. */201 /* Define to `unsigned int' if <sys/types.h> does not define. */ 170 202 #undef size_t
Note: See TracChangeset
for help on using the changeset viewer.