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

« back to all changes in this revision

Viewing changes to utils/chktex/chktex-1.6.4/config.h.in

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-04-10 10:16:01 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20120410101601-7mt8nyn280xrgza6
Tags: 2011.20120410-1
* new upstream checkout:
  - remove decls of popen and pclose (Closes: #64524) (!yow, 5 digit bug!)
  - do not declare getopt in C++, fixes FTBFS with g++ >= 4.7 
    (Closes: #667392)
* add patches (maybe to be included upstream) that allows inclusion of
  one config file in another for (x)dvipdfmx. This will be
  used by the paper code.
* fix description of libptexenc-dev package (Closes: #667694)
* remove xdvik patch, included upstream
* remove conflict with ptex-bin, we are building a transitional package now
* build with internal t1lib, as t1lib is going to disappear in
  wheezy (Closes: #667912) (no, dropping xdvi is not an option!)
  (add a lintian override otherwise this gives a lintian error)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.in.  Generated from configure.in by autoheader.  */
2
 
 
3
 
/* Define to 1 if you have the `access' function. */
4
 
#undef HAVE_ACCESS
5
 
 
6
 
/* Define to 1 if you have the `closedir' function. */
7
 
#undef HAVE_CLOSEDIR
8
 
 
9
 
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
10
 
   */
11
 
#undef HAVE_DIRENT_H
12
 
 
13
 
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
14
 
#undef HAVE_DOPRNT
15
 
 
16
 
/* Define to 1 if you have the `fileno' function. */
17
 
#undef HAVE_FILENO
18
 
 
19
 
/* Define to 1 if you have the <inttypes.h> header file. */
20
 
#undef HAVE_INTTYPES_H
21
 
 
22
 
/* Define to 1 if you have the `isatty' function. */
23
 
#undef HAVE_ISATTY
24
 
 
25
 
/* Define to 1 if you have the `termcap' library (-ltermcap). */
26
 
#undef HAVE_LIBTERMCAP
27
 
 
28
 
/* Define to 1 if you have the `termlib' library (-ltermlib). */
29
 
#undef HAVE_LIBTERMLIB
30
 
 
31
 
/* Define to 1 if you have the <limits.h> header file. */
32
 
#undef HAVE_LIMITS_H
33
 
 
34
 
/* Define to 1 if you have the <memory.h> header file. */
35
 
#undef HAVE_MEMORY_H
36
 
 
37
 
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
38
 
#undef HAVE_NDIR_H
39
 
 
40
 
/* Define to 1 if you have the `opendir' function. */
41
 
#undef HAVE_OPENDIR
42
 
 
43
 
/* Define to 1 if you have the `readdir' function. */
44
 
#undef HAVE_READDIR
45
 
 
46
 
/* Define to 1 if you have the `stat' function. */
47
 
#undef HAVE_STAT
48
 
 
49
 
/* Define to 1 if you have the <stat.h> header file. */
50
 
#undef HAVE_STAT_H
51
 
 
52
 
/* Define to 1 if you have the <stdarg.h> header file. */
53
 
#undef HAVE_STDARG_H
54
 
 
55
 
/* Define to 1 if you have the <stdint.h> header file. */
56
 
#undef HAVE_STDINT_H
57
 
 
58
 
/* Define to 1 if you have the <stdlib.h> header file. */
59
 
#undef HAVE_STDLIB_H
60
 
 
61
 
/* Define to 1 if you have the `strcasecmp' function. */
62
 
#undef HAVE_STRCASECMP
63
 
 
64
 
/* Define to 1 if you have the `strdup' function. */
65
 
#undef HAVE_STRDUP
66
 
 
67
 
/* Define to 1 if you have the <strings.h> header file. */
68
 
#undef HAVE_STRINGS_H
69
 
 
70
 
/* Define to 1 if you have the <string.h> header file. */
71
 
#undef HAVE_STRING_H
72
 
 
73
 
/* Define to 1 if you have the `strlwr' function. */
74
 
#undef HAVE_STRLWR
75
 
 
76
 
/* Define to 1 if you have the `strtol' function. */
77
 
#undef HAVE_STRTOL
78
 
 
79
 
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
80
 
   */
81
 
#undef HAVE_SYS_DIR_H
82
 
 
83
 
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
84
 
   */
85
 
#undef HAVE_SYS_NDIR_H
86
 
 
87
 
/* Define to 1 if you have the <sys/stat.h> header file. */
88
 
#undef HAVE_SYS_STAT_H
89
 
 
90
 
/* Define to 1 if you have the <sys/types.h> header file. */
91
 
#undef HAVE_SYS_TYPES_H
92
 
 
93
 
/* Define to 1 if you have the <termcap.h> header file. */
94
 
#undef HAVE_TERMCAP_H
95
 
 
96
 
/* Define to 1 if you have the <termlib.h> header file. */
97
 
#undef HAVE_TERMLIB_H
98
 
 
99
 
/* Define to 1 if you have the <unistd.h> header file. */
100
 
#undef HAVE_UNISTD_H
101
 
 
102
 
/* Define to 1 if you have the `vprintf' function. */
103
 
#undef HAVE_VPRINTF
104
 
 
105
 
/* Define to the address where bug reports for this package should be sent. */
106
 
#undef PACKAGE_BUGREPORT
107
 
 
108
 
/* Define to the full name of this package. */
109
 
#undef PACKAGE_NAME
110
 
 
111
 
/* Define to the full name and version of this package. */
112
 
#undef PACKAGE_STRING
113
 
 
114
 
/* Define to the one symbol short name of this package. */
115
 
#undef PACKAGE_TARNAME
116
 
 
117
 
/* Define to the version of this package. */
118
 
#undef PACKAGE_VERSION
119
 
 
120
 
/* Define to 1 if you have the ANSI C header files. */
121
 
#undef STDC_HEADERS
122
 
 
123
 
/* "Strip debug info" */
124
 
#undef STRIP_DEBUG
125
 
 
126
 
/* Define to empty if `const' does not conform to ANSI C. */
127
 
#undef const
128
 
 
129
 
/* Define to `__inline__' or `__inline' if that's what the C compiler
130
 
   calls it, or to nothing if 'inline' is not supported under any name.  */
131
 
#ifndef __cplusplus
132
 
#undef inline
133
 
#endif
134
 
 
135
 
/* Define to `unsigned int' if <sys/types.h> does not define. */
136
 
#undef size_t