phpconfig.h 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /*
  2. * Copyright 2005 - 2016 Zarafa and its licensors
  3. *
  4. * This program is free software: you can redistribute it and/or modify
  5. * it under the terms of the GNU Affero General Public License, version 3,
  6. * as published by the Free Software Foundation.
  7. *
  8. * This program is distributed in the hope that it will be useful,
  9. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. * GNU Affero General Public License for more details.
  12. *
  13. * You should have received a copy of the GNU Affero General Public License
  14. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  15. *
  16. */
  17. /* config.h. Generated by configure. */
  18. /* config.h.in. Generated from configure.in by autoheader. */
  19. /* Whether to build mapi as dynamic module */
  20. #define COMPILE_DL_MAPI 1
  21. /* Define to 1 if you have the <dlfcn.h> header file. */
  22. # define HAVE_DLFCN_H 1
  23. /* Use pthreads thread library */
  24. #define PTHREAD 1
  25. /* Define to 1 if you have the <inttypes.h> header file. */
  26. #define HAVE_INTTYPES_H 1
  27. /* Define to 1 if you have the <memory.h> header file. */
  28. #define HAVE_MEMORY_H 1
  29. /* Define to 1 if you have the <stdint.h> header file. */
  30. #define HAVE_STDINT_H 1
  31. /* Define to 1 if you have the <stdlib.h> header file. */
  32. #define HAVE_STDLIB_H 1
  33. /* Define to 1 if you have the <strings.h> header file. */
  34. #define HAVE_STRINGS_H 1
  35. /* Define to 1 if you have the <string.h> header file. */
  36. #define HAVE_STRING_H 1
  37. /* Define to 1 if you have the <sys/stat.h> header file. */
  38. #define HAVE_SYS_STAT_H 1
  39. /* Define to 1 if you have the <sys/types.h> header file. */
  40. #define HAVE_SYS_TYPES_H 1
  41. /* Define to 1 if you have the <unistd.h> header file. */
  42. #define HAVE_UNISTD_H 1
  43. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  44. /* #undef NO_MINUS_C_MINUS_O */
  45. /* Define to 1 if you have the ANSI C header files. */
  46. #define STDC_HEADERS 1
  47. /* Define to 1 if you have strtok_r in <string.h>. */
  48. #define HAVE_STRTOK_R 1