File:  [ELWIX - Embedded LightWeight unIX -] / suX / inc / Attic / config.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri May 20 16:02:05 2011 UTC (13 years, 1 month ago) by misho
Branches: misho
CVS tags: sux2_0, start
suX WWW wrapper suexec helper project

/* inc/config.h.  Generated from config.h.in by configure.  */
/* inc/config.h.in.  Generated from configure.in by autoheader.  */

/* Define to 1 if you have the `endgrent' function. */
#define HAVE_ENDGRENT 1

/* Define to 1 if you have the `endpwent' function. */
#define HAVE_ENDPWENT 1

/* Define to 1 if you have the `getcwd' function. */
#define HAVE_GETCWD 1

/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1

/* Define to 1 if you have the `aitcfg' library (-laitcfg). */
#define HAVE_LIBAITCFG 1

/* Define to 1 if you have the `aitio' library (-laitio). */
#define HAVE_LIBAITIO 1

/* Define to 1 if you have the `util' library (-lutil). */
#define HAVE_LIBUTIL 1

/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1

/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1

/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1

/* Define to 1 if you have the `strcasecmp' function. */
#define HAVE_STRCASECMP 1

/* Define to 1 if you have the `strerror' function. */
#define HAVE_STRERROR 1

/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1

/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1

/* Define to 1 if you have the `strrchr' function. */
#define HAVE_STRRCHR 1

/* Define to 1 if you have the `strtol' function. */
#define HAVE_STRTOL 1

/* Define to 1 if you have the <syslog.h> header file. */
#define HAVE_SYSLOG_H 1

/* Define to 1 if you have the <sys/param.h> header file. */
#define HAVE_SYS_PARAM_H 1

/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1

/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1

/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1

/* Turn off debug asserts */
#define NDEBUG /**/

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "misho@aitnet.org"

/* Define to the full name of this package. */
#define PACKAGE_NAME "suX"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "suX 2.0"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "sux"

/* Define to the home page for this package. */
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "2.0"

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

/* Build libraries with debug information and additional messages */
/* #undef __DEBUG */

/* Define to `__inline__' or `__inline' if that's what the C compiler
   calls it, or to nothing if 'inline' is not supported under any name.  */
#ifndef __cplusplus
/* #undef inline */
#endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>