1 /* regex-0.12/config.h.  Generated from reconfig.h.in by configure.  */
2 /*** reconfig.h ***************************************************************
3 **
4 ** This file is part of BibTool.
5 ** It is distributed under the GNU General Public License.
6 ** See the file COPYING for details.
7 **
8 ** (c) 1996-2019 Gerd Neugebauer
9 **
10 ** Net: gene@gerd-neugebauer.de
11 **
12 ** This program is free software; you can redistribute it and/or modify
13 ** it under the terms of the GNU General Public License as published by
14 ** the Free Software Foundation; either version 2, or (at your option)
15 ** any later version.
16 **
17 ** This program is distributed in the hope that it will be useful,
18 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 ** GNU General Public License for more details.
21 **
22 ** You should have received a copy of the GNU General Public License
23 ** along with this program; if not, write to the Free Software
24 ** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
25 **
26 ******************************************************************************/
27 
28 /*-----------------------------------------------------------------------------
29 **  Define if you have the <string.h> header file.
30 */
31 #define HAVE_STRING_H 1
32 
33 /* Define to 1 if you have the ANSI C header files. */
34 #define STDC_HEADERS 1
35 
36 /*-----------------------------------------------------------------------------
37 **  Define if you have alloca, as a function or macro.
38 */
39 #define HAVE_ALLOCA 1
40 #ifndef HAVE_ALLOCA
41 #define REGEX_MALLOC
42 #endif
43 
44 /*-----------------------------------------------------------------------------
45 **  Define if you have <alloca.h> and it should be used (not on Ultrix).
46 */
47 #define HAVE_ALLOCA_H 1
48 
49 /*-----------------------------------------------------------------------------
50 **  Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
51 **  This function is required for alloca.c support on those systems.
52 */
53 /* #undef CRAY_STACKSEG_END */
54 
55 /*-----------------------------------------------------------------------------
56 **  If using the C implementation of alloca, define if you know the
57    direction of stack growth for your system; otherwise it will be
58    automatically deduced at run-time.
59  STACK_DIRECTION > 0 => grows toward higher addresses
60  STACK_DIRECTION < 0 => grows toward lower addresses
61  STACK_DIRECTION = 0 => direction of growth unknown
62  */
63 /* #undef STACK_DIRECTION */
64