mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 23:56:58 +00:00
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:
22
util/config.h.in
Normal file
22
util/config.h.in
Normal 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
|
Reference in New Issue
Block a user