aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/paths.h
AgeCommit message (Collapse)AuthorFilesLines
2007-12-20modify http://svn.digium.com/view/asterisk?view=rev&rev=93603rizzo1-17/+17
so that paths and filename are writable by asterisk.c without causing segfaults. This involves defining the variables as const char *, and having them point to as static, writable buffer defined in asterisk.c On passing, fix some errors in using these variables in some files in utils/ , and in res/snmp/agent.c which was redefining a variable without using paths.h (not applicable to 1.4) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@94168 f38db490-d61c-443f-a65b-d21fe96a405b
2007-12-18remove a leftover line with only a '#' (wonder whyrizzo1-9/+1
the compiler does not complain!) and variables that are only used in asterisk.c git-svn-id: http://svn.digium.com/svn/asterisk/trunk@93666 f38db490-d61c-443f-a65b-d21fe96a405b
2007-12-18make configuration variable const so they are not accidentallyrizzo1-21/+25
modified. This requires casting the strings in asterisk.c when writing to them, so we do it through a macro to do it consistently. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@93603 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-2/+0
who really need it. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89466 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-16paths are already in include/asterisk/paths.h so don't duplicaterizzo1-0/+2
them in include/asterisk.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89345 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-23Fixing a commentoej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40960 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-22add a new include file for out-of-tree modules that need to know where ↵kpfleming1-0/+43
things are located git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40853 f38db490-d61c-443f-a65b-d21fe96a405b