summaryrefslogtreecommitdiff
path: root/Build/source/texk/chktex/config.h.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-17 23:34:18 +0000
committerKarl Berry <karl@freefriends.org>2009-05-17 23:34:18 +0000
commit1c565efd4496b6da9fb0589797f8f922bfdf3cc0 (patch)
tree684027441f45ba0950bb1c70f35675dcdb167180 /Build/source/texk/chktex/config.h.in
parentb1da667f15d3c036a7d8d7e51d0da12750ed3b92 (diff)
finish removing chktex, which we never built for anything but Windows
git-svn-id: svn://tug.org/texlive/trunk@13197 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/chktex/config.h.in')
-rw-r--r--Build/source/texk/chktex/config.h.in127
1 files changed, 0 insertions, 127 deletions
diff --git a/Build/source/texk/chktex/config.h.in b/Build/source/texk/chktex/config.h.in
deleted file mode 100644
index fce5fcaa508..00000000000
--- a/Build/source/texk/chktex/config.h.in
+++ /dev/null
@@ -1,127 +0,0 @@
-/*
- * ChkTeX v1.5, configuration file.
- * Copyright (C) 1995-96 Jens T. Berger Thielemann
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * Contact the author at:
- * Jens Berger
- * Spektrumvn. 4
- * N-0666 Oslo
- * Norway
- * E-mail: <jensthi@ifi.uio.no>
- *
- *
- */
-
-/* Define to empty if the keyword does not work. */
-#undef const
-
-/* Define to `unsigned' if <sys/types.h> doesn't define. */
-#undef size_t
-
-/* Define if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
-/* Define as __inline if that's what the C compiler calls it. */
-#undef inline
-
-/* Define if you don't have vprintf but do have _doprnt. */
-#undef HAVE_DOPRNT
-
-/* Define if you have the vprintf function. */
-#undef HAVE_VPRINTF
-
-/* Define if you have the access function. */
-#undef HAVE_ACCESS
-
-/* Define if you have the closedir function. */
-#undef HAVE_CLOSEDIR
-
-/* Define if you have the fileno function. */
-#undef HAVE_FILENO
-
-/* Define if you have the isatty function. */
-#undef HAVE_ISATTY
-
-/* Define if you have the opendir function. */
-#undef HAVE_OPENDIR
-
-/* Define if you have the readdir function. */
-#undef HAVE_READDIR
-
-/* Define if you have the stat function. */
-#undef HAVE_STAT
-
-/* Define if you have the strcasecmp function. */
-#undef HAVE_STRCASECMP
-
-/* Define if you have the strdup function. */
-#undef HAVE_STRDUP
-
-/* Define if you have the strlwr function. */
-#undef HAVE_STRLWR
-
-/* Define if you have the strtol function. */
-#undef HAVE_STRTOL
-
-/* Define if you have the <dirent.h> header file. */
-#undef HAVE_DIRENT_H
-
-/* Define if you have the <sys/ndir.h> header file. */
-#undef HAVE_SYS_NDIR_H
-
-/* Define if you have the <sys/dir.h> header file. */
-#undef HAVE_SYS_DIR_H
-
-/* Define if you have the <ndir.h> header file. */
-#undef HAVE_NDIR_H
-
-/* Define if you have the <limits.h> header file. */
-#undef HAVE_LIMITS_H
-
-/* Define if you have the <stat.h> header file. */
-#undef HAVE_STAT_H
-
-/* Define if you have the <strings.h> header file. */
-#undef HAVE_STRINGS_H
-
-/* Define if you have the <stdarg.h> header file. */
-#undef HAVE_STDARG_H
-
-/* Define if you have the <sys/dir.h> header file. */
-#undef HAVE_SYS_DIR_H
-
-/* Define if you have the <sys/stat.h> header file. */
-#undef HAVE_SYS_STAT_H
-
-/* Define if you have the <termcap.h> header file. */
-#undef HAVE_TERMCAP_H
-
-/* Define if you have the <termlib.h> header file. */
-#undef HAVE_TERMLIB_H
-
-/* Define if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
-
-/* Define if you have the termcap library (-ltermcap). */
-#undef HAVE_LIBTERMCAP
-
-/* Define if you have the termlib library (-ltermlib). */
-#undef HAVE_LIBTERMLIB
-
-/* Define if you don't want runtime debugging compiled in */
-#undef STRIP_DEBUG
-