1c19de146Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 2c19de146Smrg 39ef7378bSmrg/* Define to 1 if you have the <inttypes.h> header file. */ 49ef7378bSmrg#undef HAVE_INTTYPES_H 59ef7378bSmrg 6c918a7e2Smrg/* Define to 1 if you have the <paths.h> header file. */ 7c918a7e2Smrg#undef HAVE_PATHS_H 8c918a7e2Smrg 99ef7378bSmrg/* Define to 1 if you have the <stdint.h> header file. */ 109ef7378bSmrg#undef HAVE_STDINT_H 119ef7378bSmrg 123b83913fSmrg/* Define to 1 if you have the <stdio.h> header file. */ 133b83913fSmrg#undef HAVE_STDIO_H 143b83913fSmrg 159ef7378bSmrg/* Define to 1 if you have the <stdlib.h> header file. */ 169ef7378bSmrg#undef HAVE_STDLIB_H 179ef7378bSmrg 189ef7378bSmrg/* Define to 1 if you have the <strings.h> header file. */ 199ef7378bSmrg#undef HAVE_STRINGS_H 209ef7378bSmrg 219ef7378bSmrg/* Define to 1 if you have the <string.h> header file. */ 229ef7378bSmrg#undef HAVE_STRING_H 239ef7378bSmrg 249ef7378bSmrg/* Define to 1 if you have the <sys/stat.h> header file. */ 259ef7378bSmrg#undef HAVE_SYS_STAT_H 269ef7378bSmrg 279ef7378bSmrg/* Define to 1 if you have the <sys/types.h> header file. */ 289ef7378bSmrg#undef HAVE_SYS_TYPES_H 299ef7378bSmrg 309ef7378bSmrg/* Define to 1 if you have the <unistd.h> header file. */ 319ef7378bSmrg#undef HAVE_UNISTD_H 329ef7378bSmrg 33c918a7e2Smrg/* Directory containing user mailboxes */ 34c918a7e2Smrg#undef MAILBOX_DIRECTORY 35c918a7e2Smrg 36c19de146Smrg/* Name of package */ 37c19de146Smrg#undef PACKAGE 38c19de146Smrg 39c19de146Smrg/* Define to the address where bug reports for this package should be sent. */ 40c19de146Smrg#undef PACKAGE_BUGREPORT 41c19de146Smrg 42c19de146Smrg/* Define to the full name of this package. */ 43c19de146Smrg#undef PACKAGE_NAME 44c19de146Smrg 45c19de146Smrg/* Define to the full name and version of this package. */ 46c19de146Smrg#undef PACKAGE_STRING 47c19de146Smrg 48c19de146Smrg/* Define to the one symbol short name of this package. */ 49c19de146Smrg#undef PACKAGE_TARNAME 50c19de146Smrg 519ef7378bSmrg/* Define to the home page for this package. */ 529ef7378bSmrg#undef PACKAGE_URL 539ef7378bSmrg 54c19de146Smrg/* Define to the version of this package. */ 55c19de146Smrg#undef PACKAGE_VERSION 56c19de146Smrg 579ef7378bSmrg/* Major version of this package */ 589ef7378bSmrg#undef PACKAGE_VERSION_MAJOR 599ef7378bSmrg 609ef7378bSmrg/* Minor version of this package */ 619ef7378bSmrg#undef PACKAGE_VERSION_MINOR 629ef7378bSmrg 639ef7378bSmrg/* Patch version of this package */ 649ef7378bSmrg#undef PACKAGE_VERSION_PATCHLEVEL 659ef7378bSmrg 663b83913fSmrg/* Define to 1 if all of the C89 standard headers exist (not just the ones 673b83913fSmrg required in a freestanding environment). This macro is provided for 683b83913fSmrg backward compatibility; new code need not use it. */ 699ef7378bSmrg#undef STDC_HEADERS 709ef7378bSmrg 71c19de146Smrg/* Version number of package */ 72c19de146Smrg#undef VERSION 733b83913fSmrg 743b83913fSmrg/* Number of bits in a file offset, on hosts where this is settable. */ 753b83913fSmrg#undef _FILE_OFFSET_BITS 763b83913fSmrg 773b83913fSmrg/* Define to 1 on platforms where this makes off_t a 64-bit type. */ 783b83913fSmrg#undef _LARGE_FILES 793b83913fSmrg 803b83913fSmrg/* Number of bits in time_t, on hosts where this is settable. */ 813b83913fSmrg#undef _TIME_BITS 823b83913fSmrg 833b83913fSmrg/* Define to 1 on platforms where this makes time_t a 64-bit type. */ 843b83913fSmrg#undef __MINGW_USE_VC2005_COMPAT 85