Changeset 3601 for branches/1.2/src


Ignore:
Timestamp:
Apr 1, 2013 2:04:12 PM (11 years ago)
Author:
gah
Message:

put back new ruby configure test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/src/core/config.h.in

    r3373 r3601  
    7070#undef HAVE_CTYPE_H
    7171
     72/* Define to 1 if you have the <env.h> header file. */
     73#undef HAVE_ENV_H
     74
    7275/* Define to 1 if you have the <errno.h> header file. */
    7376#undef HAVE_ERRNO_H
    7477
     78/* Render servers can use ffmpeg */
     79#undef HAVE_FFMPEG
     80
    7581/* Define to 1 if you have the <ffmpeg/avcodec.h> header file. */
    7682#undef HAVE_FFMPEG_AVCODEC_H
     
    154160#undef HAVE_NCURSES_H
    155161
     162/* Define to 1 if you have the <node.h> header file. */
     163#undef HAVE_NODE_H
     164
    156165/* Define to 1 if you have the <Python.h> header file. */
    157166#undef HAVE_PYTHON_H
    158167
     168/* Define to 1 if you have the <ruby.h> header file. */
     169#undef HAVE_RUBY_H
     170
     171/* Define to 1 if you have the <ruby/node.h> header file. */
     172#undef HAVE_RUBY_NODE_H
     173
    159174/* Define to 1 if you have the <sstream> header file. */
    160175#undef HAVE_SSTREAM
     
    208223#undef HAVE_VECTOR
    209224
     225/* Define to 1 if you have the <version.h> header file. */
     226#undef HAVE_VERSION_H
     227
    210228/* Define to the address where bug reports for this package should be sent. */
    211229#undef PACKAGE_BUGREPORT
     
    225243/* Define to the version of this package. */
    226244#undef PACKAGE_VERSION
     245
     246/* Define this macro to use ruby/node.h */
     247#undef REALLY_HAVE_RUBY_NODE_H
    227248
    228249/* The size of `int', as computed by sizeof. */
Note: See TracChangeset for help on using the changeset viewer.