Code Search for Developers
 
 
  

config.in from Gdb at Krugle


Show config.in syntax highlighted

/* config.in.  Generated automatically from configure.in by autoheader.  */

/* Define if you have the <mmreg.h> header file.  */
#undef HAVE_MMREG_H

/* Define if you have the <mmsystem.h> header file.  */
#undef HAVE_MMSYSTEM_H

/* Define if you have the <sys/audioio.h> header file.  */
#undef HAVE_SYS_AUDIOIO_H

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

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

/* Define if you have the kernel32 library (-lkernel32).  */
#undef HAVE_LIBKERNEL32

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

/* Define if you have the winmm library (-lwinmm).  */
#undef HAVE_LIBWINMM

/* Name of package */
#undef PACKAGE

/* Version number of package */
#undef VERSION

/* Define if Windows sound API should be used */
#undef SOUND_CYGWIN

/* Define if Solaris sound API should be used */
#undef SOUND_SOLARIS

/* Define if Linux sound API should be used */
#undef SOUND_LINUX

/* Define if no sound API is available */
#undef SOUND_NONE





See more files for this project here

Gdb

GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another program was doing at the moment it crashed.

Project homepage: http://sources.redhat.com/gdb/
Programming language(s): Assembly,C,C++,Expect
License: other

  ChangeLog
  Makefile.am
  Makefile.in
  aclocal.m4
  compAudio.cxx
  compCodec.cxx
  components.cxx
  components.h
  config.in
  configure
  configure.in
  stamp-h.in