Changeset bafab25395cb398ddf5eae42145f0d0bfc00ec22
- Timestamp:
- 02/06/08 16:55:45
(5 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1202316945 +0000
- git-parent:
[d936b80e0b77ab87046b8dec33cfb9462504f507]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1202316945 +0000
- Message:
import of libedit... prepare to hack
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re3c8f10 |
rbafab25 |
|
| 21 | 21 | case $host in |
|---|
| 22 | 22 | *-*-darwin*) |
|---|
| 23 | | PICFLAGS="-fpic" |
|---|
| | 23 | PICFLAGS="-fPIC" |
|---|
| 24 | 24 | MODULELD="$CC -bundle -flat_namespace -undefined suppress" |
|---|
| 25 | 25 | MODULEEXT=bundle |
|---|
| … | … | |
| 94 | 94 | AC_CHECK_HEADERS(sys/file.h sys/types.h dirent.h sys/param.h fcntl.h errno.h limits.h \ |
|---|
| 95 | 95 | sys/resource.h pthread.h semaphore.h pwd.h stdio.h stdlib.h string.h \ |
|---|
| 96 | | ctype.h unistd.h time.h sys/stat.h sys/event.h libkern/OSAtomic.h) |
|---|
| | 96 | ctype.h unistd.h time.h sys/stat.h sys/event.h libkern/OSAtomic.h \ |
|---|
| | 97 | term.h termio.h termios.h curses.h sys/cdefs.h pwd.h) |
|---|
| 97 | 98 | |
|---|
| 98 | 99 | AC_CACHE_CHECK([for kqueue support], ac_cv_have_kqueue, [ |
|---|
| … | … | |
| 297 | 298 | src/modules/Makefile |
|---|
| 298 | 299 | src/utils/Makefile |
|---|
| 299 | | ]) |
|---|
| | 300 | src/noitedit/Makefile |
|---|
| | 301 | ]) |
|---|
| rfb90c74 |
rbafab25 |
|
| 43 | 43 | #undef HAVE_FCNTL_H |
|---|
| 44 | 44 | #undef HAVE_SYS_TYPES_H |
|---|
| | 45 | #undef HAVE_TERM_H |
|---|
| | 46 | #undef HAVE_TERMIO_H |
|---|
| | 47 | #undef HAVE_TERMIOS_H |
|---|
| | 48 | #undef HAVE_CURSES_H |
|---|
| 45 | 49 | #undef HAVE_DIRENT_H |
|---|
| | 50 | #undef HAVE_PWD_H |
|---|
| 46 | 51 | #undef HAVE_ERRNO_H |
|---|
| 47 | 52 | #undef HAVE_STRING_H |
|---|
| … | … | |
| 51 | 56 | #undef HAVE_SYS_STAT_H |
|---|
| 52 | 57 | #undef HAVE_SYS_RESOURCE_H |
|---|
| | 58 | #undef HAVE_SYS_CDEFS_H |
|---|
| 53 | 59 | #undef HAVE_LIBKERN_OSATOMIC_H |
|---|
| 54 | 60 | #undef HAVE_INT64_T |
|---|