1 /*
2  * acconfig.h:
3  * $Id: acconfig.h,v 1.16 2001/11/06 00:08:51 rlk Exp $
4  * Extra definitions for autoheader
5  * Copyright (C) 2000  Roger Leigh
6  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation; either version 2 of the License, or
10  * (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program; if not, write to the Free Software
19  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20  *
21  *****************************************************************************/
22 
23 /* Package name*/
24 #undef PACKAGE
25 
26 /* Package version*/
27 #undef VERSION
28 
29 /* Define for use of ioctl(2) system call */
30 #undef USE_IOCTL
31 
32 /* Define if libreadline is present */
33 #undef HAVE_LIBREADLINE
34 
35 /* Define if xmalloc is present */
36 #undef HAVE_XMALLOC
37 
38 /* Definitions for GNU gettext (taken from gettext source and gettext.info */
39 
40 /* Define if you have obstacks.  */
41 #undef HAVE_OBSTACK
42 
43 /* Define if <stddef.h> defines ptrdiff_t.  */
44 #undef HAVE_PTRDIFF_T
45 
46 /* Define to 1 if NLS is requested.  */
47 #undef ENABLE_NLS
48 
49 /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
50 #undef HAVE_CATGETS
51 
52 /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
53 #undef HAVE_GETTEXT
54 
55 /* Define if your locale.h file contains LC_MESSAGES.  */
56 #undef HAVE_LC_MESSAGES
57 
58 /* Define if you have the parse_printf_format function.  */
59 #undef HAVE_PARSE_PRINTF_FORMAT
60 
61 /* Define as 1 if you have the stpcpy function.  */
62 #undef HAVE_STPCPY
63 
64 /* Define as 1 if you have the mempcpy function.  */
65 #undef HAVE_MEMPCPY
66 
67 /* Package locale directory */
68 #undef PACKAGE_LOCALE_DIR
69