https://github.com/jrincayc/ucblogo-code
Raw File
Tip revision: 0e21c1db877c1e7cb601aa079331d47076b47d30 authored by jeremycowles on 26 April 2009, 01:16:52 UTC
Added more test for standard OOP features.
Tip revision: 0e21c1d
config.h.in
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

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

/* Define as the return instruction for signal handlers. */
#undef SIGRET

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

/* Define if signal handlers take an argument. */
#undef SIG_TAKES_ARG

/* Define to `unsigned' if <sys/types.h> doesn't define.  */
#undef size_t

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

/* Define if you have the matherr function.  */
#undef HAVE_MATHERR

/* Define if you have the sigsetmask function.  */
#undef HAVE_SIGSETMASK

/* Define if you have the sigvec function.  */
#undef HAVE_SIGVEC

/* Define if you have the srandom function.  */
#undef HAVE_SRANDOM

/* Define if you have the usleep function.  */
#undef HAVE_USLEEP

/* Define if you have the memcpy function.  */
#undef HAVE_MEMCPY

/* Define if you have the <sgtty.h> header file.  */
#undef HAVE_SGTTY_H

/* Define if you have the <termio.h> header file.  */
#undef HAVE_TERMIO_H
  
/* Define if you have the <unistd.h> header file.  */
#undef HAVE_UNISTD_H
  
/* Define if you have the <string.h> header file.  */
#undef HAVE_STRING_H
  
/* Define if you have the <termcap.h> header file.  */
#undef HAVE_TERMCAP_H
  
/* Define if you have the <termlib.h> header file.  */
#undef HAVE_TERMLIB_H
  
/* Define if you have the <curses.h> header file.  */
#undef HAVE_CURSES_H

/* Define if you have the BSD library (-lBSD).  */
#undef HAVE_LIBBSD

/* Define if you have the curses library (-lcurses).  */
#undef HAVE_LIBCURSES

/* Define if you have the m library (-lm).  */
#undef HAVE_LIBM

/* Define if you have the termcap library (-ltermcap).  */
#undef HAVE_LIBTERMCAP

/* Define if you have the termlib library (-ltermlib).  */
#undef HAVE_LIBTERMLIB

/* Define if you have the wx library.  */
#undef HAVE_WX
back to top