diff options
author | Steve Bennett <steveb@workware.net.au> | 2013-12-12 09:10:32 +1000 |
---|---|---|
committer | Steve Bennett <steveb@workware.net.au> | 2013-12-21 01:14:20 +1000 |
commit | cee11498057b7aa8045a50967c54e010e9a97cfe (patch) | |
tree | 28f31d143bf0856d9b3693560e567ef2da596203 | |
parent | 348cf1a55c8ed2442d58ec29034966ba1d05980e (diff) | |
download | jimtcl-cee11498057b7aa8045a50967c54e010e9a97cfe.zip jimtcl-cee11498057b7aa8045a50967c54e010e9a97cfe.tar.gz jimtcl-cee11498057b7aa8045a50967c54e010e9a97cfe.tar.bz2 |
jimautoconf.h.in should have gone long ago
Signed-off-by: Steve Bennett <steveb@workware.net.au>
-rw-r--r-- | jimautoconf.h.in | 145 |
1 files changed, 0 insertions, 145 deletions
diff --git a/jimautoconf.h.in b/jimautoconf.h.in deleted file mode 100644 index f4eb0e5..0000000 --- a/jimautoconf.h.in +++ /dev/null @@ -1,145 +0,0 @@ -/* jimautoconf.h.in. Generated from configure.ac by autoheader. */ - -/* Define to 1 if you have the `backtrace' function. */ -#undef HAVE_BACKTRACE - -/* Define to 1 if you have the <dlfcn.h> header file. */ -#undef HAVE_DLFCN_H - -/* Have the dlopen function */ -#undef HAVE_DLOPEN - -/* Define to 1 if you have the `fork' function. */ -#undef HAVE_FORK - -/* Define to 1 if you have the `getaddrinfo' function. */ -#undef HAVE_GETADDRINFO - -/* Define to 1 if you have the `geteuid' function. */ -#undef HAVE_GETEUID - -/* Define to 1 if you have the `inet_ntop' function. */ -#undef HAVE_INET_NTOP - -/* Define to 1 if you have the <inttypes.h> header file. */ -#undef HAVE_INTTYPES_H - -/* Define to 1 if the system has the type `long long'. */ -#undef HAVE_LONG_LONG - -/* Define to 1 if you have the `lstat' function. */ -#undef HAVE_LSTAT - -/* Define to 1 if you have the <memory.h> header file. */ -#undef HAVE_MEMORY_H - -/* Define to 1 if you have the `mkstemp' function. */ -#undef HAVE_MKSTEMP - -/* Define to 1 if you have the `opendir' function. */ -#undef HAVE_OPENDIR - -/* Define to 1 if you have the `pipe' function. */ -#undef HAVE_PIPE - -/* Have libreadline */ -#undef HAVE_READLINE - -/* Define to 1 if you have the `readlink' function. */ -#undef HAVE_READLINK - -/* Define to 1 if you have the `realpath' function. */ -#undef HAVE_REALPATH - -/* Define to 1 if you have the `regcomp' function. */ -#undef HAVE_REGCOMP - -/* Define to 1 if you have the `sigaction' function. */ -#undef HAVE_SIGACTION - -/* Define to 1 if you have the `sleep' function. */ -#undef HAVE_SLEEP - -/* Have libsqlite */ -#undef HAVE_SQLITE - -/* Have libsqlite3 */ -#undef HAVE_SQLITE3 - -/* Define to 1 if you have the <stdint.h> header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the <stdlib.h> header file. */ -#undef HAVE_STDLIB_H - -/* Define to 1 if you have the <strings.h> header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the <string.h> header file. */ -#undef HAVE_STRING_H - -/* Define to 1 if you have the `strptime' function. */ -#undef HAVE_STRPTIME - -/* Define to 1 if you have the `sysinfo' function. */ -#undef HAVE_SYSINFO - -/* Define to 1 if you have the `syslog' function. */ -#undef HAVE_SYSLOG - -/* Define to 1 if you have the `sys_siglist' function. */ -#undef HAVE_SYS_SIGLIST - -/* Define to 1 if you have the `sys_signame' function. */ -#undef HAVE_SYS_SIGNAME - -/* Define to 1 if you have the <sys/stat.h> header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the <sys/types.h> header file. */ -#undef HAVE_SYS_TYPES_H - -/* Define to 1 if you have the <sys/un.h> header file. */ -#undef HAVE_SYS_UN_H - -/* Define to 1 if you have the <termios.h> header file. */ -#undef HAVE_TERMIOS_H - -/* Define to 1 if you have the `ualarm' function. */ -#undef HAVE_UALARM - -/* Define to 1 if you have the <unistd.h> header file. */ -#undef HAVE_UNISTD_H - -/* Define to 1 if you have the `usleep' function. */ -#undef HAVE_USLEEP - -/* Define to 1 if you have the `vfork' function. */ -#undef HAVE_VFORK - -/* Define to 1 if you have the `waitpid' function. */ -#undef HAVE_WAITPID - -/* No need to declare extern 'environ'. */ -#undef NO_ENVIRON_EXTERN - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the home page for this package. */ -#undef PACKAGE_URL - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS |