From: Michael D. Lowis Date: Mon, 13 Mar 2017 13:58:06 +0000 (-0400) Subject: checked in generated config.h file X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=cc0d3318bae7221301d2ba672a92e3947c0ab76d;p=proto%2Frc.git checked in generated config.h file --- diff --git a/config.h b/config.h new file mode 100644 index 0000000..98230a1 --- /dev/null +++ b/config.h @@ -0,0 +1,195 @@ +/* config.h. Generated from config.h.in by configure. */ +/* config.h.in. Generated from configure.ac by autoheader. */ + +/* The default interpreter */ +#define DEFAULTINTERP "/bin/sh" + +/* The default path */ +#define DEFAULTPATH "/usr/local/bin","/usr/bin","/bin","." + +/* Define to the type of elements in the array set by `getgroups'. Usually + this is either `int' or `gid_t'. */ +#define GETGROUPS_T gid_t + +/* Define to 1 if your kernel understands `#!' magic numbers */ +#define HASH_BANG 1 + +/* Define to 1 if you have /dev/fd. */ +#define HAVE_DEV_FD 1 + +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#define HAVE_DIRENT_H 1 + +/* Define to 1 if you have the `mkfifo' function. */ +/* #undef HAVE_FIFO */ + +/* Define to 1 if you have the `getgroups' function. */ +#define HAVE_GETGROUPS 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_INTTYPES_H 1 + +/* Define to 1 if you have the `lstat' function. */ +#define HAVE_LSTAT 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_MEMORY_H 1 + +/* Define to 1 if you have the `mkfifo' function. */ +/* #undef HAVE_MKFIFO */ + +/* Define to 1 if you have the header file, and it defines `DIR'. */ +/* #undef HAVE_NDIR_H */ + +/* Define to 1 if you have the `getgroups' function with POSIX semantics. */ +#define HAVE_POSIX_GETGROUPS 1 + +/* Define to 1 if you have /proc/self/fd. */ +/* #undef HAVE_PROC_SELF_FD */ + +/* Define to 1 if you have the `quad_t' type. */ +/* #undef HAVE_QUAD_T */ + +/* Define to 1 if system calls automatically restart after interruption by a + signal. */ +/* #undef HAVE_RESTARTABLE_SYSCALLS */ + +/* Define to 1 if you have the `rlim_t' type. */ +#define HAVE_RLIM_T 1 + +/* Define to 1 if you have the `setpgrp' function. */ +#define HAVE_SETPGRP 1 + +/* Define to 1 if you have the `setrlimit' function. */ +#define HAVE_SETRLIMIT 1 + +/* Define to 1 if you have the `sigaction' function. */ +#define HAVE_SIGACTION 1 + +/* Define to 1 if you have the `sigsetjmp' function or macro. */ +#define HAVE_SIGSETJMP 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STDINT_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STDLIB_H 1 + +/* Define to 1 if you have the `strerror' function or macro. */ +#define HAVE_STRERROR 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STRINGS_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STRING_H 1 + +/* Has SysV SIGCLD */ +#define HAVE_SYSV_SIGCLD 1 + +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +/* #undef HAVE_SYS_DIR_H */ + +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +/* #undef HAVE_SYS_NDIR_H */ + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_RESOURCE_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_STAT_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_TIME_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_TYPES_H 1 + +/* Define to 1 if you have that is POSIX.1 compatible. */ +#define HAVE_SYS_WAIT_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_UNISTD_H 1 + +/* Name of package */ +#define PACKAGE "rc" + +/* Define to the address where bug reports for this package should be sent. */ +#define PACKAGE_BUGREPORT "" + +/* Define to the full name of this package. */ +#define PACKAGE_NAME "rc" + +/* Define to the full name and version of this package. */ +#define PACKAGE_STRING "rc 1.7.4" + +/* Define to the one symbol short name of this package. */ +#define PACKAGE_TARNAME "rc" + +/* Define to the home page for this package. */ +#define PACKAGE_URL "" + +/* Define to the version of this package. */ +#define PACKAGE_VERSION "1.7.4" + +/* Define to 1 to encode exported environment names. */ +#define PROTECT_ENV 1 + +/* Define to 1 to use addon functions. */ +/* #undef RC_ADDON */ + +/* Define to 1 to include `echo' as a builtin. */ +#define RC_ECHO 1 + +/* Define to 1 to use job-control-style backgrounding. */ +#define RC_JOB 1 + +/* Release date */ +#define RELDATE "2017-03-13" + +/* Define to 1 if `_KERNEL' must be defined for `RLIMIT_*' macros. */ +/* #undef RLIMIT_NEEDS_KERNEL */ + +/* Define to 1 if `rlim_t' is `quad_t'. */ +/* #undef RLIM_T_IS_QUAD_T */ + +/* Define to 1 if the `setpgrp' function takes no argument. */ +#define SETPGRP_VOID 1 + +/* Define to 1 if you have the ANSI C header files. */ +#define STDC_HEADERS 1 + +/* Version number of package */ +#define VERSION "1.7.4" + +/* Enable large inode numbers on Mac OS X 10.5. */ +#ifndef _DARWIN_USE_64_BIT_INODE +# define _DARWIN_USE_64_BIT_INODE 1 +#endif + +/* Number of bits in a file offset, on hosts where this is settable. */ +/* #undef _FILE_OFFSET_BITS */ + +/* Define for large files, on AIX-style hosts. */ +/* #undef _LARGE_FILES */ + +/* Define to `int' if doesn't define. */ +/* #undef gid_t */ + +/* Define to `int' if does not define. */ +/* #undef pid_t */ + +/* Define to 1 if you have the `sig_atomic_t' type. */ +/* #undef sig_atomic_t */ + +/* Define to `unsigned int' if does not define. */ +/* #undef size_t */ + +/* Define to `long' if does not define. */ +/* #undef ssize_t */ + +/* Define to `int' if doesn't define. */ +/* #undef uid_t */