annotate src/liblo-0.26/build/config-msvc.h @ 89:8a15ff55d9af

Add bzip2, zlib, liblo, portaudio sources
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 20 Mar 2013 13:59:52 +0000
parents
children
rev   line source
cannam@89 1 /* config.h. Generated from config.h.in by configure. */
cannam@89 2 /* config.h.in. Generated from configure.ac by autoheader. */
cannam@89 3
cannam@89 4 /* Define this to enable ipv6. */
cannam@89 5 /* #undef ENABLE_IPV6 */
cannam@89 6
cannam@89 7 /* Define to 1 if you have the <dlfcn.h> header file. */
cannam@89 8 /* #undef HAVE_DLFCN_H */
cannam@89 9
cannam@89 10 /* Define to 1 if inet_aton() is available. */
cannam@89 11 /* #undef HAVE_INET_ATON */
cannam@89 12
cannam@89 13 /* Define to 1 if you have the <inttypes.h> header file. */
cannam@89 14 #define HAVE_INTTYPES_H 1
cannam@89 15
cannam@89 16 /* Define to 1 if you have the `pthread' library (-lpthread). */
cannam@89 17 /* #undef HAVE_LIBPTHREAD */
cannam@89 18
cannam@89 19 /* Define to 1 if you have the <memory.h> header file. */
cannam@89 20 #define HAVE_MEMORY_H 1
cannam@89 21
cannam@89 22 /* Define to 1 if you have the <netdb.h> header file. */
cannam@89 23 /* #undef HAVE_NETDB_H */
cannam@89 24
cannam@89 25 /* Define to 1 if you have the <netinet/in.h> header file. */
cannam@89 26 /* #undef HAVE_NETINET_IN_H */
cannam@89 27
cannam@89 28 /* Define to 1 if poll() is available. */
cannam@89 29 /* #undef HAVE_POLL */
cannam@89 30
cannam@89 31 /* Define to 1 if select() is available. */
cannam@89 32 #define HAVE_SELECT 1
cannam@89 33
cannam@89 34 /* Define to 1 if you have the <stdint.h> header file. */
cannam@89 35 #define HAVE_STDINT_H 1
cannam@89 36
cannam@89 37 /* Define to 1 if you have the <stdlib.h> header file. */
cannam@89 38 #define HAVE_STDLIB_H 1
cannam@89 39
cannam@89 40 /* Define to 1 if you have the <strings.h> header file. */
cannam@89 41 #define HAVE_STRINGS_H 1
cannam@89 42
cannam@89 43 /* Define to 1 if you have the <string.h> header file. */
cannam@89 44 #define HAVE_STRING_H 1
cannam@89 45
cannam@89 46 /* Define to 1 if you have the <sys/socket.h> header file. */
cannam@89 47 /* #undef HAVE_SYS_SOCKET_H */
cannam@89 48
cannam@89 49 /* Define to 1 if you have the <sys/stat.h> header file. */
cannam@89 50 #define HAVE_SYS_STAT_H 1
cannam@89 51
cannam@89 52 /* Define to 1 if you have the <sys/types.h> header file. */
cannam@89 53 #define HAVE_SYS_TYPES_H 1
cannam@89 54
cannam@89 55 /* Define to 1 if you have the <unistd.h> header file. */
cannam@89 56 #define HAVE_UNISTD_H 1
cannam@89 57
cannam@89 58 /* If machine is bigendian */
cannam@89 59 #define LO_BIGENDIAN "0"
cannam@89 60
cannam@89 61 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
cannam@89 62 /* #undef NO_MINUS_C_MINUS_O */
cannam@89 63
cannam@89 64 /* Name of package */
cannam@89 65 #define PACKAGE "liblo"
cannam@89 66
cannam@89 67 /* Define to the address where bug reports for this package should be sent. */
cannam@89 68 #define PACKAGE_BUGREPORT "liblo-devel@lists.sourceforge.net"
cannam@89 69
cannam@89 70 /* Define to the full name of this package. */
cannam@89 71 #define PACKAGE_NAME "liblo"
cannam@89 72
cannam@89 73 /* Define to the full name and version of this package. */
cannam@89 74 #define PACKAGE_STRING "liblo " /*VERSION*/
cannam@89 75
cannam@89 76 /* Define to the one symbol short name of this package. */
cannam@89 77 #define PACKAGE_TARNAME "liblo"
cannam@89 78
cannam@89 79 /* Define to the version of this package. */
cannam@89 80 #define PACKAGE_VERSION /*VERSION*/
cannam@89 81
cannam@89 82 /* Define to 1 if you have the ANSI C header files. */
cannam@89 83 #define STDC_HEADERS 1
cannam@89 84
cannam@89 85 /* Version number of package */
cannam@89 86 #define VERSION /*VERSION*/
cannam@89 87
cannam@89 88 /* Define to empty if `const' does not conform to ANSI C. */
cannam@89 89 /* #undef const */
cannam@89 90
cannam@89 91 /* Define to `unsigned int' if <sys/types.h> does not define. */
cannam@89 92 /* #undef size_t */