Skip to content
Snippets Groups Projects
Select Git revision
  • mysql-3.23.58
  • bb-10.6-midenok-MDEV-16417
  • bb-10.4-MDEV-23675
  • 10.5
  • bb-10.2-MDEV-18867
  • bb-10.3-sujatha
  • bb-10.2-sujatha
  • bb-10.5-MDEV-23456
  • bb-10.1-sujatha
  • bb-10.4-anel-MDEV-23626-connect
  • bb-10.5-midenok
  • bb-10.2-MDEV-19264-backup-slave-info
  • bb-10.2-MDEV-23456
  • bb-10.4-anel-MDEV-23589
  • 10.5-mdev21829
  • bb-10.6-midenok-MDEV-17554
  • bb-10.5-mdev23662
  • 10.2
  • bb-10.4-thiru
  • 10.1
  • bb-10.2-midenok
  • mariadb-10.5.5
  • mariadb-10.4.14
  • mariadb-10.3.24
  • mariadb-10.2.33
  • mariadb-10.1.46
  • mariadb-10.5.4
  • mariadb-10.5.3
  • mariadb-10.4.13
  • mariadb-10.3.23
  • mariadb-10.2.32
  • mariadb-10.1.45
  • mariadb-5.5.68
  • mariadb-10.5.2
  • mariadb-10.5.1
  • mariadb-10.4.12
  • mariadb-10.3.22
  • mariadb-10.2.31
  • mariadb-10.1.44
  • mariadb-5.5.67
  • mariadb-10.4.11
41 results

acconfig.h

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