"Fossies" - the Fresh Open Source Software Archive

Member "authforce-0.9.9/config.h.in~" (13 May 2007, 3003 Bytes) of package /linux/www/old/authforce-0.9.9.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 /* config.h.in.  Generated from configure.in by autoheader.  */
    2 
    3 /* Authforce config files */
    4 #undef DEFAULT_CONFIG
    5 
    6 /* Authforce path */
    7 #undef DEFAULT_PATH
    8 
    9 /* Define to 1 if translation of program messages to the user's native
   10    language is requested. */
   11 #undef ENABLE_NLS
   12 
   13 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
   14    CoreFoundation framework. */
   15 #undef HAVE_CFLOCALECOPYCURRENT
   16 
   17 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
   18    the CoreFoundation framework. */
   19 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
   20 
   21 /* Define if the GNU dcgettext() function is already present or preinstalled.
   22    */
   23 #undef HAVE_DCGETTEXT
   24 
   25 /* Define if the GNU gettext() function is already present or preinstalled. */
   26 #undef HAVE_GETTEXT
   27 
   28 /* Define if you have the iconv() function. */
   29 #undef HAVE_ICONV
   30 
   31 /* Define to 1 if you have the <inttypes.h> header file. */
   32 #undef HAVE_INTTYPES_H
   33 
   34 /* Define to 1 if you have the `ncurses' library (-lncurses). */
   35 #undef HAVE_LIBNCURSES
   36 
   37 /* Define to 1 if you have the `readline' library (-lreadline). */
   38 #undef HAVE_LIBREADLINE
   39 
   40 /* Define to 1 if you have the <malloc.h> header file. */
   41 #undef HAVE_MALLOC_H
   42 
   43 /* Define to 1 if you have the <memory.h> header file. */
   44 #undef HAVE_MEMORY_H
   45 
   46 /* Define to 1 if you have the <stdint.h> header file. */
   47 #undef HAVE_STDINT_H
   48 
   49 /* Define to 1 if you have the <stdlib.h> header file. */
   50 #undef HAVE_STDLIB_H
   51 
   52 /* Define to 1 if you have the `strdup' function. */
   53 #undef HAVE_STRDUP
   54 
   55 /* Define to 1 if you have the <strings.h> header file. */
   56 #undef HAVE_STRINGS_H
   57 
   58 /* Define to 1 if you have the <string.h> header file. */
   59 #undef HAVE_STRING_H
   60 
   61 /* Define to 1 if you have the `strstr' function. */
   62 #undef HAVE_STRSTR
   63 
   64 /* Define to 1 if you have the <sys/stat.h> header file. */
   65 #undef HAVE_SYS_STAT_H
   66 
   67 /* Define to 1 if you have the <sys/types.h> header file. */
   68 #undef HAVE_SYS_TYPES_H
   69 
   70 /* Define to 1 if you have the <unistd.h> header file. */
   71 #undef HAVE_UNISTD_H
   72 
   73 /* Name of package */
   74 #undef PACKAGE
   75 
   76 /* Define to the address where bug reports for this package should be sent. */
   77 #undef PACKAGE_BUGREPORT
   78 
   79 /* Define to the full name of this package. */
   80 #undef PACKAGE_NAME
   81 
   82 /* Define to the full name and version of this package. */
   83 #undef PACKAGE_STRING
   84 
   85 /* Define to the one symbol short name of this package. */
   86 #undef PACKAGE_TARNAME
   87 
   88 /* Define to the version of this package. */
   89 #undef PACKAGE_VERSION
   90 
   91 /* Define as the return type of signal handlers (`int' or `void'). */
   92 #undef RETSIGTYPE
   93 
   94 /* Define to 1 if you have the ANSI C header files. */
   95 #undef STDC_HEADERS
   96 
   97 /* Define if you have the CURL library */
   98 #undef USE_CURL
   99 
  100 /* Define if you don't have the CURL library */
  101 #undef USE_DUMMY
  102 
  103 /* Version number of package */
  104 #undef VERSION
  105 
  106 /* Define if using the dmalloc debugging malloc package */
  107 #undef WITH_DMALLOC
  108 
  109 /* Define to empty if `const' does not conform to ANSI C. */
  110 #undef const
  111 
  112 /* Define to `unsigned int' if <sys/types.h> does not define. */
  113 #undef size_t