Code Search for Developers
 
 
  

config.h.in from Gdb at Krugle


Show config.h.in syntax highlighted

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

/* Define if using alloca.c.  */
#undef C_ALLOCA

/* 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 if you have alloca, as a function or macro.  */
#undef HAVE_ALLOCA

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

/* 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 run-time.
 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 this if <string.h> declares strncasecmp().  */
#undef HAVE_STRNCASECMP_DECL

/* Define this if the IDE is enabled.  */
#define IDE_ENABLED 0

/* Define if you have the drand48 function.  */
#undef HAVE_DRAND48

/* Define if you have the raise function.  */
#undef HAVE_RAISE

/* Define if you have the rand function.  */
#undef HAVE_RAND

/* Define if you have the random function.  */
#undef HAVE_RANDOM

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

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

/* Define if you have the <stddef.h> header file.  */
#undef HAVE_STDDEF_H

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

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

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

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

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

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

/* Name of package */
#undef PACKAGE

/* Version number of package */
#undef VERSION





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

  doc/
    tkTable.html
    tkTable.n
    tkTable_license.terms
  library/
    Makefile.am
    Makefile.in
    advice.tcl
    balloon.tcl
    bbox.tcl
    bgerror.tcl
    bindings.tcl
    canvas.tcl
    center.tcl
    cframe.tcl
    combobox.tcl
    debug.tcl
    def.tcl
    font.tcl
    gensym.tcl
    gettext.tcl
    hooks.tcl
    internet.tcl
    lframe.tcl
    list.tcl
    looknfeel.tcl
    menu.tcl
    mono.tcl
    multibox.tcl
    pane.tcl
    panedwindow.tcl
    parse_args.tcl
    path.tcl
    pkgIndex.tcl
    postghost.tcl
    prefs.tcl
    print.tcl
    sendpr.tcl
    tclIndex
    toolbar.tcl
    topbind.tcl
    ulset.tcl
    ventry.tcl
    wframe.tcl
    wingrab.tcl
  src/
    Makefile.am
    Makefile.in
    guitcl.h
    paths.c
    subcommand.c
    subcommand.h
    tclcursor.c
    tclgetdir.c
    tclhelp.c
    tclmain.c
    tclmapi.c
    tclmsgbox.c
    tclshellexe.c
    tclsizebox.c
    tclwinfont.c
    tclwingrab.c
    tclwinmode.c
    tclwinpath.c
    tclwinprint.c
    tkCanvEdge.c
    tkCanvLayout.c
    tkCanvLayout.h
    tkGraphCanvas.c
    tkTable.c
    tkTable.h
    tkTable.tcl
    tkTable.tcl.h
    tkTableCell.c
    tkTableCellSort.c
    tkTableCmd.c
    tkTableCmd.h
    tkTableCmds.c
    tkTableEdit.c
    tkTableInitScript.h
    tkTablePs.c
    tkTableTag.c
    tkTableUtil.c
    tkTableWin.c
    tkTable_version.in
    tkTabletcl.h
    tkWarpPointer.c
    tkWinPrintCanvas.c
    tkWinPrintText.c
    xpmlib.c
  ChangeLog
  Makefile.am
  Makefile.in
  README
  TODO
  acconfig.h
  acinclude.m4
  aclocal.m4
  config.h.in
  configure
  configure.ac
  stamp-h.in