Codebase list vlc / debian/1.0.2-1ubuntu2 config.h.in
debian/1.0.2-1ubuntu2

Tree @debian/1.0.2-1ubuntu2 (Download .tar.gz)

config.h.in @debian/1.0.2-1ubuntu2raw · history · blame

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
/* config.h.in.  Generated from configure.ac by autoheader.  */

/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD

/* Define to 1 to allow runing VLC as root (uid 0). */
#undef ALLOW_RUN_AS_ROOT

/* Maximum supported data alignment */
#undef ATTRIBUTE_ALIGNED_MAX

/* Define if you're using Maemo interfaces */
#undef BUILD_MAEMO

/* "Define if struct caca_event is opaque and must not be accessed directly"
   */
#undef CACA_EVENT_OPAQUE

/* Define to 1 if 3D Now! inline assembly is available. */
#undef CAN_COMPILE_3DNOW

/* Define to 1 if AltiVec inline assembly is available. */
#undef CAN_COMPILE_ALTIVEC

/* Define to 1 if C AltiVec extensions are available. */
#undef CAN_COMPILE_C_ALTIVEC

/* Define to 1 inline MMX assembly is available. */
#undef CAN_COMPILE_MMX

/* Define to 1 if MMX EXT inline assembly is available. */
#undef CAN_COMPILE_MMXEXT

/* Define to 1 if SSE inline assembly is available. */
#undef CAN_COMPILE_SSE

/* Define to 1 if SSE2 inline assembly is available. */
#undef CAN_COMPILE_SSE2

/* The ./configure command line */
#undef CONFIGURE_LINE

/* Copyright string */
#undef COPYRIGHT_MESSAGE

/* The copyright years */
#undef COPYRIGHT_YEARS

/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
   systems. This function is required for `alloca.c' support on those systems.
   */
#undef CRAY_STACKSEG_END

/* Define to 1 if using `alloca.c'. */
#undef C_ALLOCA

/* Disables runtime check for buggy glibc. */
#undef DISABLE_BUGGY_GLIBC_CHECK

/* Binary specific version */
#undef DISTRO_VERSION

/* Define if <X11/extensions/dpms.h> defines DPMSInfo. */
#undef DPMSINFO_IN_DPMS_H

/* Define if you want the HTTP dameon support */
#undef ENABLE_HTTPD

/* Define to 1 if translation of program messages to the user's native
   language is requested. */
#undef ENABLE_NLS

/* Define to 1 for stream output support. */
#undef ENABLE_SOUT

/* Define if you want the VideoLAN manager support */
#undef ENABLE_VLM

/* Define to 1 if you have the <a52dec/a52.h> header file. */
#undef HAVE_A52DEC_A52_H

/* Define to 1 if <netdb.h> defines `struct addrinfo'. */
#undef HAVE_ADDRINFO

/* Define to 1 if you have `alloca', as a function or macro. */
#undef HAVE_ALLOCA

/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
   */
#undef HAVE_ALLOCA_H

/* Define if ALSA is at least rc4 */
#undef HAVE_ALSA_NEW_API

/* Define to 1 if you have the <altivec.h> header file. */
#undef HAVE_ALTIVEC_H

/* Define to 1 if you have the <ApplicationServices/ApplicationServices.h>
   header file. */
#undef HAVE_APPLICATIONSERVICES_APPLICATIONSERVICES_H

/* Define to 1 if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H

/* Define to 1 if you have the <asm/arch-omap/omapfb.h> header file. */
#undef HAVE_ASM_ARCH_OMAP_OMAPFB_H

/* Define to 1 if you have the `asprintf' function. */
#undef HAVE_ASPRINTF

/* Define to 1 if you have the `atof' function. */
#undef HAVE_ATOF

/* Define to 1 if you have the `atoll' function. */
#undef HAVE_ATOLL

/* Support for __attribute__((packed)) for structs */
#undef HAVE_ATTRIBUTE_PACKED

/* Define to 1 if you have libavahi-client */
#undef HAVE_AVAHI_CLIENT

/* Define to 1 if you have the `backtrace' function. */
#undef HAVE_BACKTRACE

/* Define to 1 if you have the <Carbon/Carbon.h> header file. */
#undef HAVE_CARBON_CARBON_H

/* Define to 1 if you have the <cascade/graphics/CascadeBitmap.h> header file.
   */
#undef HAVE_CASCADE_GRAPHICS_CASCADEBITMAP_H

/* Define to 1 if you have the <cascade/graphics/CascadeScreen.h> header file.
   */
#undef HAVE_CASCADE_GRAPHICS_CASCADESCREEN_H

/* Define for the audio CD plugin using libcdio */
#undef HAVE_CDDAX

/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
   CoreFoundation framework. */
#undef HAVE_CFLOCALECOPYCURRENT

/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
   the CoreFoundation framework. */
#undef HAVE_CFPREFERENCESCOPYAPPVALUE

/* Define to 1 if you have clock_nanosleep. */
#undef HAVE_CLOCK_NANOSLEEP

/* Define to 1 if you have the `connect' function. */
#undef HAVE_CONNECT

/* Define to 1 if you have the <CoreAudio/CoreAudio.h> header file. */
#undef HAVE_COREAUDIO_COREAUDIO_H

/* Define to 1 if you have the `ctime_r' function. */
#undef HAVE_CTIME_R

/* Define to 1 if you have the <cybergarage/upnp/MediaServer.h> header file.
   */
#undef HAVE_CYBERGARAGE_UPNP_MEDIASERVER_H

/* Define to 1 if you have the <d3d9.h> header file. */
#undef HAVE_D3D9_H

/* Define to 1 if you have the `daemon' function. */
#undef HAVE_DAEMON

/* Define if you have the D-BUS library */
#undef HAVE_DBUS

/* Define if the GNU dcgettext() function is already present or preinstalled.
   */
#undef HAVE_DCGETTEXT

/* Define to 1 if you have the <ddraw.h> header file. */
#undef HAVE_DDRAW_H

/* Define if <time.h> defines nanosleep. */
#undef HAVE_DECL_NANOSLEEP

/* Define to 1 if you have the
   <deschutes/libraries/hdmachinex225/PCMAudioPlayer.h> header file. */
#undef HAVE_DESCHUTES_LIBRARIES_HDMACHINEX225_PCMAUDIOPLAYER_H

/* Define to 1 if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Define if you have the BeOS dl */
#undef HAVE_DL_BEOS

/* Define if you have the GNU dld library */
#undef HAVE_DL_DLD_LINK

/* Define if you have the dlopen API */
#undef HAVE_DL_DLOPEN

/* Define if you have the Darwin dyld API */
#undef HAVE_DL_DYLD

/* Define to 1 if you have the <dl.h> header file. */
#undef HAVE_DL_H

/* Define if you have the shl_load API */
#undef HAVE_DL_SHL_LOAD

/* Define if you have Windows' LoadLibrary */
#undef HAVE_DL_WINDOWS

/* Define to 1 if you have the <dshow.h> header file. */
#undef HAVE_DSHOW_H

/* Define to 1 if you have the <dvbpsi/dr.h> header file. */
#undef HAVE_DVBPSI_DR_H

/* Define if you have dvbpsi_GenSDTSections. */
#undef HAVE_DVBPSI_SDT

/* Define to 1 if you have the <dvdread/dvd_reader.h> header file. */
#undef HAVE_DVDREAD_DVD_READER_H

/* Define if dynamic plugins are supported */
#undef HAVE_DYNAMIC_PLUGINS

/* Define to 1 if you have the <ebml/EbmlVersion.h> header file. */
#undef HAVE_EBML_EBMLVERSION_H

/* Define to 1 if you have the `eventfd' function. */
#undef HAVE_EVENTFD

/* Define to 1 if you have the <execinfo.h> header file. */
#undef HAVE_EXECINFO_H

/* Define to 1 if you have the <faad.h> header file. */
#undef HAVE_FAAD_H

/* Define to 1 if you have the `fcntl' function. */
#undef HAVE_FCNTL

/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H

/* Define to 1 if you have the `fdatasync' function. */
#undef HAVE_FDATASYNC

/* Define to 1 if you have the <ffmpeg/avcodec.h> header file. */
#undef HAVE_FFMPEG_AVCODEC_H

/* Define to 1 if you have the <ffmpeg/avformat.h> header file. */
#undef HAVE_FFMPEG_AVFORMAT_H

/* Define to 1 if you have the <ffmpeg/avutil.h> header file. */
#undef HAVE_FFMPEG_AVUTIL_H

/* Define to 1 if you have the <ffmpeg/swscale.h> header file. */
#undef HAVE_FFMPEG_SWSCALE_H

/* Define to 1 if you have the <FLAC/stream_decoder.h> header file. */
#undef HAVE_FLAC_STREAM_DECODER_H

/* Define to 1 if you have the <fontconfig/fontconfig.h> header file. */
#undef HAVE_FONTCONFIG_FONTCONFIG_H

/* Define to 1 if you have the `fork' function. */
#undef HAVE_FORK

/* Define to 1 if you have the `fstatfs' function. */
#undef HAVE_FSTATFS

/* Define to 1 if you have the `gai_strerror' function. */
#undef HAVE_GAI_STRERROR

/* Define to 1 if you have the `getaddrinfo' function. */
#undef HAVE_GETADDRINFO

/* Define to 1 if you have the `getcwd' function. */
#undef HAVE_GETCWD

/* Define to 1 if you have the `getenv' function. */
#undef HAVE_GETENV

/* Define to 1 if you have the `getnameinfo' function. */
#undef HAVE_GETNAMEINFO

/* Define to 1 if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H

/* getopt support */
#undef HAVE_GETOPT_LONG

/* Define to 1 if you have the `getpwuid_r' function. */
#undef HAVE_GETPWUID_R

/* Define if the GNU gettext() function is already present or preinstalled. */
#undef HAVE_GETTEXT

/* Define to 1 if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY

/* Define to 1 if you have the <GL/glu.h> header file. */
#undef HAVE_GL_GLU_H

/* Define to 1 if you have the <GL/glx.h> header file. */
#undef HAVE_GL_GLX_H

/* Define to 1 if you have the <GL/gl.h> header file. */
#undef HAVE_GL_GL_H

/* Define to 1 if you have the `gmtime_r' function. */
#undef HAVE_GMTIME_R

/* Define to 1 if you have the <goom/goom.h> header file. */
#undef HAVE_GOOM_GOOM_H

/* Define to 1 if you have the <Growl/GrowlDefines.h> header file. */
#undef HAVE_GROWL_GROWLDEFINES_H

/* Define if you have the HAL library */
#undef HAVE_HAL

/* Define if you have the iconv() function and it works. */
#undef HAVE_ICONV

/* Define to 1 if you have the <id3tag.h> header file. */
#undef HAVE_ID3TAG_H

/* Define to 1 if you have the `if_nametoindex' function. */
#undef HAVE_IF_NAMETOINDEX

/* Define to 1 if you have the <image.h> header file. */
#undef HAVE_IMAGE_H

/* Define to 1 if you have the `inet_aton' function. */
#undef HAVE_INET_ATON

/* Define to 1 if you have inet_ntop(). */
#undef HAVE_INET_NTOP

/* Define to 1 if you have inet_pton(). */
#undef HAVE_INET_PTON

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* For FreeBSD VCD support */
#undef HAVE_IOC_TOC_HEADER_IN_SYS_CDIO_H

/* Define to 1 if you have the `isatty' function. */
#undef HAVE_ISATTY

/* Define to 1 if you have the <jack/jack.h> header file. */
#undef HAVE_JACK_JACK_H

/* Define to 1 if you have the <jpeglib.h> header file. */
#undef HAVE_JPEGLIB_H

/* Define to 1 if you have the <kate/kate.h> header file. */
#undef HAVE_KATE_KATE_H

/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
#undef HAVE_LANGINFO_CODESET

/* Define to 1 if you have the <langinfo.h> header file. */
#undef HAVE_LANGINFO_H

/* Define to 1 if you have the <lauxlib.h> header file. */
#undef HAVE_LAUXLIB_H

/* Define to 1 if you have the <libavc1394/avc1394.h> header file. */
#undef HAVE_LIBAVC1394_AVC1394_H

/* Define to 1 if you have the <libavcodec/avcodec.h> header file. */
#undef HAVE_LIBAVCODEC_AVCODEC_H

/* Define to 1 if you have the <libavformat/avformat.h> header file. */
#undef HAVE_LIBAVFORMAT_AVFORMAT_H

/* Define to 1 if you have the <libavutil/avutil.h> header file. */
#undef HAVE_LIBAVUTIL_AVUTIL_H

/* Define this if you have libcddb installed */
#undef HAVE_LIBCDDB

/* Define if you have libcdio 0.78.2 or greater installed */
#undef HAVE_LIBCDIO

/* Define to 1 if you have the <libdc1394/dc1394_control.h> header file. */
#undef HAVE_LIBDC1394_DC1394_CONTROL_H

/* Define to 1 if you have the <libdvdread/dvd_reader.h> header file. */
#undef HAVE_LIBDVDREAD_DVD_READER_H

/* Define to 1 if you have the `mingw32' library (-lmingw32). */
#undef HAVE_LIBMINGW32

/* Define to 1 if you have the <libmodplug/modplug.h> header file. */
#undef HAVE_LIBMODPLUG_MODPLUG_H

/* Define to 1 if you have the `ncurses' library (-lncurses). */
#undef HAVE_LIBNCURSES

/* Define to 1 if you have the `ncursesw' library (-lncursesw). */
#undef HAVE_LIBNCURSESW

/* Define if you have the PNG library: libpng */
#undef HAVE_LIBPNG

/* Define to 1 if you have the <libpostproc/postproc.h> header file. */
#undef HAVE_LIBPOSTPROC_POSTPROC_H

/* Define if libproxy is available */
#undef HAVE_LIBPROXY

/* Define to 1 if you have the <libraw1394/raw1394.h> header file. */
#undef HAVE_LIBRAW1394_RAW1394_H

/* Define to 1 if you have the <libsmbclient.h> header file. */
#undef HAVE_LIBSMBCLIENT_H

/* Define to 1 if you have the <libswscale/swscale.h> header file. */
#undef HAVE_LIBSWSCALE_SWSCALE_H

/* Define to 1 if you have the <libtar.h> header file. */
#undef HAVE_LIBTAR_H

/* Define if libv4l is available */
#undef HAVE_LIBV4L2

/* Define to 1 if you have the <linux/dccp.h> header file. */
#undef HAVE_LINUX_DCCP_H

/* Define to 1 if you have the <linux/dvb/frontend.h> header file. */
#undef HAVE_LINUX_DVB_FRONTEND_H

/* Define to 1 if you have the <linux/dvb/version.h> header file. */
#undef HAVE_LINUX_DVB_VERSION_H

/* Define to 1 if you have the <linux/fb.h> header file. */
#undef HAVE_LINUX_FB_H

/* Define to 1 if you have the <linux/version.h> header file. */
#undef HAVE_LINUX_VERSION_H

/* Define to 1 if you have the <linux/videodev2.h> header file. */
#undef HAVE_LINUX_VIDEODEV2_H

/* Define to 1 if you have the <linux/videodev.h> header file. */
#undef HAVE_LINUX_VIDEODEV_H

/* Define to 1 if you have the <liveMedia.hh> header file. */
#undef HAVE_LIVEMEDIA_HH

/* Define to 1 if you have the <liveMedia_version.hh> header file. */
#undef HAVE_LIVEMEDIA_VERSION_HH

/* Define to 1 if you have the `lldiv' function. */
#undef HAVE_LLDIV

/* Define to 1 if you have the `load_add_on' function. */
#undef HAVE_LOAD_ADD_ON

/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H

/* Define to 1 if you have the `localtime_r' function. */
#undef HAVE_LOCALTIME_R

/* Define to 1 if you have the lrintf function */
#undef HAVE_LRINTF

/* Define to 1 if you have the `lstat' function. */
#undef HAVE_LSTAT

/* Define if you have the lua library */
#undef HAVE_LUA

/* Define to 1 if you have the <lualib.h> header file. */
#undef HAVE_LUALIB_H

/* Define to 1 if you have the <lua.h> header file. */
#undef HAVE_LUA_H

/* Define to 1 if you have the <machine/param.h> header file. */
#undef HAVE_MACHINE_PARAM_H

/* Define to 1 if you have the <mach-o/dyld.h> header file. */
#undef HAVE_MACH_O_DYLD_H

/* Define to 1 if you have the <mad.h> header file. */
#undef HAVE_MAD_H

/* Define to 1 if you have the <matroska/KaxAttachments.h> header file. */
#undef HAVE_MATROSKA_KAXATTACHMENTS_H

/* Define to 1 if you have the <matroska/KaxVersion.h> header file. */
#undef HAVE_MATROSKA_KAXVERSION_H

/* Define to 1 if you have the `memalign' function. */
#undef HAVE_MEMALIGN

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have the `mmap' function. */
#undef HAVE_MMAP

/* Define to 1 if MMX intrinsics are available. */
#undef HAVE_MMX_INTRINSICS

/* Define to 1 if you have the <mozilla-config.h> header file. */
#undef HAVE_MOZILLA_CONFIG_H

/* Define to 1 if you have the <mpcdec/mpcdec.h> header file. */
#undef HAVE_MPCDEC_MPCDEC_H

/* Define to 1 if you have the <mpc/mpcdec.h> header file. */
#undef HAVE_MPC_MPCDEC_H

/* Define if nanosleep is available. */
#undef HAVE_NANOSLEEP

/* Define to 1 if you have libncursesw. */
#undef HAVE_NCURSESW

/* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H

/* Define to 1 if you have the <netinet/udplite.h> header file. */
#undef HAVE_NETINET_UDPLITE_H

/* Define to 1 if you have the <net/if.h> header file. */
#undef HAVE_NET_IF_H

/* Define if new linux/videodev2.h present */
#undef HAVE_NEW_LINUX_VIDEODEV2_H

/* Define to 1 if you have the `nl_langinfo' function. */
#undef HAVE_NL_LANGINFO

/* Define to 1 if you have the <npapi.h> header file. */
#undef HAVE_NPAPI_H

/* Define to 1 if you have the <npfunctions.h> header file. */
#undef HAVE_NPFUNCTIONS_H

/* Define to 1 if you have the <npruntime.h> header file. */
#undef HAVE_NPRUNTIME_H

/* Define to 1 if you have the `NSLinkModule' function. */
#undef HAVE_NSLINKMODULE

/* Define to 1 if you have the <objsafe.h> header file. */
#undef HAVE_OBJSAFE_H

/* Define to 1 if you have the <ogg/ogg.h> header file. */
#undef HAVE_OGG_OGG_H

/* Define to 1 if you have the <ole2.h> header file. */
#undef HAVE_OLE2_H

/* Define to 1 if you have the <olectl.h> header file. */
#undef HAVE_OLECTL_H

/* Define to 1 if you have the <OpenGL/gl.h> header file. */
#undef HAVE_OPENGL_GL_H

/* Define to 1 if you have the <Ph.h> header file. */
#undef HAVE_PH_H

/* Define to 1 if you have the <png.h> header file. */
#undef HAVE_PNG_H

/* Define to 1 if the OS is usabl... err, has poll(). */
#undef HAVE_POLL

/* Define to 1 if you have the `posix_fadvise' function. */
#undef HAVE_POSIX_FADVISE

/* Define to 1 if you have the `posix_madvise' function. */
#undef HAVE_POSIX_MADVISE

/* Define to 1 if you have the `posix_memalign' function. */
#undef HAVE_POSIX_MEMALIGN

/* Define to 1 if you have the <postproc/postprocess.h> header file. */
#undef HAVE_POSTPROC_POSTPROCESS_H

/* Define to 1 if you have the <pthread.h> header file. */
#undef HAVE_PTHREAD_H

/* Define to 1 if you have the `pthread_mutex_lock' function. */
#undef HAVE_PTHREAD_MUTEX_LOCK

/* Define to 1 if you have the `putenv' function. */
#undef HAVE_PUTENV

/* Define to 1 if you have QT4 library. */
#undef HAVE_QT4

/* Define to 1 if you have the <qt.h> header file. */
#undef HAVE_QT_H

/* Define to 1 if you have the <QuickTime/QuickTime.h> header file. */
#undef HAVE_QUICKTIME_QUICKTIME_H

/* Define to 1 if you have the `rewind' function. */
#undef HAVE_REWIND

/* For NetBSD VCD support */
#undef HAVE_SCSIREQ_IN_SYS_SCSIIO_H

/* Define to 1 if you have the <SDL.h> header file. */
#undef HAVE_SDL_H

/* Define to 1 if you have the <SDL_image.h> header file. */
#undef HAVE_SDL_IMAGE_H

/* Define to 1 if you have the `send' function. */
#undef HAVE_SEND

/* Define to 1 if you have the `setenv' function. */
#undef HAVE_SETENV

/* Define to 1 if you have the `setlocale' function. */
#undef HAVE_SETLOCALE

/* Define if you have the libshout library */
#undef HAVE_SHOUT

/* Define to 1 if you have the `sigrelse' function. */
#undef HAVE_SIGRELSE

/* Define to 1 if you have the <soundcard.h> header file. */
#undef HAVE_SOUNDCARD_H

/* Define to 1 if you have the <speex/speex.h> header file. */
#undef HAVE_SPEEX_SPEEX_H

/* Define to 1 if SSE2 intrinsics are available. */
#undef HAVE_SSE2_INTRINSICS

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the `strcasecmp' function. */
#undef HAVE_STRCASECMP

/* Define to 1 if you have the `strcasestr' function. */
#undef HAVE_STRCASESTR

/* Define to 1 if you have the `strdup' function. */
#undef HAVE_STRDUP

/* Define to 1 if you have the `stricmp' function. */
#undef HAVE_STRICMP

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the `strlcpy' function. */
#undef HAVE_STRLCPY

/* Define to 1 if you have the `strncasecmp' function. */
#undef HAVE_STRNCASECMP

/* Define to 1 if you have the `strndup' function. */
#undef HAVE_STRNDUP

/* Define to 1 if you have the `strnicmp' function. */
#undef HAVE_STRNICMP

/* Define to 1 if you have the `strnlen' function. */
#undef HAVE_STRNLEN

/* Define to 1 if you have the `strsep' function. */
#undef HAVE_STRSEP

/* Define to 1 if you have the `strtof' function. */
#undef HAVE_STRTOF

/* Define to 1 if you have the `strtoll' function. */
#undef HAVE_STRTOLL

/* Define to 1 if the system has the type `struct addrinfo'. */
#undef HAVE_STRUCT_ADDRINFO

/* Define if <sys/time.h> defines struct timespec. */
#undef HAVE_STRUCT_TIMESPEC

/* Define to 1 if you have the `swab' function. */
#undef HAVE_SWAB

/* Define to 1 if you have the <sysfs/libsysfs.h> header file. */
#undef HAVE_SYSFS_LIBSYSFS_H

/* Define to 1 if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_H

/* Define to 1 if you have the <sys/dl.h> header file. */
#undef HAVE_SYS_DL_H

/* Define to 1 if you have the <sys/eventfd.h> header file. */
#undef HAVE_SYS_EVENTFD_H

/* Define to 1 if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H

/* Define to 1 if you have the <sys/mount.h> header file. */
#undef HAVE_SYS_MOUNT_H

/* Define to 1 if you have the <sys/shm.h> header file. */
#undef HAVE_SYS_SHM_H

/* Define to 1 if you have the <sys/soundcard.h> header file. */
#undef HAVE_SYS_SOUNDCARD_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/times.h> header file. */
#undef HAVE_SYS_TIMES_H

/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define if you have taglib plugin built */
#undef HAVE_TAGLIB

/* Define to 1 if you have the <theora/theora.h> header file. */
#undef HAVE_THEORA_THEORA_H

/* Define if libtiger is available. */
#undef HAVE_TIGER

/* Define to 1 if you have the <tremor/ivorbiscodec.h> header file. */
#undef HAVE_TREMOR_IVORBISCODEC_H

/* Define to 1 if you have the <twolame.h> header file. */
#undef HAVE_TWOLAME_H

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to 1 if you have the <unzip.h> header file. */
#undef HAVE_UNZIP_H

/* Define to 1 if you have the `uselocale' function. */
#undef HAVE_USELOCALE

/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
#undef HAVE_VALGRIND_VALGRIND_H

/* Define to 1 if you have the `vasprintf' function. */
#undef HAVE_VASPRINTF

/* Define if <stdarg.h> defines va_copy. */
#undef HAVE_VA_COPY

/* Define if you have libvcdinfo 0.7.22 or greater installed */
#undef HAVE_VCDINFO

/* Define for the VCD plugin using libcdio/libvcdinfo */
#undef HAVE_VCDX

/* Define to 1 if you have the `vmsplice' function. */
#undef HAVE_VMSPLICE

/* Define to 1 if you have the <vorbis/codec.h> header file. */
#undef HAVE_VORBIS_CODEC_H

/* Define to 1 if you have the <vorbis/vorbisenc.h> header file. */
#undef HAVE_VORBIS_VORBISENC_H

/* Define to 1 if you have the <X11/extensions/dpms.h> header file. */
#undef HAVE_X11_EXTENSIONS_DPMS_H

/* Define to 1 if you have the <X11/extensions/vldXvMC.h> header file. */
#undef HAVE_X11_EXTENSIONS_VLDXVMC_H

/* Define to 1 if you have the <X11/extensions/xf86vmode.h> header file. */
#undef HAVE_X11_EXTENSIONS_XF86VMODE_H

/* Define to 1 if you have the <X11/extensions/Xinerama.h> header file. */
#undef HAVE_X11_EXTENSIONS_XINERAMA_H

/* Define to 1 if you have the <X11/extensions/Xv.h> header file. */
#undef HAVE_X11_EXTENSIONS_XV_H

/* Define to 1 if you have the <X11/Xlib.h> header file. */
#undef HAVE_X11_XLIB_H

/* Define to 1 if you have the <X11/xpm.h> header file. */
#undef HAVE_X11_XPM_H

/* Define this if you have libXxf86vm installed */
#undef HAVE_XF86VIDMODE

/* Define this if you have libXinerama installed */
#undef HAVE_XINERAMA

/* Define to 1 if you have the <xlocale.h> header file. */
#undef HAVE_XLOCALE_H

/* Define to 1 if you have the <xosd.h> header file. */
#undef HAVE_XOSD_H

/* Define to 1 if you have the <zlib.h> header file. */
#undef HAVE_ZLIB_H

/* Define if samba has _SMBCCTX.close_fn */
#undef HAVE__SMBCCTX_CLOSE_FN

/* Define if <stdarg.h> defines __va_copy. */
#undef HAVE___VA_COPY

/* Define as const if the declaration of iconv() needs const. */
#undef ICONV_CONST

/* Dynamic object extension */
#undef LIBEXT

/* Define to the sub-directory in which libtool stores uninstalled libraries.
   */
#undef LT_OBJDIR

/* Define to 1 if debug code should NOT be compiled */
#undef NDEBUG

/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#undef NO_MINUS_C_MINUS_O

/* Define if <sys/param.h> defines ntohl. */
#undef NTOHL_IN_SYS_PARAM_H

/* Define if you want to optimize memory usage over performance */
#undef OPTIMIZE_MEMORY

/* Name of package */
#undef PACKAGE

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* version minor number */
#undef PACKAGE_VERSION_EXTRA

/* version major number */
#undef PACKAGE_VERSION_MAJOR

/* version minor number */
#undef PACKAGE_VERSION_MINOR

/* version minor number */
#undef PACKAGE_VERSION_REVISION

/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE

/* As a last resort we also test for SDL_image.h presence */
#undef SDL_IMAGE_INCLUDE_FILE

/* As a last resort we also test for SDL.h presence */
#undef SDL_INCLUDE_FILE

/* If using the C implementation of alloca, define if you know the
   direction of stack growth for your system; otherwise it will be
   automatically deduced at runtime.
	STACK_DIRECTION > 0 => grows toward higher addresses
	STACK_DIRECTION < 0 => grows toward lower addresses
	STACK_DIRECTION = 0 => direction of growth unknown */
#undef STACK_DIRECTION

/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

/* Define if <strings.h> defines strncasecmp. */
#undef STRNCASECMP_IN_STRINGS_H

/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME

/* Define if you want to use the VLC update mechanism */
#undef UPDATE_CHECK

/* Enable extensions on AIX 3, Interix.  */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif
/* Enable GNU extensions on systems that have them.  */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
/* Enable threading extensions on Solaris.  */
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
#endif
/* Enable extensions on HP NonStop.  */
#ifndef _TANDEM_SOURCE
# undef _TANDEM_SOURCE
#endif
/* Enable general extensions on Solaris.  */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
#endif


/* Version number of package */
#undef VERSION

/* Simple version string */
#undef VERSION_MESSAGE

/* Location of videodev2.h */
#undef VIDEODEV2_H_FILE

/* compiler */
#undef VLC_COMPILER

/* user who ran configure */
#undef VLC_COMPILE_BY

/* domain of the host which ran configure */
#undef VLC_COMPILE_DOMAIN

/* host which ran configure */
#undef VLC_COMPILE_HOST

/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
   significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
#  define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
#  undef WORDS_BIGENDIAN
# endif
#endif

/* Define to 1 if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING

/* Define if the zvbi module is built */
#undef ZVBI_COMPILED

/* Define to '2' to get glibc warnings. */
#undef _FORTIFY_SOURCE

/* Define to 1 if on MINIX. */
#undef _MINIX

/* Define to 2 if the system does not provide POSIX.1 features except with
   this defined. */
#undef _POSIX_1_SOURCE

/* Define to 1 if you need to in order for `stat' and other things to work. */
#undef _POSIX_SOURCE

/* Define to '0x0500' for Windows 2000 APIs. */
#undef _WIN32_WINNT

/* Define to empty if `const' does not conform to ANSI C. */
#undef const

/* Alias fdatasync() to fsync() if missing. */
#undef fdatasync

/* Define to `__inline__' or `__inline' if that's what the C compiler
   calls it, or to nothing if 'inline' is not supported under any name.  */
#ifndef __cplusplus
#undef inline
#endif

/* Define to the equivalent of the C99 'restrict' keyword, or to
   nothing if this is not supported.  Do not define if restrict is
   supported directly.  */
#undef restrict
/* Work around a bug in Sun C++: it does not support _Restrict or
   __restrict__, even though the corresponding Sun C compiler ends up with
   "#define restrict _Restrict" or "#define restrict __restrict__" in the
   previous line.  Perhaps some future version of Sun C++ will work with
   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
#if defined __SUNPRO_CC && !defined __RESTRICT
# define _Restrict
# define __restrict__
#endif

/* Define to `sockaddr' if <sys/socket.h> does not define. */
#undef sockaddr_storage

/* Define to `int' if <sys/socket.h> does not define. */
#undef socklen_t

/* Define to `sa_family' if <sys/socket.h> does not define. */
#undef ss_family

/* Define to `int' if <stddef.h> does not define. */
#undef ssize_t

#include <vlc_fixups.h>