summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>2006-05-04 21:40:56 +0000
committerTar Committer <tar@ocjtech.us>2006-05-04 21:40:56 +0000
commit1cc9f22072de1d314a67387aac57740fb25c5258 (patch)
treef59aa9d622175580add0923bfac8963dc946e98e /include
parentc0482931956d127b5f09d4a8d72758cd4cb1f097 (diff)
downloadrancid-1cc9f22072de1d314a67387aac57740fb25c5258.tar.gz
rancid-1cc9f22072de1d314a67387aac57740fb25c5258.tar.xz
rancid-1cc9f22072de1d314a67387aac57740fb25c5258.zip
Imported from rancid-2.3.2a4.tar.gz.rancid-2.3.2a4
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.in4
-rw-r--r--include/config.h48
-rw-r--r--include/config.h.in48
-rw-r--r--include/version.h2
-rw-r--r--include/version.h.in2
5 files changed, 80 insertions, 24 deletions
diff --git a/include/Makefile.in b/include/Makefile.in
index c31b905..ed2c23f 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.5 from Makefile.am.
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -205,7 +205,7 @@ config.h: stamp-h1
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
@rm -f stamp-h1
cd $(top_builddir) && $(SHELL) ./config.status include/config.h
-$(srcdir)/config.h.in: $(am__configure_deps) $(top_srcdir)/acconfig.h
+$(srcdir)/config.h.in: $(am__configure_deps)
cd $(top_srcdir) && $(AUTOHEADER)
rm -f stamp-h1
touch $@
diff --git a/include/config.h b/include/config.h
index 5648d5d..c2bb7cc 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1,15 +1,10 @@
/* include/config.h. Generated by configure. */
/* include/config.h.in. Generated from configure.in by autoheader. */
-#ifndef CONFIG_H
-#define CONFIG_H 1
+#ifndef CONFIG_H
+#define CONFIG_H 1
-/* Define to 1 if you have the `bcopy' function. */
-#define HAVE_BCOPY 1
-
-/* Define to 1 if you have the `bzero' function. */
-#define HAVE_BZERO 1
/* Define to 1 if you have the <errno.h> header file. */
#define HAVE_ERRNO_H 1
@@ -26,6 +21,9 @@
/* Define to 1 if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
+/* Define to 1 if you have the <malloc.h> header file. */
+#define HAVE_MALLOC_H 1
+
/* Define to 1 if you have the `memcpy' function. */
#define HAVE_MEMCPY 1
@@ -38,6 +36,21 @@
/* Define to 1 if you have the `memset' function. */
#define HAVE_MEMSET 1
+/* Define to 1 if you have the `openpty' function. */
+#define HAVE_OPENPTY 1
+
+/* "define this if your o/s has /dev/ptmx" */
+/* #undef HAVE_PTMX */
+
+/* "define this for OSF/1 ptmx" */
+/* #undef HAVE_PTMX_OSF */
+
+/* Define to 1 if you have the `ptsname' function. */
+/* #undef HAVE_PTSNAME */
+
+/* Define to 1 if you have the <pty.h> header file. */
+/* #undef HAVE_PTY_H */
+
/* Define to 1 if you have the `rindex' function. */
#define HAVE_RINDEX 1
@@ -65,6 +78,9 @@
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
+/* Define to 1 if you have the <stropts.h> header file. */
+/* #undef HAVE_STROPTS_H */
+
/* Define to 1 if you have the `strrchr' function. */
#define HAVE_STRRCHR 1
@@ -92,6 +108,12 @@
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
+/* Define to 1 if you have the `unsetenv' function. */
+#define HAVE_UNSETENV 1
+
+/* Define to 1 if you have the <util.h> header file. */
+#define HAVE_UTIL_H 1
+
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""
@@ -131,6 +153,13 @@
/* Define to `unsigned' if <sys/types.h> does not define. */
/* #undef size_t */
+
+
+/* damned linux... */
+#ifdef LINUX
+# define _GNU_SOURCE
+#endif
+
#ifndef __P
# if STDC_HEADERS
# define __P(a) a
@@ -139,8 +168,6 @@
# endif
#endif
-#define BUF_SZ LINE_MAX /* (increments of) size of bufs */
-
#if HAVE_STDLIB_H
# include <stdlib.h>
#endif
@@ -201,4 +228,5 @@ extern int errno;
# define EX_CONFIG 78 /* configuration error */
#endif
-#endif /* CONFIG_H */
+#endif /* CONFIG_H */
+
diff --git a/include/config.h.in b/include/config.h.in
index 6a867fd..2574de8 100644
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -1,14 +1,9 @@
/* include/config.h.in. Generated from configure.in by autoheader. */
-#ifndef CONFIG_H
-#define CONFIG_H 1
+#ifndef CONFIG_H
+#define CONFIG_H 1
-/* Define to 1 if you have the `bcopy' function. */
-#undef HAVE_BCOPY
-
-/* Define to 1 if you have the `bzero' function. */
-#undef HAVE_BZERO
/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
@@ -25,6 +20,9 @@
/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
+/* Define to 1 if you have the <malloc.h> header file. */
+#undef HAVE_MALLOC_H
+
/* Define to 1 if you have the `memcpy' function. */
#undef HAVE_MEMCPY
@@ -37,6 +35,21 @@
/* Define to 1 if you have the `memset' function. */
#undef HAVE_MEMSET
+/* Define to 1 if you have the `openpty' function. */
+#undef HAVE_OPENPTY
+
+/* "define this if your o/s has /dev/ptmx" */
+#undef HAVE_PTMX
+
+/* "define this for OSF/1 ptmx" */
+#undef HAVE_PTMX_OSF
+
+/* Define to 1 if you have the `ptsname' function. */
+#undef HAVE_PTSNAME
+
+/* Define to 1 if you have the <pty.h> header file. */
+#undef HAVE_PTY_H
+
/* Define to 1 if you have the `rindex' function. */
#undef HAVE_RINDEX
@@ -64,6 +77,9 @@
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
+/* Define to 1 if you have the <stropts.h> header file. */
+#undef HAVE_STROPTS_H
+
/* Define to 1 if you have the `strrchr' function. */
#undef HAVE_STRRCHR
@@ -91,6 +107,12 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define to 1 if you have the `unsetenv' function. */
+#undef HAVE_UNSETENV
+
+/* Define to 1 if you have the <util.h> header file. */
+#undef HAVE_UTIL_H
+
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
@@ -130,6 +152,13 @@
/* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t
+
+
+/* damned linux... */
+#ifdef LINUX
+# define _GNU_SOURCE
+#endif
+
#ifndef __P
# if STDC_HEADERS
# define __P(a) a
@@ -138,8 +167,6 @@
# endif
#endif
-#define BUF_SZ LINE_MAX /* (increments of) size of bufs */
-
#if HAVE_STDLIB_H
# include <stdlib.h>
#endif
@@ -200,4 +227,5 @@ extern int errno;
# define EX_CONFIG 78 /* configuration error */
#endif
-#endif /* CONFIG_H */
+#endif /* CONFIG_H */
+
diff --git a/include/version.h b/include/version.h
index c51c1ae..a5b65c8 100644
--- a/include/version.h
+++ b/include/version.h
@@ -4,6 +4,6 @@
/* pkg version */
char package[] = "rancid";
-char version[] = "2.3.2a3";
+char version[] = "2.3.2a4";
#endif
diff --git a/include/version.h.in b/include/version.h.in
index c51c1ae..a5b65c8 100644
--- a/include/version.h.in
+++ b/include/version.h.in
@@ -4,6 +4,6 @@
/* pkg version */
char package[] = "rancid";
-char version[] = "2.3.2a3";
+char version[] = "2.3.2a4";
#endif