Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

422.nfa

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    acconfig.h 5.85 KiB
    /* acconfig.h
       This file is in the public domain.
    
       Descriptive text for the C preprocessor macros that
       the distributed Autoconf macros can define.
       No software package will use all of them; autoheader copies the ones
       your configure.in uses into your configuration header file templates.
    
       The entries are in sort -df order: alphabetical, case insensitive,
       ignoring punctuation (such as underscores).  Although this order
       can split up related entries, it makes it easier to check whether
       a given entry is in the file.
    
       Leave the following blank line there!!  Autoheader needs it.  */
    
    
    #undef C_ALLOCA
    
    #undef CRAY_STACKSEG_END
    
    /* Version of .frm files */
    #undef DOT_FRM_VERSION
    
    /* If LOAD DATA LOCAL INFILE should be enabled by default */
    #undef ENABLED_LOCAL_INFILE
    
    /* READLINE: */
    #undef FIONREAD_IN_SYS_IOCTL
    
    /* READLINE: Define if your system defines TIOCGWINSZ in sys/ioctl.h.  */
    #undef GWINSZ_IN_SYS_IOCTL
    
    /* Handing of large files on Solaris 2.6 */
    #undef _FILE_OFFSET_BITS
    
    /* Do we have FIONREAD */
    #undef FIONREAD_IN_SYS_IOCTL
    
    /* Do we need to define _GNU_SOURCE */
    #undef _GNU_SOURCE
    
    /* atomic_add() from <asm/atomic.h> (Linux only) */
    #undef HAVE_ATOMIC_ADD
    
    /* atomic_sub() from <asm/atomic.h> (Linux only) */
    #undef HAVE_ATOMIC_SUB
    
    /* If we have a working alloca() implementation */
    #undef HAVE_ALLOCA
    
    /* bool is not defined by all C++ compilators */
    #undef HAVE_BOOL
    
    /* Have berkeley db installed */
    #undef HAVE_BERKELEY_DB
    
    /* DSB style signals ? */
    #undef HAVE_BSD_SIGNALS
    
    /* Can netinet be included */
    #undef HAVE_BROKEN_NETINET_INCLUDES
    
    /* READLINE: */
    #undef HAVE_BSD_SIGNALS
    
    /* ZLIB and compress: */
    #undef HAVE_COMPRESS
    
    /* Define if we are using OSF1 DEC threads */
    #undef HAVE_DEC_THREADS