~registry/texmacs/trunk

« back to all changes in this revision

Viewing changes to src/src/System/config.h.cmake

  • Committer: mgubi
  • Date: 2009-06-04 15:13:41 UTC
  • Revision ID: svn-v4:64cb5145-927a-446d-8aed-2fb7b4773692:trunk:2717
Support for X11 TeXmacs.app on Mac

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* src/System/config.h.cmake */
 
2
 
 
3
/* Enable experimental Cocoa port */
 
4
#cmakedefine AQUATEXMACS
 
5
 
 
6
/* Defined if ...-style argument passing works */
 
7
#cmakedefine DOTS_OK 1
 
8
 
 
9
/* Dynamic linking works */
 
10
#cmakedefine DYNAMIC_LINKING 1
 
11
 
 
12
/* Enable experimental style rewriting code */
 
13
#cmakedefine EXPERIMENTAL 1
 
14
 
 
15
/* Define to 1 if you have the `dlopen' function. */
 
16
#cmakedefine HAVE_DLOPEN 1
 
17
 
 
18
/* Define to 1 if the system has the type `FILE'. */
 
19
#cmakedefine HAVE_FILE 1
 
20
 
 
21
/* Define to 1 if you have the `gettimeofday' function. */
 
22
#cmakedefine HAVE_GETTIMEOFDAY 1
 
23
 
 
24
/* Define to 1 if the system has the type `intptr_t'. */
 
25
#cmakedefine HAVE_INTPTR_T 1
 
26
 
 
27
/* Define to 1 if you have the <inttypes.h> header file. */
 
28
#cmakedefine HAVE_INTTYPES_H 1
 
29
 
 
30
/* Define to 1 if you have the `dl' library (-ldl). */
 
31
#cmakedefine HAVE_LIBDL 1
 
32
 
 
33
/* Define to 1 if you have the `dld' library (-ldld). */
 
34
#cmakedefine HAVE_LIBDLD 1
 
35
 
 
36
/* Define to 1 if you have the <memory.h> header file. */
 
37
#cmakedefine HAVE_MEMORY_H 1
 
38
 
 
39
/* Define to 1 if you have the <pty.h> header file. */
 
40
#cmakedefine HAVE_PTY_H 1
 
41
 
 
42
/* Define to 1 if you have the `shl_load' function. */
 
43
#cmakedefine HAVE_SHL_LOAD 1
 
44
 
 
45
/* Define to 1 if you have the <stdint.h> header file. */
 
46
#cmakedefine HAVE_STDINT_H 1
 
47
 
 
48
/* Define to 1 if you have the <stdlib.h> header file. */
 
49
#cmakedefine HAVE_STDLIB_H 1
 
50
 
 
51
/* Define to 1 if you have the <strings.h> header file. */
 
52
#cmakedefine HAVE_STRINGS_H 1
 
53
 
 
54
/* Define to 1 if you have the <string.h> header file. */
 
55
#cmakedefine HAVE_STRING_H 1
 
56
 
 
57
/* Define to 1 if you have the <sys/stat.h> header file. */
 
58
#cmakedefine HAVE_SYS_STAT_H 1
 
59
 
 
60
/* Define to 1 if you have the <sys/types.h> header file. */
 
61
#cmakedefine HAVE_SYS_TYPES_H 1
 
62
 
 
63
/* Define to 1 if the system has the type `time_t'. */
 
64
#cmakedefine HAVE_TIME_T 1
 
65
 
 
66
/* Define to 1 if you have the <unistd.h> header file. */
 
67
#cmakedefine HAVE_UNISTD_H 1
 
68
 
 
69
/* Define to 1 if you have the <util.h> header file. */
 
70
#cmakedefine HAVE_UTIL_H 1
 
71
 
 
72
/* Link axel library with TeXmacs */
 
73
#cmakedefine LINKED_AXEL 1
 
74
 
 
75
/* Link cairo library with TeXmacs */
 
76
#cmakedefine LINKED_CAIRO 1
 
77
 
 
78
/* Link freetype library with TeXmacs */
 
79
#cmakedefine LINKED_FREETYPE 1
 
80
 
 
81
/* Link imlib2 library with TeXmacs */
 
82
#cmakedefine LINKED_IMLIB2 1
 
83
 
 
84
/* Disable fast memory allocator */
 
85
#cmakedefine NO_FAST_ALLOC 1
 
86
 
 
87
/* Define to the address where bug reports for this package should be sent. */
 
88
#cmakedefine PACKAGE_BUGREPORT 1
 
89
 
 
90
/* Define to the full name of this package. */
 
91
#cmakedefine PACKAGE_NAME 1
 
92
 
 
93
/* Define to the full name and version of this package. */
 
94
#cmakedefine PACKAGE_STRING 1
 
95
 
 
96
/* Define to the one symbol short name of this package. */
 
97
#cmakedefine PACKAGE_TARNAME 1
 
98
 
 
99
/* Define to the version of this package. */
 
100
#cmakedefine PACKAGE_VERSION 1
 
101
 
 
102
/* Enable experimental Qt port */
 
103
#cmakedefine QTTEXMACS 1
 
104
 
 
105
/* Define to 1 if you have the ANSI C header files. */
 
106
#cmakedefine STDC_HEADERS 1
 
107
 
 
108
/* Use axel library */
 
109
#cmakedefine USE_AXEL 1
 
110
 
 
111
/* Use cairo library */
 
112
#cmakedefine USE_CAIRO 1
 
113
 
 
114
/* Use freetype library */
 
115
#cmakedefine USE_FREETYPE 1
 
116
 
 
117
/* Use iconv library */
 
118
#cmakedefine USE_ICONV 1
 
119
 
 
120
/* Use imlib2 library */
 
121
#cmakedefine USE_IMLIB2 1
 
122
 
 
123
/* Define to 1 if the X Window System is missing or not being used. */
 
124
#cmakedefine X_DISPLAY_MISSING 1
 
125
 
 
126
/* Guile string size type */
 
127
#define guile_str_size_t @guile_str_size_t@