~naesten/tex-live/trunk

« back to all changes in this revision

Viewing changes to libs/poppler/config.h.in

  • Committer: karl
  • Date: 2018-01-09 18:53:05 UTC
  • Revision ID: svn-v4:c570f23f-e606-0410-a88d-b1316a301751:trunk/Build/source:46257
poppler 0.62.0, requiring C++11; luatex not updated yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/* Use zlib instead of builtin zlib decoder. */
4
4
#undef ENABLE_ZLIB
5
5
 
 
6
/* define if the compiler supports basic C++11 syntax */
 
7
#undef HAVE_CXX11
 
8
 
 
9
/* Do we have any DCT decoder?. */
 
10
#undef HAVE_DCT_DECODER
 
11
 
6
12
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
7
13
   */
8
14
#undef HAVE_DIRENT_H
22
28
/* Define to 1 if you have the <inttypes.h> header file. */
23
29
#undef HAVE_INTTYPES_H
24
30
 
 
31
/* Do we have any JPX decoder?. */
 
32
#undef HAVE_JPX_DECODER
 
33
 
 
34
/* Define to 1 if you have the `localtime_r' function. */
 
35
#undef HAVE_LOCALTIME_R
 
36
 
25
37
/* Define to 1 if you have the <memory.h> header file. */
26
38
#undef HAVE_MEMORY_H
27
39
 
49
61
/* Define to 1 if you have the <string.h> header file. */
50
62
#undef HAVE_STRING_H
51
63
 
 
64
/* Define to 1 if you have the `strtok_r' function. */
 
65
#undef HAVE_STRTOK_R
 
66
 
52
67
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
53
68
   */
54
69
#undef HAVE_SYS_DIR_H