diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-13 23:32:21 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-13 23:32:21 +0000 |
commit | 522bf77cf4c41fcc9fd9e8b6b769b994b7705b5f (patch) | |
tree | 10b25cb135606e858981e158f5eaf7657a1cad36 /util/config.h.in | |
parent | f1bd3807aed0c2d3db49b49b74a62349e6d2ee54 (diff) | |
download | rtmux-522bf77cf4c41fcc9fd9e8b6b769b994b7705b5f.tar.gz rtmux-522bf77cf4c41fcc9fd9e8b6b769b994b7705b5f.tar.bz2 rtmux-522bf77cf4c41fcc9fd9e8b6b769b994b7705b5f.zip |
cmake build files. I wrote these but then decided to keep the cleanup
(getopt/HAVE_*) changes but add a manual configure script and clean up the
makefiles instead. Can always be resurrected if necessary.
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 |