PageRenderTime 52ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/anoopjohn-gphpedit-fe8a12c/src/config.h.in

#
Autoconf | 158 lines | 54 code | 51 blank | 53 comment | 37 complexity | ca490f32fa306c446d2b973cff1d94c9 MD5 | raw file
Possible License(s): GPL-3.0, CC-BY-3.0
  1. /* src/config.h.in. Generated from configure.ac by autoheader. */
  2. /* The directory in which gphpedit's api data will be stored */
  3. #undef API_DIR
  4. /* default font */
  5. #undef DEFAULT_FONT
  6. /* default font size */
  7. #undef DEFAULT_FONT_SIZE
  8. /* always defined to indicate that i18n is enabled */
  9. #undef ENABLE_NLS
  10. /* Gettext package */
  11. #undef GETTEXT_PACKAGE
  12. /* Define to 1 if you have the `bind_textdomain_codeset' function. */
  13. #undef HAVE_BIND_TEXTDOMAIN_CODESET
  14. /* Define to 1 if you have the `dcgettext' function. */
  15. #undef HAVE_DCGETTEXT
  16. /* Define to 1 if you have the <dlfcn.h> header file. */
  17. #undef HAVE_DLFCN_H
  18. /* Define to 1 if you have the <fcntl.h> header file. */
  19. #undef HAVE_FCNTL_H
  20. /* Define if the GNU gettext() function is already present or preinstalled. */
  21. #undef HAVE_GETTEXT
  22. /* Define to 1 if you have the <inttypes.h> header file. */
  23. #undef HAVE_INTTYPES_H
  24. /* Define to 1 if you have the `isascii' function. */
  25. #undef HAVE_ISASCII
  26. /* Define if your <locale.h> file defines LC_MESSAGES. */
  27. #undef HAVE_LC_MESSAGES
  28. /* Define to 1 if you have the <locale.h> header file. */
  29. #undef HAVE_LOCALE_H
  30. /* Define to 1 if you have the `mblen' function. */
  31. #undef HAVE_MBLEN
  32. /* Define to 1 if you have the `memmove' function. */
  33. #undef HAVE_MEMMOVE
  34. /* Define to 1 if you have the <memory.h> header file. */
  35. #undef HAVE_MEMORY_H
  36. /* Define to 1 if you have the `memset' function. */
  37. #undef HAVE_MEMSET
  38. /* Define to 1 if you have the `mkfifo' function. */
  39. #undef HAVE_MKFIFO
  40. /* Define to 1 if stdbool.h conforms to C99. */
  41. #undef HAVE_STDBOOL_H
  42. /* Define to 1 if you have the <stddef.h> header file. */
  43. #undef HAVE_STDDEF_H
  44. /* Define to 1 if you have the <stdint.h> header file. */
  45. #undef HAVE_STDINT_H
  46. /* Define to 1 if you have the <stdlib.h> header file. */
  47. #undef HAVE_STDLIB_H
  48. /* Define to 1 if you have the `strchr' function. */
  49. #undef HAVE_STRCHR
  50. /* Define to 1 if you have the <strings.h> header file. */
  51. #undef HAVE_STRINGS_H
  52. /* Define to 1 if you have the <string.h> header file. */
  53. #undef HAVE_STRING_H
  54. /* Define to 1 if you have the `strncasecmp' function. */
  55. #undef HAVE_STRNCASECMP
  56. /* Define to 1 if you have the `strrchr' function. */
  57. #undef HAVE_STRRCHR
  58. /* Define to 1 if you have the `strstr' function. */
  59. #undef HAVE_STRSTR
  60. /* Define to 1 if you have the `strtol' function. */
  61. #undef HAVE_STRTOL
  62. /* Define to 1 if you have the <sys/stat.h> header file. */
  63. #undef HAVE_SYS_STAT_H
  64. /* Define to 1 if you have the <sys/types.h> header file. */
  65. #undef HAVE_SYS_TYPES_H
  66. /* Define to 1 if you have the <unistd.h> header file. */
  67. #undef HAVE_UNISTD_H
  68. /* Define to 1 if the system has the type `_Bool'. */
  69. #undef HAVE__BOOL
  70. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  71. */
  72. #undef LT_OBJDIR
  73. /* Name of package */
  74. #undef PACKAGE
  75. /* Define to the address where bug reports for this package should be sent. */
  76. #undef PACKAGE_BUGREPORT
  77. /* The directory in which gphpedit's locale data will be stored */
  78. #undef PACKAGE_LOCALE_DIR
  79. /* Define to the full name of this package. */
  80. #undef PACKAGE_NAME
  81. /* Define to the full name and version of this package. */
  82. #undef PACKAGE_STRING
  83. /* Define to the one symbol short name of this package. */
  84. #undef PACKAGE_TARNAME
  85. /* Define to the home page for this package. */
  86. #undef PACKAGE_URL
  87. /* Define to the version of this package. */
  88. #undef PACKAGE_VERSION
  89. /* php-doc directory */
  90. #undef PHP_DOC_DIR
  91. /* Define to 1 if you have the ANSI C header files. */
  92. #undef STDC_HEADERS
  93. /* default tranlate url */
  94. #undef TRANSLATE_URL
  95. /* Version number of package */
  96. #undef VERSION
  97. /* Define to empty if `const' does not conform to ANSI C. */
  98. #undef const
  99. /* Define to `__inline__' or `__inline' if that's what the C compiler
  100. calls it, or to nothing if 'inline' is not supported under any name. */
  101. #ifndef __cplusplus
  102. #undef inline
  103. #endif
  104. /* Define to `int' if <sys/types.h> does not define. */
  105. #undef pid_t
  106. /* Define to `unsigned int' if <sys/types.h> does not define. */
  107. #undef size_t