Changeset 310
Autoconf changes! finally! Please test.
Committed by:
opus
Date:
Oct 10 2005 * 07:01 (over 3 years ago)
Affected files:
| r290 | r310 | |
| 57 | 57 | #define IPTOS_MINCOST IPTOS_LOWCOST |
| 58 | 58 | #endif |
| 59 | 59 | |
| 60 | | #include "openpbx.h" |
| 60 | #include "include/openpbx.h" |
| 61 | 61 | |
| 62 | 62 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 63 | 63 | |
| r290 | r310 | |
| 22 | 22 | * |
| 23 | 23 | */ |
| 24 | 24 | |
| 25 | | #include "openpbx.h" |
| 25 | #include "include/openpbx.h" |
| 26 | 26 | |
| 27 | 27 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 28 | 28 | |
| r290 | r310 | |
| 34 | 34 | #include <sys/stat.h> |
| 35 | 35 | #include <regex.h> |
| 36 | 36 | |
| 37 | | #include "openpbx.h" |
| 37 | #include "include/openpbx.h" |
| 38 | 38 | |
| 39 | 39 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 40 | 40 | |
openpbx/trunk/autoservice.c (unified diff)
| r290 | r310 | |
| 31 | 31 | #include <unistd.h> |
| 32 | 32 | #include <math.h> /* For PI */ |
| 33 | 33 | |
| 34 | | #include "openpbx.h" |
| 34 | #include "include/openpbx.h" |
| 35 | 35 | |
| 36 | 36 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 37 | 37 | |
openpbx/trunk/callerid.c (unified diff)
| r290 | r310 | |
| 30 | 30 | #include <math.h> |
| 31 | 31 | #include <ctype.h> |
| 32 | 32 | |
| 33 | | #include "openpbx.h" |
| 33 | #include "include/openpbx.h" |
| 34 | 34 | |
| 35 | 35 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 36 | 36 | |
| r290 | r310 | |
| 30 | 30 | #include <stdio.h> |
| 31 | 31 | #include <signal.h> |
| 32 | 32 | |
| 33 | | #include "openpbx.h" |
| 33 | #include "include/openpbx.h" |
| 34 | 34 | |
| 35 | 35 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 36 | 36 | |
openpbx/trunk/channel.c (unified diff)
| r290 | r310 | |
| 43 | 43 | #endif |
| 44 | 44 | #endif |
| 45 | 45 | |
| 46 | | #include "openpbx.h" |
| 46 | #include "include/openpbx.h" |
| 47 | 47 | |
| 48 | 48 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 49 | 49 | |
openpbx/trunk/chanvars.c (unified diff)
| r290 | r310 | |
| 25 | 25 | #include <stdlib.h> |
| 26 | 26 | #include <string.h> |
| 27 | 27 | |
| 28 | | #include "openpbx.h" |
| 28 | #include "include/openpbx.h" |
| 29 | 29 | |
| 30 | 30 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 31 | 31 | |
| r290 | r310 | |
| 30 | 30 | #include <string.h> |
| 31 | 31 | #include <ctype.h> |
| 32 | 32 | |
| 33 | | #include "openpbx.h" |
| 33 | #include "include/openpbx.h" |
| 34 | 34 | |
| 35 | 35 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 36 | 36 | |
openpbx/trunk/config.c (unified diff)
| r290 | r310 | |
| 36 | 36 | # include <glob.h> |
| 37 | 37 | #endif |
| 38 | 38 | |
| 39 | | #include "openpbx.h" |
| 39 | #include "include/openpbx.h" |
| 40 | 40 | |
| 41 | 41 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 42 | 42 | |
| r290 | r310 | |
| 30 | 30 | #include <unistd.h> |
| 31 | 31 | #include <dirent.h> |
| 32 | 32 | |
| 33 | | #include "openpbx.h" |
| 33 | #include "include/openpbx.h" |
| 34 | 34 | |
| 35 | 35 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 36 | 36 | |
openpbx/trunk/devicestate.c (unified diff)
| r290 | r310 | |
| 27 | 27 | #include <stdlib.h> |
| 28 | 28 | #include <string.h> |
| 29 | 29 | |
| 30 | | #include "openpbx.h" |
| 30 | #include "include/openpbx.h" |
| 31 | 31 | |
| 32 | 32 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 33 | 33 | |
| r290 | r310 | |
| 31 | 31 | #include <resolv.h> |
| 32 | 32 | #include <unistd.h> |
| 33 | 33 | |
| 34 | | #include "openpbx.h" |
| 34 | #include "include/openpbx.h" |
| 35 | 35 | |
| 36 | 36 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 37 | 37 | |
openpbx/trunk/dnsmgr.c (unified diff)
| r290 | r310 | |
| 34 | 34 | #include <regex.h> |
| 35 | 35 | #include <signal.h> |
| 36 | 36 | |
| 37 | | #include "openpbx.h" |
| 37 | #include "include/openpbx.h" |
| 38 | 38 | |
| 39 | 39 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 40 | 40 | |
| r290 | r310 | |
| 46 | 46 | #include <errno.h> |
| 47 | 47 | #include <stdio.h> |
| 48 | 48 | |
| 49 | | #include "openpbx.h" |
| 49 | #include "include/openpbx.h" |
| 50 | 50 | |
| 51 | 51 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 52 | 52 | |
openpbx/trunk/editline/Makefile.in (unified diff)
| r290 | r310 | |
| 1 | # Generated automatically from Makefile.in by configure. |
| 1 | 2 | # |
| 2 | 3 | # Generic Makefile for libedit. |
| 3 | 4 | # |
| --- | --- | |
| 12 | 13 | |
| 13 | 14 | SHELL = /bin/sh |
| 14 | 15 | |
| 15 | | CC = @CC@ |
| 16 | | AR = @AR@ |
| 17 | | RANLIB = @RANLIB@ |
| 18 | | CPPFLAGS = @CPPFLAGS@ -I. |
| 19 | | CFLAGS = @CFLAGS@ |
| 20 | | A_CFLAGS = @A_CFLAGS@ |
| 21 | | S_CFLAGS = @S_CFLAGS@ |
| 22 | | LDFLAGS = @LDFLAGS@ |
| 23 | | S_LDFLAGS = @S_LDFLAGS@ |
| 24 | | LIBS = @LIBS@ |
| 16 | CC = gcc |
| 17 | AR = /usr/bin/ar |
| 18 | RANLIB = ranlib |
| 19 | CPPFLAGS = '-D__RCSID(x)=' '-D__COPYRIGHT(x)=' '-D__RENAME(x)=' '-D_DIAGASSERT(x)=' -I. |
| 20 | CFLAGS = -Wall -pipe -g3 -O |
| 21 | A_CFLAGS = |
| 22 | S_CFLAGS = -fPIC -DPIC |
| 23 | LDFLAGS = |
| 24 | S_LDFLAGS = -shared |
| 25 | LIBS = -ltermcap |
| 25 | 26 | |
| 26 | | INSTALL = @INSTALL@ |
| 27 | | PREFIX = @prefix@ |
| 27 | INSTALL = install |
| 28 | PREFIX = /usr/local |
| 28 | 29 | |
| 29 | 30 | ifeq ($(OSTYPE),SunOS) |
| 30 | 31 | CFLAGS+=-DSOLARIS -I../include/solaris-compat |
| 31 | 32 | endif |
| 32 | 33 | |
| 33 | 34 | # .c files. |
| 34 | | ACSRCS = @ACSRCS@ |
| 35 | | BCSRCS = @BCSRCS@ |
| 36 | | CCSRCS = @CCSRCS@ |
| 35 | ACSRCS = common.c emacs.c vi.c |
| 36 | BCSRCS = chared.c el.c hist.c key.c map.c parse.c prompt.c read.c refresh.c search.c sig.c term.c tty.c |
| 37 | CCSRCS = np/strlcat.c np/strlcpy.c np/fgetln.c np/vis.c np/unvis.c history.c tokenizer.c readline.c |
| 37 | 38 | |
| 38 | 39 | # Generated .c files. |
| 39 | | AGCSRCS = @AGCSRCS@ |
| 40 | | BGCSRCS = @BGCSRCS@ |
| 40 | AGCSRCS = fcns.c help.c |
| 41 | BGCSRCS = editline.c |
| 41 | 42 | |
| 42 | 43 | # .h files. |
| 43 | | HDRS = @HDRS@ |
| 44 | HDRS = chared.h el.h hist.h key.h map.h parse.h prompt.h refresh.h search.h sig.h sys.h term.h tokenizer.h tty.h |
| 44 | 45 | |
| 45 | 46 | # Generated .h files. |
| 46 | | AGHDRS = @AGHDRS@ |
| 47 | | BGHDRS = @BGHDRS@ |
| 47 | AGHDRS = common.h emacs.h vi.h |
| 48 | BGHDRS = fcns.h help.h |
| 48 | 49 | |
| 49 | 50 | # Installed .h files. |
| 50 | | IHDRS = @IHDRS@ |
| 51 | | IHDR_LINKS = @IHDR_LINKS@ |
| 52 | | HDR_DIRS = @HDR_DIRS@ |
| 51 | IHDRS = histedit.h readline/readline.h |
| 52 | IHDR_LINKS = readline.h readline/history.h |
| 53 | HDR_DIRS = include include/readline |
| 53 | 54 | |
| 54 | 55 | # Man pages. |
| 55 | | MAN3 = @MAN3@ |
| 56 | | MAN5 = @MAN5@ |
| 57 | | MAN3_LINKS = @MAN3_LINKS@ |
| 58 | | MAN_DIRS = @MAN_DIRS@ |
| 56 | MAN3 = editline.3 |
| 57 | MAN5 = editrc.5 |
| 58 | MAN3_LINKS = editline.3 el_init.3 editline.3 el_end.3 editline.3 el_reset.3 editline.3 el_gets.3 editline.3 el_getc.3 editline.3 el_push.3 editline.3 el_parse.3 editline.3 el_set.3 editline.3 el_get.3 editline.3 el_source.3 editline.3 el_resize.3 editline.3 el_line.3 editline.3 el_insertstr.3 editline.3 el_deletestr.3 editline.3 history_init.3 editline.3 history_end.3 editline.3 history.3 |
| 59 | MAN_DIRS = man/man3 man/man5 |
| 59 | 60 | |
| 60 | 61 | # Library. |
| 61 | | LIB_DIRS = @LIB_DIRS@ |
| 62 | | LIB_VER = @LIB_VER@ |
| 63 | | LIB_A = @LIB_A@ |
| 64 | | LIB_A_LINKS = @LIB_A_LINKS@ |
| 65 | | LIB_S = @LIB_S@ |
| 66 | | LIB_S_LINKS = @LIB_S_LINKS@ |
| 62 | LIB_DIRS = lib |
| 63 | LIB_VER = |
| 64 | LIB_A = libedit.a |
| 65 | LIB_A_LINKS = libedit.a libreadline.a |
| 66 | LIB_S = libedit.so.2 |
| 67 | LIB_S_LINKS = libedit.so.2 libedit.so libedit.so libreadline.so |
| 67 | 68 | |
| 68 | 69 | # Test program. |
| 69 | | TEST = @TEST@ |
| 70 | | TCSRCS = @TCSRCS@ |
| 70 | TEST = TEST/test |
| 71 | TCSRCS = TEST/test.c |
| 71 | 72 | |
| 72 | 73 | # Clear out all paths, then set just one (default path) for the main build |
| 73 | 74 | # directory. |
| r290 | r310 | |
| 39 | 39 | #include <unistd.h> |
| 40 | 40 | #include <errno.h> |
| 41 | 41 | |
| 42 | | #include "openpbx.h" |
| 42 | #include "include/openpbx.h" |
| 43 | 43 | |
| 44 | 44 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 45 | 45 | |
| r290 | r310 | |
| 33 | 33 | #include <sys/types.h> |
| 34 | 34 | #include <sys/stat.h> |
| 35 | 35 | |
| 36 | | #include "openpbx.h" |
| 36 | #include "include/openpbx.h" |
| 37 | 37 | |
| 38 | 38 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 39 | 39 | |
| r290 | r310 | |
| 28 | 28 | #include <errno.h> |
| 29 | 29 | #include <stdio.h> |
| 30 | 30 | |
| 31 | | #include "openpbx.h" |
| 31 | #include "include/openpbx.h" |
| 32 | 32 | |
| 33 | 33 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 34 | 34 | |
openpbx/trunk/fskmodem.c (unified diff)
| r290 | r310 | |
| 26 | 26 | |
| 27 | 27 | #include <stdio.h> |
| 28 | 28 | |
| 29 | | #include "openpbx.h" |
| 29 | #include "include/openpbx.h" |
| 30 | 30 | |
| 31 | 31 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 32 | 32 | |
| r290 | r310 | |
| 31 | 31 | #include <errno.h> |
| 32 | 32 | #include <unistd.h> |
| 33 | 33 | |
| 34 | | #include "openpbx.h" |
| 34 | #include "include/openpbx.h" |
| 35 | 35 | |
| 36 | 36 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 37 | 37 | |
openpbx/trunk/indications.c (unified diff)
| r290 | r310 | |
| 32 | 32 | #include <string.h> |
| 33 | 33 | #include <math.h> /* For PI */ |
| 34 | 34 | |
| 35 | | #include "openpbx.h" |
| 35 | #include "include/openpbx.h" |
| 36 | 36 | |
| 37 | 37 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 38 | 38 | |
| r290 | r310 | |
| 29 | 29 | #include <string.h> /* for memset */ |
| 30 | 30 | #include <sys/ioctl.h> |
| 31 | 31 | |
| 32 | | #include "openpbx.h" |
| 32 | #include "include/openpbx.h" |
| 33 | 33 | |
| 34 | 34 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 35 | 35 | |
openpbx/trunk/jitterbuf.c (unified diff)
| r290 | r310 | |
| 29 | 29 | #include <stdlib.h> |
| 30 | 30 | #include <string.h> |
| 31 | 31 | |
| 32 | | #include "openpbx.h" |
| 32 | #include "include/openpbx.h" |
| 33 | 33 | |
| 34 | 34 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 35 | 35 | |
openpbx/trunk/loader.c (unified diff)
| r290 | r310 | |
| 28 | 28 | #include <stdlib.h> |
| 29 | 29 | #include <string.h> |
| 30 | 30 | |
| 31 | | #include "openpbx.h" |
| 31 | #include "include/openpbx.h" |
| 32 | 32 | |
| 33 | 33 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 34 | 34 | |
openpbx/trunk/logger.c (unified diff)
| r290 | r310 | |
| 37 | 37 | from <syslog.h> which is included by logger.h */ |
| 38 | 38 | #include <syslog.h> |
| 39 | 39 | |
| 40 | | #include "openpbx.h" |
| 40 | #include "include/openpbx.h" |
| 41 | 41 | |
| 42 | 42 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 43 | 43 | |
openpbx/trunk/manager.c (unified diff)
| r290 | r310 | |
| 38 | 38 | #include <errno.h> |
| 39 | 39 | #include <unistd.h> |
| 40 | 40 | |
| 41 | | #include "openpbx.h" |
| 41 | #include "include/openpbx.h" |
| 42 | 42 | |
| 43 | 43 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 44 | 44 | |
| r290 | r310 | |
| 19 | 19 | */ |
| 20 | 20 | #include <string.h> /* for memcpy() */ |
| 21 | 21 | |
| 22 | | #include "openpbx.h" |
| 22 | #include "include/openpbx.h" |
| 23 | 23 | |
| 24 | 24 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 25 | 25 | |
openpbx/trunk/netsock.c (unified diff)
| r290 | r310 | |
| 48 | 48 | #include <sys/sockio.h> |
| 49 | 49 | #endif |
| 50 | 50 | |
| 51 | | #include "openpbx.h" |
| 51 | #include "include/openpbx.h" |
| 52 | 52 | |
| 53 | 53 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 54 | 54 | |
openpbx/trunk/opbxmm.c (unified diff)
| r290 | r310 | |
| 28 | 28 | #include <string.h> |
| 29 | 29 | #include <time.h> |
| 30 | 30 | |
| 31 | | #include "openpbx.h" |
| 31 | #include "include/openpbx.h" |
| 32 | 32 | |
| 33 | 33 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 34 | 34 | |
openpbx/trunk/openpbx.c (unified diff)
| r290 | r310 | |
| 44 | 44 | #include <netdb.h> |
| 45 | 45 | #endif |
| 46 | 46 | |
| 47 | | #include "openpbx.h" |
| 47 | #include "include/openpbx.h" |
| 48 | 48 | |
| 49 | 49 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 50 | 50 | |
| r290 | r310 | |
| 32 | 32 | #include <time.h> |
| 33 | 33 | #include <sys/time.h> |
| 34 | 34 | |
| 35 | | #include "openpbx.h" |
| 35 | #include "include/openpbx.h" |
| 36 | 36 | |
| 37 | 37 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 38 | 38 | |
| r290 | r310 | |
| 36 | 36 | #include <math.h> |
| 37 | 37 | #include <limits.h> |
| 38 | 38 | |
| 39 | | #include "openpbx.h" |
| 39 | #include "include/openpbx.h" |
| 40 | 40 | |
| 41 | 41 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 42 | 42 | |
openpbx/trunk/privacy.c (unified diff)
| r290 | r310 | |
| 31 | 31 | #include <unistd.h> |
| 32 | 32 | #include <dirent.h> |
| 33 | 33 | |
| 34 | | #include "openpbx.h" |
| 34 | #include "include/openpbx.h" |
| 35 | 35 | |
| 36 | 36 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 37 | 37 | |
| r292 | r310 | |
| 37 | 37 | #include <arpa/inet.h> |
| 38 | 38 | #include <fcntl.h> |
| 39 | 39 | |
| 40 | | #include "openpbx.h" |
| 40 | #include "include/openpbx.h" |
| 41 | 41 | |
| 42 | 42 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 43 | 43 | |
| r290 | r310 | |
| 38 | 38 | #include <iso/limits_iso.h> |
| 39 | 39 | #endif |
| 40 | 40 | |
| 41 | | #include "openpbx.h" |
| 41 | #include "include/openpbx.h" |
| 42 | 42 | |
| 43 | 43 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 44 | 44 | |
| r290 | r310 | |
| 34 | 34 | #include <unistd.h> |
| 35 | 35 | #include <string.h> |
| 36 | 36 | |
| 37 | | #include "openpbx.h" |
| 37 | #include "include/openpbx.h" |
| 38 | 38 | |
| 39 | 39 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 40 | 40 | |
| r290 | r310 | |
| 35 | 35 | #include <string.h> |
| 36 | 36 | #include <unistd.h> |
| 37 | 37 | |
| 38 | | #include "openpbx.h" |
| 38 | #include "include/openpbx.h" |
| 39 | 39 | |
| 40 | 40 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 41 | 41 | |
| r290 | r310 | |
| 32 | 32 | #include <math.h> |
| 33 | 33 | #include <ctype.h> |
| 34 | 34 | |
| 35 | | #include "openpbx.h" |
| 35 | #include "include/openpbx.h" |
| 36 | 36 | |
| 37 | 37 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 38 | 38 | |
| r290 | r310 | |
| 33 | 33 | #include <fcntl.h> |
| 34 | 34 | #include <unistd.h> |
| 35 | 35 | |
| 36 | | #include "openpbx.h" |
| 36 | #include "include/openpbx.h" |
| 37 | 37 | |
| 38 | 38 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 39 | 39 | |
openpbx/trunk/translate.c (unified diff)
| r290 | r310 | |
| 30 | 30 | #include <string.h> |
| 31 | 31 | #include <stdio.h> |
| 32 | 32 | |
| 33 | | #include "openpbx.h" |
| 33 | #include "include/openpbx.h" |
| 34 | 34 | |
| 35 | 35 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 36 | 36 | |
| r290 | r310 | |
| 22 | 22 | * |
| 23 | 23 | */ |
| 24 | 24 | |
| 25 | | #include "openpbx.h" |
| 25 | #include "include/openpbx.h" |
| 26 | 26 | |
| 27 | 27 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 28 | 28 | |
| r290 | r310 | |
| 33 | 33 | #include <arpa/inet.h> |
| 34 | 34 | #include <stdarg.h> |
| 35 | 35 | |
| 36 | | #include "openpbx.h" |
| 36 | #include "include/openpbx.h" |
| 37 | 37 | |
| 38 | 38 | OPENPBX_FILE_VERSION(__FILE__, "$Revision$") |
| 39 | 39 | |