diff options
Diffstat (limited to 'util/config.h.in')
-rw-r--r-- | util/config.h.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/util/config.h.in b/util/config.h.in new file mode 100644 index 00000000..57e29db2 --- /dev/null +++ b/util/config.h.in @@ -0,0 +1,22 @@ +/* $Id: config.h.in,v 1.1 2009-05-13 23:32:21 nicm Exp $ */ + +#cmakedefine HAVE_LIBUTIL_H +#cmakedefine HAVE_PTY_H +#cmakedefine HAVE_UTIL_H + +#cmakedefine HAVE_PATHS_H +#cmakedefine HAVE_QUEUE_H +#cmakedefine HAVE_TREE_H + +#cmakedefine HAVE_ASPRINTF +#cmakedefine HAVE_DAEMON +#cmakedefine HAVE_FGETLN +#cmakedefine HAVE_FORKPTY +#cmakedefine HAVE_GETOPT +#cmakedefine HAVE_SETPROCTITLE +#cmakedefine HAVE_STRLCAT +#cmakedefine HAVE_STRLCPY +#cmakedefine HAVE_STRTONUM +#cmakedefine HAVE_VSYSLOG + +#cmakedefine HAVE_PROGNAME |