Changeset 2440 for trunk/packages


Ignore:
Timestamp:
Aug 29, 2011, 2:20:54 AM (13 years ago)
Author:
ldelgass
Message:

New autoheader generated files

Location:
trunk/packages/vizservers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanoscale/config.h.in

    r1353 r2440  
    44#undef AC_APPLE_UNIVERSAL_BUILD
    55
     6/* Define to 1 if you have the `accept4' function. */
     7#undef HAVE_ACCEPT4
     8
    69/* Define to 1 if you have the <arpa/inet.h> header file. */
    710#undef HAVE_ARPA_INET_H
    811
    9 /* Define to 1 if you have the `avformat_alloc_context' function. */
    10 #undef HAVE_AVFORMAT_ALLOC_CONTEXT
     12/* Define to 1 if you have the <Cg/cgGL.h> header file. */
     13#undef HAVE_CG_CGGL_H
    1114
    1215/* Define to 1 if you have the <ffmpeg/avcodec.h> header file. */
     
    2528#undef HAVE_INTTYPES_H
    2629
     30/* Define to 1 if you have the `avcodec' library (-lavcodec). */
     31#undef HAVE_LIBAVCODEC
     32
    2733/* Define to 1 if you have the <libavcodec/avcodec.h> header file. */
    2834#undef HAVE_LIBAVCODEC_AVCODEC_H
     35
     36/* Define to 1 if you have the `avformat' library (-lavformat). */
     37#undef HAVE_LIBAVFORMAT
    2938
    3039/* Define to 1 if you have the <libavformat/avformat.h> header file. */
    3140#undef HAVE_LIBAVFORMAT_AVFORMAT_H
    3241
     42/* Define to 1 if you have the `avutil' library (-lavutil). */
     43#undef HAVE_LIBAVUTIL
     44
    3345/* Define to 1 if you have the <libavutil/avutil.h> header file. */
    3446#undef HAVE_LIBAVUTIL_AVUTIL_H
     47
     48/* Define to 1 if you have the `highgui' library (-lhighgui). */
     49#undef HAVE_LIBHIGHGUI
    3550
    3651/* Define to 1 if you have the <memory.h> header file. */
     
    4358#undef HAVE_NETINET_IN_H
    4459
    45 /* Define to 1 if you have the <rappture.h> header file. */
    46 #undef HAVE_RAPPTURE_H
     60/* Define to 1 if you have the <opencv/cv.h> header file. */
     61#undef HAVE_OPENCV_CV_H
     62
     63/* Define to 1 if you have the <opencv/highgui.h> header file. */
     64#undef HAVE_OPENCV_HIGHGUI_H
    4765
    4866/* Define to 1 if you have the <stdint.h> header file. */
     
    7694#undef HAVE_UNISTD_H
    7795
     96/* Define to 1 if you have the <vtkSmartPointer.h> header file. */
     97#undef HAVE_VTKSMARTPOINTER_H
     98
    7899/* Define to the address where bug reports for this package should be sent. */
    79100#undef PACKAGE_BUGREPORT
     
    91112#undef PACKAGE_VERSION
    92113
     114/* The size of `float', as computed by sizeof. */
     115#undef SIZEOF_FLOAT
     116
     117/* The size of `int', as computed by sizeof. */
     118#undef SIZEOF_INT
     119
     120/* The size of `long', as computed by sizeof. */
     121#undef SIZEOF_LONG
     122
     123/* The size of `long long', as computed by sizeof. */
     124#undef SIZEOF_LONG_LONG
     125
     126/* The size of `void *', as computed by sizeof. */
     127#undef SIZEOF_VOID_P
     128
    93129/* Define to 1 if you have the ANSI C header files. */
    94130#undef STDC_HEADERS
  • trunk/packages/vizservers/nanovis/nvconf.h.in

    r2092 r2440  
    44#undef AC_APPLE_UNIVERSAL_BUILD
    55
     6/* Define to 1 if you have the `accept4' function. */
     7#undef HAVE_ACCEPT4
     8
    69/* Define to 1 if you have the <arpa/inet.h> header file. */
    710#undef HAVE_ARPA_INET_H
     11
     12/* Define to 1 if you have the <Cg/cgGL.h> header file. */
     13#undef HAVE_CG_CGGL_H
    814
    915/* Define to 1 if you have the <ffmpeg/avcodec.h> header file. */
     
    4046#undef HAVE_LIBAVUTIL_AVUTIL_H
    4147
    42 /* Define to 1 if you have the `cv' library (-lcv). */
    43 #undef HAVE_LIBCV
     48/* Define to 1 if you have the `highgui' library (-lhighgui). */
     49#undef HAVE_LIBHIGHGUI
    4450
    4551/* Define to 1 if you have the <memory.h> header file. */
     
    5763/* Define to 1 if you have the <opencv/highgui.h> header file. */
    5864#undef HAVE_OPENCV_HIGHGUI_H
    59 
    60 /* Define to 1 if you have the <rappture.h> header file. */
    61 #undef HAVE_RAPPTURE_H
    6265
    6366/* Define to 1 if you have the <stdint.h> header file. */
     
    9194#undef HAVE_UNISTD_H
    9295
     96/* Define to 1 if you have the <vtkSmartPointer.h> header file. */
     97#undef HAVE_VTKSMARTPOINTER_H
     98
    9399/* Define to the address where bug reports for this package should be sent. */
    94100#undef PACKAGE_BUGREPORT
     
    102108/* Define to the one symbol short name of this package. */
    103109#undef PACKAGE_TARNAME
    104 
    105 /* Define to the home page for this package. */
    106 #undef PACKAGE_URL
    107110
    108111/* Define to the version of this package. */
Note: See TracChangeset for help on using the changeset viewer.