summaryrefslogtreecommitdiff
path: root/acconfig.h
blob: dbf0730766cb9faea2af226ae2f746880581a61a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
/*
 * acconfig.h:
 * $Id: acconfig.h,v 1.16 2001/11/06 00:08:51 rlk Exp $
 * Extra definitions for autoheader
 * Copyright (C) 2000  Roger Leigh
 *
 * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 *****************************************************************************/

/* Package name*/
#undef PACKAGE

/* Package version*/
#undef VERSION

/* Define for use of ioctl(2) system call */
#undef USE_IOCTL

/* Define if libreadline is present */
#undef HAVE_LIBREADLINE

/* Define if xmalloc is present */
#undef HAVE_XMALLOC

/* Definitions for GNU gettext (taken from gettext source and gettext.info */

/* Define if you have obstacks.  */
#undef HAVE_OBSTACK

/* Define if <stddef.h> defines ptrdiff_t.  */
#undef HAVE_PTRDIFF_T

/* Define to 1 if NLS is requested.  */
#undef ENABLE_NLS

/* Define as 1 if you have catgets and don't want to use GNU gettext.  */
#undef HAVE_CATGETS

/* Define as 1 if you have gettext and don't want to use GNU gettext.  */
#undef HAVE_GETTEXT

/* Define if your locale.h file contains LC_MESSAGES.  */
#undef HAVE_LC_MESSAGES

/* Define if you have the parse_printf_format function.  */
#undef HAVE_PARSE_PRINTF_FORMAT

/* Define as 1 if you have the stpcpy function.  */
#undef HAVE_STPCPY

/* Define as 1 if you have the mempcpy function.  */
#undef HAVE_MEMPCPY

/* Package locale directory */
#undef PACKAGE_LOCALE_DIR