"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "mpdist-3.7.1/config.h.in" of archive mpdist-3.7.1.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 /* config.h.in.  Generated from configure.in by autoheader.  */
    2 
    3 /* Support BSD style printing. */
    4 #undef BSD_PRINT
    5 
    6 /* Number of gecos fields used. */
    7 #undef GECOSFIELDSVAL
    8 
    9 /* Length of gecos field used. */
   10 #undef GECOSLENGTHVAL
   11 
   12 /* Define to 1 if you have the <dlfcn.h> header file. */
   13 #undef HAVE_DLFCN_H
   14 
   15 /* Define to 1 if you have the <fcntl.h> header file. */
   16 #undef HAVE_FCNTL_H
   17 
   18 /* Define to 1 if you have the `getcwd' function. */
   19 #undef HAVE_GETCWD
   20 
   21 /* Define to 1 if you have the `getwd' function. */
   22 #undef HAVE_GETWD
   23 
   24 /* Define to 1 if you have the <inttypes.h> header file. */
   25 #undef HAVE_INTTYPES_H
   26 
   27 /* Define to 1 if you have the `intl' library (-lintl). */
   28 #undef HAVE_LIBINTL
   29 
   30 /* Define to 1 if you have the <memory.h> header file. */
   31 #undef HAVE_MEMORY_H
   32 
   33 /* Define to 1 if you have the `putenv' function. */
   34 #undef HAVE_PUTENV
   35 
   36 /* Define to 1 if you have the <stdint.h> header file. */
   37 #undef HAVE_STDINT_H
   38 
   39 /* Define to 1 if you have the <stdlib.h> header file. */
   40 #undef HAVE_STDLIB_H
   41 
   42 /* Define to 1 if you have the `strdup' function. */
   43 #undef HAVE_STRDUP
   44 
   45 /* Define to 1 if you have the <strings.h> header file. */
   46 #undef HAVE_STRINGS_H
   47 
   48 /* Define to 1 if you have the <string.h> header file. */
   49 #undef HAVE_STRING_H
   50 
   51 /* Define to 1 if you have the `strtol' function. */
   52 #undef HAVE_STRTOL
   53 
   54 /* Define to 1 if you have the <sys/file.h> header file. */
   55 #undef HAVE_SYS_FILE_H
   56 
   57 /* Define to 1 if you have the <sys/stat.h> header file. */
   58 #undef HAVE_SYS_STAT_H
   59 
   60 /* Define to 1 if you have the <sys/types.h> header file. */
   61 #undef HAVE_SYS_TYPES_H
   62 
   63 /* Define to 1 if you have the <unistd.h> header file. */
   64 #undef HAVE_UNISTD_H
   65 
   66 /* Enable MIME support in mp. */
   67 #undef MIME_SUPPORT
   68 
   69 /* Mp version info. */
   70 #undef MPDIST_VERSION
   71 
   72 /* Disable drag and drop in mptool. */
   73 #undef NO_DND
   74 
   75 /* Disable duplex printing. */
   76 #undef NO_DUPLEX
   77 
   78 /* Disable internationalization. */
   79 #undef NO_I18N
   80 
   81 /* Support old style command line options. */
   82 #undef OLD_OPTIONS
   83 
   84 /* Define to the address where bug reports for this package should be sent. */
   85 #undef PACKAGE_BUGREPORT
   86 
   87 /* Define to the full name of this package. */
   88 #undef PACKAGE_NAME
   89 
   90 /* Define to the full name and version of this package. */
   91 #undef PACKAGE_STRING
   92 
   93 /* Define to the one symbol short name of this package. */
   94 #undef PACKAGE_TARNAME
   95 
   96 /* Define to the version of this package. */
   97 #undef PACKAGE_VERSION
   98 
   99 /* Define to 1 if the C compiler supports function prototypes. */
  100 #undef PROTOTYPES
  101 
  102 /* Define to 1 if the `setvbuf' function takes the buffering type as its
  103    second argument and the buffer pointer as the third, as on System V before
  104    release 3. */
  105 #undef SETVBUF_REVERSED
  106 
  107 /* Define to 1 if you have the ANSI C header files. */
  108 #undef STDC_HEADERS
  109 
  110 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  111 #undef TM_IN_SYS_TIME
  112 
  113 /* Define to 1 if the X Window System is missing or not being used. */
  114 #undef X_DISPLAY_MISSING
  115 
  116 /* Define like PROTOTYPES; this can be used by system headers. */
  117 #undef __PROTOTYPES
  118 
  119 /* Define to empty if `const' does not conform to ANSI C. */
  120 #undef const