Skip to content
Snippets Groups Projects
Select Git revision
  • 74dccdf413159c193dc83e4bc7af9418c1da310a
  • master default
  • dbck-q-n-d-link
  • foutput-text_stat-override
  • generations
  • text-stat-sha256
  • use-nettle
  • import-nettle
  • refactor-cached_get_text
  • refactor-cached_get_text-part-2
  • add-text_store
  • introduce-generation_position
  • remove-reclamation
  • dbfile-temp-filenames
  • sstrdup
  • dbfile_open_read-check-magic
  • adns_dist
  • liboop_dist
  • search
  • isc
  • dbdbckmultiplechoice
  • last.cvs.revision
  • 2.1.2
  • 2.1.1
  • 2.1.0
  • adns_1_0
  • liboop_0_9
  • 2.0.7
  • search_bp
  • 2.0.6
  • 2.0.5
  • isc_1_01
  • Protocol-A-10.4
  • 2.0.4
  • 2.0.3
  • 2.0.2
  • 2.0.1
  • 2.0.0
  • isc_1_00
  • isc_merge_1999_05_01
  • isc_merge_1999_04_21
41 results

misc-parser.c

Blame
  • acconfig.h 1.00 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.  */
    
    
    /* The ADNS resolver library */
    #undef HAVE_ADNS
    
    /* The glib utility library (from gtk+) */
    #undef HAVE_GLIB
    
    /* GNU readline */
    #undef HAVE_READLINE
    
    /* The W3C libwww */
    #undef HAVE_WWW
    
    
    /* Leave that blank line there!!  Autoheader needs it.
       If you're adding to this file, keep in mind:
       The entries are in sort -df order: alphabetical, case insensitive,
       ignoring punctuation (such as underscores).  */