mirror of
https://github.com/tmux/tmux.git
synced 2024-11-16 17:39:09 +00:00
522bf77cf4
(getopt/HAVE_*) changes but add a manual configure script and clean up the makefiles instead. Can always be resurrected if necessary.
23 lines
509 B
C
23 lines
509 B
C
/* $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
|