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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282
|
/*
* cook - file construction tool
* Copyright (C) 1995, 1997, 2001 Peter Miller;
* All rights reserved.
*
* 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, USA.
*
* MANIFEST: template common/config.h file
*
* @configure_input@
*/
#ifndef COMMON_CONFIG_H
#define COMMON_CONFIG_H
/* common/config.h.in. Generated automatically from etc/configure.in by autoheader. */
/* Define if on AIX 3.
System headers sometimes define this.
We just want to avoid a redefinition error message. */
#ifndef _ALL_SOURCE
#undef _ALL_SOURCE
#endif
/* Define to empty if the keyword does not work. */
#undef const
/* Define if you support file names longer than 14 characters. */
#undef HAVE_LONG_FILE_NAMES
/* Define if on MINIX. */
#undef _MINIX
/* Define if the system does not provide POSIX.1 features except
with this defined. */
#undef _POSIX_1_SOURCE
/* Define if you need to in order for stat and other things to work. */
#undef _POSIX_SOURCE
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE
/* 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 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
/*
* Define this symbol of your system has <stdarg.h> AND it works.
*/
#undef HAVE_STDARG_H
/*
* Define this symbol of your system has iswprint() AND it works.
* (GNU libc v2 had a bug.)
*/
#undef HAVE_ISWPRINT
/*
* Define this symbol of your system has the wint_t type defined.
* It is usually in <stddef.h> or <wctype.h>
*/
#undef HAVE_WINT_T
/*
* Set this to a suitable argument for the getpgrp function to discover
* the process group of the current process.
*/
#define CONF_getpgrp_arg broken
/*
* Set this to be the absolute path of a Bourne shell
* which understands functions.
*/
#define CONF_SHELL "/bin/sh"
/*
* Set this to be the name of a BSD remote shell command (or equivalent).
*/
#define CONF_REMOTE_SHELL "rsh"
/*
* Define to the name of the SCCS `get' command.
* (Used only by make2cook)
*/
#undef SCCS_GET
/*
* define this symbol if your system as <sys/ioctl.h> AND it
* defines TIOCGWINSZ and struct winsize.
*/
#undef HAVE_winsize_SYS_IOCTL_H
/*
* define this symbol if your system as <termios.h> AND it
* defines TIOCGWINSZ and struct winsize.
*/
#undef HAVE_winsize_TERMIOS_H
/*
* Define this symbol if your system has
* the tm_zone field in the tm struct defined in <time.h>
*/
#undef HAVE_tm_zone
/* The number of bytes in a int. */
#undef SIZEOF_INT
/* The number of bytes in a long. */
#undef SIZEOF_LONG
/* The number of bytes in a short. */
#undef SIZEOF_SHORT
/* Define if you have the gethostname function. */
#undef HAVE_GETHOSTNAME
/* Define if you have the getpgrp function. */
#undef HAVE_GETPGRP
/* Define if you have the getrusage function. */
#undef HAVE_GETRUSAGE
/* Define if you have the gettext function. */
#undef HAVE_GETTEXT
/* Define if you have the iswctype function. */
#undef HAVE_ISWCTYPE
/* Define if you have the mblen function. */
#undef HAVE_MBLEN
/* Define if you have the pathconf function. */
#undef HAVE_PATHCONF
/* Define if you have the regcomp function. */
#undef HAVE_REGCOMP
/* Define if you have the setlocale function. */
#undef HAVE_SETLOCALE
/* Define if you have the strcasecmp function. */
#undef HAVE_STRCASECMP
/* Define if you have the strerror function. */
#undef HAVE_STRERROR
/* Define if you have the strftime function. */
#undef HAVE_STRFTIME
/* Define if you have the strsignal function. */
#undef HAVE_STRSIGNAL
/* Define if you have the strtol function. */
#undef HAVE_STRTOL
/* Define if you have the tcgetpgrp function. */
#undef HAVE_TCGETPGRP
/* Define if you have the uname function. */
#undef HAVE_UNAME
/* Define if you have the wait3 function. */
#undef HAVE_WAIT3
/* Define if you have the wait4 function. */
#undef HAVE_WAIT4
/* Define if you have the wcslen function. */
#undef HAVE_WCSLEN
/* Define if you have the <ar.h> header file. */
#undef HAVE_AR_H
/* Define if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define if you have the <iso646.h> header file. */
#undef HAVE_ISO646_H
/* Define if you have the <libgettext.h> header file. */
#undef HAVE_LIBGETTEXT_H
/* Define if you have the <libintl.h> header file. */
#undef HAVE_LIBINTL_H
/* Define if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
/* Define if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H
/* Define if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define if you have the <mntent.h> header file. */
#undef HAVE_MNTENT_H
/* Define if you have the <ndir.h> header file. */
#undef HAVE_NDIR_H
/* Define if you have the <regex.h> header file. */
#undef HAVE_REGEX_H
/* Define if you have the <rxposix.h> header file. */
#undef HAVE_RXPOSIX_H
/* Define if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H
/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define if you have the <sys/dir.h> header file. */
#undef HAVE_SYS_DIR_H
/* Define if you have the <sys/ndir.h> header file. */
#undef HAVE_SYS_NDIR_H
/* Define if you have the <sys/utsname.h> header file. */
#undef HAVE_SYS_UTSNAME_H
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if you have the <utime.h> header file. */
#undef HAVE_UTIME_H
/* Define if you have the <wchar.h> header file. */
#undef HAVE_WCHAR_H
/* Define if you have the <wctype.h> header file. */
#undef HAVE_WCTYPE_H
/* Define if you have the <widec.h> header file. */
#undef HAVE_WIDEC_H
/* Define if you have the intl library (-lintl). */
#undef HAVE_LIBINTL
/* Define if you have the rx library (-lrx). */
#undef HAVE_LIBRX
/* Define if you have the socket library (-lsocket). */
#undef HAVE_LIBSOCKET
/* Define if you have the w library (-lw). */
#undef HAVE_LIBW
/* Define if you have the w32 library (-lw32). */
#undef HAVE_LIBW32
/*
* There is more to do, but we need to insulate it from config.status,
* because it screws up the #undef lines. They are all implications of
* the above information, so there is no need for you to edit the file,
* if you are configuring Aegis manually.
*/
#include <config.messy.h>
#endif /* COMMON_CONFIG_H */
|