~ubuntu-branches/ubuntu/utopic/texlive-bin/utopic

« back to all changes in this revision

Viewing changes to utils/mtx/mtx-0.60d/config.h.in

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-05-07 10:47:49 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20120507104749-p00ot5sajjbkp1hp
Tags: 2011.20120507-1
* new upstream checkout: uptex 1.10
* drop patches for config file inclusion in (x)dvipdfmx, included upstream
* add man page for etex
* include pmpost patches and build it
* adapt/unfuzzify patches for current sources
* disable mtx building, we have prepmx package in Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* Define to 1 if you have the <inttypes.h> header file. */
 
4
#undef HAVE_INTTYPES_H
 
5
 
 
6
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
 
7
   to 0 otherwise. */
 
8
#undef HAVE_MALLOC
 
9
 
 
10
/* Define to 1 if you have the `memchr' function. */
 
11
#undef HAVE_MEMCHR
 
12
 
 
13
/* Define to 1 if you have the `memmove' function. */
 
14
#undef HAVE_MEMMOVE
 
15
 
 
16
/* Define to 1 if you have the <memory.h> header file. */
 
17
#undef HAVE_MEMORY_H
 
18
 
 
19
/* Define to 1 if you have the `memset' function. */
 
20
#undef HAVE_MEMSET
 
21
 
 
22
/* Define to 1 if stdbool.h conforms to C99. */
 
23
#undef HAVE_STDBOOL_H
 
24
 
 
25
/* Define to 1 if you have the <stddef.h> header file. */
 
26
#undef HAVE_STDDEF_H
 
27
 
 
28
/* Define to 1 if you have the <stdint.h> header file. */
 
29
#undef HAVE_STDINT_H
 
30
 
 
31
/* Define to 1 if you have the <stdlib.h> header file. */
 
32
#undef HAVE_STDLIB_H
 
33
 
 
34
/* Define to 1 if you have the `strchr' function. */
 
35
#undef HAVE_STRCHR
 
36
 
 
37
/* Define to 1 if you have the <strings.h> header file. */
 
38
#undef HAVE_STRINGS_H
 
39
 
 
40
/* Define to 1 if you have the <string.h> header file. */
 
41
#undef HAVE_STRING_H
 
42
 
 
43
/* Define to 1 if you have the `strrchr' function. */
 
44
#undef HAVE_STRRCHR
 
45
 
 
46
/* Define to 1 if you have the `strtol' function. */
 
47
#undef HAVE_STRTOL
 
48
 
 
49
/* Define to 1 if you have the <sys/stat.h> header file. */
 
50
#undef HAVE_SYS_STAT_H
 
51
 
 
52
/* Define to 1 if you have the <sys/types.h> header file. */
 
53
#undef HAVE_SYS_TYPES_H
 
54
 
 
55
/* Define to 1 if you have the <unistd.h> header file. */
 
56
#undef HAVE_UNISTD_H
 
57
 
 
58
/* Define to 1 if the system has the type `_Bool'. */
 
59
#undef HAVE__BOOL
 
60
 
 
61
/* Name of package */
 
62
#undef PACKAGE
 
63
 
 
64
/* Define to the address where bug reports for this package should be sent. */
 
65
#undef PACKAGE_BUGREPORT
 
66
 
 
67
/* Define to the full name of this package. */
 
68
#undef PACKAGE_NAME
 
69
 
 
70
/* Define to the full name and version of this package. */
 
71
#undef PACKAGE_STRING
 
72
 
 
73
/* Define to the one symbol short name of this package. */
 
74
#undef PACKAGE_TARNAME
 
75
 
 
76
/* Define to the version of this package. */
 
77
#undef PACKAGE_VERSION
 
78
 
 
79
/* Define to 1 if you have the ANSI C header files. */
 
80
#undef STDC_HEADERS
 
81
 
 
82
/* Version number of package */
 
83
#undef VERSION
 
84
 
 
85
/* Define to rpl_malloc if the replacement function should be used. */
 
86
#undef malloc
 
87
 
 
88
/* Define to `unsigned int' if <sys/types.h> does not define. */
 
89
#undef size_t