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.
This commit is contained in:
Nicholas Marriott
2009-05-13 23:32:21 +00:00
parent f1bd3807ae
commit 522bf77cf4
2 changed files with 183 additions and 0 deletions

22
util/config.h.in Normal file
View File

@ -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