~ubuntu-branches/ubuntu/jaunty/luatex/jaunty

« back to all changes in this revision

Viewing changes to src/texk/kpathsea/acconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2007-09-24 12:56:11 UTC
  • Revision ID: james.westby@ubuntu.com-20070924125611-a8ge689azbptxvla
Tags: upstream-0.11.2
ImportĀ upstreamĀ versionĀ 0.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* acconfig.h -- used by autoheader when generating c-auto.in.
 
2
 
 
3
   If you're thinking of editing acconfig.h to fix a configuration
 
4
   problem, don't. Edit the c-auto.h file created by configure,
 
5
   instead.  Even better, fix configure to give the right answer.
 
6
 
 
7
   Copyright 1997-99, 2002, 2005 Olaf Weber.
 
8
   Copyright 1994-97 Karl Berry.
 
9
 
 
10
   This library is free software; you can redistribute it and/or
 
11
   modify it under the terms of the GNU Lesser General Public
 
12
   License as published by the Free Software Foundation; either
 
13
   version 2.1 of the License, or (at your option) any later version.
 
14
 
 
15
   This library is distributed in the hope that it will be useful,
 
16
   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
17
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
18
   Lesser General Public License for more details.
 
19
 
 
20
   You should have received a copy of the GNU Lesser General Public
 
21
   License along with this library; if not, write to the Free Software
 
22
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
23
 
 
24
*/
 
25
 
 
26
/* Guard against double inclusion. */
 
27
#ifndef KPATHSEA_C_AUTO_H
 
28
#define KPATHSEA_C_AUTO_H
 
29
 
 
30
/* kpathsea: the version string. */
 
31
#define KPSEVERSION "REPLACE-WITH-KPSEVERSION"
 
32
 
 
33
/* kpathsea/configure.in tests for these functions with
 
34
   kb_AC_KLIBTOOL_REPLACE_FUNCS, and naturally Autoheader doesn't know
 
35
   about that macro.  Since the shared library stuff is all preliminary
 
36
   anyway, I decided not to change Autoheader, but rather to hack them
 
37
   in here.  */
 
38
#undef HAVE_PUTENV
 
39
#undef HAVE_STRCASECMP
 
40
#undef HAVE_STRTOL
 
41
#undef HAVE_STRSTR
 
42
 
 
43
@TOP@
 
44
 
 
45
/* Define if your compiler understands prototypes.  */
 
46
#undef HAVE_PROTOTYPES
 
47
 
 
48
/* Define if getcwd if implemented using fork or vfork.  Let me know
 
49
   if you have to add this by hand because configure failed to detect
 
50
   it. */
 
51
#undef GETCWD_FORKS
 
52
 
 
53
/* Define if you are using GNU libc or otherwise have global variables
 
54
   `program_invocation_name' and `program_invocation_short_name'.  */
 
55
#undef HAVE_PROGRAM_INVOCATION_NAME
 
56
 
 
57
/* all: Define to enable running scripts when missing input files.  */
 
58
#define MAKE_TEX_MF_BY_DEFAULT 0
 
59
#define MAKE_TEX_PK_BY_DEFAULT 0
 
60
#define MAKE_TEX_TEX_BY_DEFAULT 0
 
61
#define MAKE_TEX_TFM_BY_DEFAULT 0
 
62
#define MAKE_TEX_FMT_BY_DEFAULT 0
 
63
#define MAKE_OMEGA_OFM_BY_DEFAULT 0
 
64
#define MAKE_OMEGA_OCP_BY_DEFAULT 0
 
65
 
 
66
@BOTTOM@
 
67
#endif /* !KPATHSEA_C_AUTO_H */