Skip to content
Snippets Groups Projects
Select Git revision
  • secondcolor
  • next
  • master default protected
  • ceilingz-fixes
  • teampowerstones
  • jingleoptions
  • togglejingles
  • mapload-refactor
  • emeraldhunt-fix
  • fixcoronalist
  • respawndelaygametyperule
  • ld413-mp-fix
  • dashmode-ctf-monitors
  • udmf-specials
  • polyobj-waypoint-thinker-optimise
  • udmf-base
  • renderswitch
  • kill-zshift
  • findvar
  • software-clownery
  • SRB2_release_2.2.0
  • SRB2_release_2.1.25
  • SRB2_release_2.1.24
  • SRB2_release_2.1.23
  • SRB2_release_2.1.22
  • SRB2_release_2.1.21
  • SRB2_release_2.1.20
  • SRB2_release_2.1.19
  • SRB2_release_2.1.18
  • td-release-v1.0.0
  • SRB2_release_2.1.17
  • SRB2_release_2.1.16a
  • SRB2_release_2.1.16
  • SRB2_release_2.1.15
  • SRB2_release_2.1.14
  • SRB2_release_2.1.12
  • SRB2_release_2.1.11
  • SRB2_release_2.1.10
  • SRB2_release_2.1.9
  • SRB2_release_2.1.8
40 results

config.h.in

Blame
  • Forked from STJr / SRB2
    16275 commits behind the upstream repository.
    Alam Ed Arias's avatar
    Alam Ed Arias authored and Alam Arias committed
    b93cb1b6
    History
    config.h.in 2.17 KiB
    /* config.h.in.  Generated from configure.ac by autoheader.  */
    
    /* Define to 1 if you have the <dlfcn.h> header file. */
    #undef HAVE_DLFCN_H
    
    /* Define to 1 if you have the <inttypes.h> header file. */
    #undef HAVE_INTTYPES_H
    
    /* Define to 1 if you have the `m' library (-lm). */
    #undef HAVE_LIBM
    
    /* Define to 1 if you have the `z' library (-lz). */
    #undef HAVE_LIBZ
    
    /* Define to 1 if you have the <malloc.h> header file. */
    #undef HAVE_MALLOC_H
    
    /* Define to 1 if you have the <memory.h> header file. */
    #undef HAVE_MEMORY_H
    
    /* Define to 1 if you have the `memset' function. */
    #undef HAVE_MEMSET
    
    /* Define to 1 if you have the `pow' function. */
    #undef HAVE_POW
    
    /* Define to 1 if you have the <stdint.h> header file. */
    #undef HAVE_STDINT_H
    
    /* Define to 1 if you have the <stdlib.h> header file. */
    #undef HAVE_STDLIB_H
    
    /* Define to 1 if you have the <strings.h> header file. */
    #undef HAVE_STRINGS_H
    
    /* Define to 1 if you have the <string.h> header file. */
    #undef HAVE_STRING_H
    
    /* Define to 1 if you have the <sys/stat.h> header file. */
    #undef HAVE_SYS_STAT_H
    
    /* Define to 1 if you have the <sys/types.h> header file. */
    #undef HAVE_SYS_TYPES_H
    
    /* Define to 1 if you have the <unistd.h> header file. */
    #undef HAVE_UNISTD_H
    
    /* Define to the sub-directory in which libtool stores uninstalled libraries.
       */
    #undef LT_OBJDIR
    
    /* Name of package */
    #undef PACKAGE
    
    /* Define to the address where bug reports for this package should be sent. */
    #undef PACKAGE_BUGREPORT
    
    /* Define to the full name of this package. */
    #undef PACKAGE_NAME
    
    /* Define to the full name and version of this package. */
    #undef PACKAGE_STRING
    
    /* Define to the one symbol short name of this package. */
    #undef PACKAGE_TARNAME
    
    /* Define to the home page for this package. */
    #undef PACKAGE_URL
    
    /* Define to the version of this package. */
    #undef PACKAGE_VERSION
    
    /* Define to 1 if you have the ANSI C header files. */
    #undef STDC_HEADERS
    
    /* Define to 1 if your <sys/time.h> declares `struct tm'. */
    #undef TM_IN_SYS_TIME
    
    /* Version number of package */
    #undef VERSION
    
    /* Define to empty if `const' does not conform to ANSI C. */
    #undef const
    
    /* Define to `unsigned int' if <sys/types.h> does not define. */
    #undef size_t