Changeset 9a7b4f2 for util.c


Ignore:
Timestamp:
Apr 8, 2010, 10:00:31 PM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
Children:
88f0dae
Parents:
7d03c8d
git-author:
Nelson Elhage <nelhage@ksplice.com> (03/17/10 23:11:45)
git-committer:
Nelson Elhage <nelhage@mit.edu> (04/08/10 22:00:31)
Message:
Use zcrypt from our own bin directory.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • util.c

    rf449096 r9a7b4f2  
    609609}
    610610
     611const char * owl_get_bindir(void)
     612{
     613  const char * bindir = getenv("BARNOWL_BIN_DIR");
     614  if(bindir != NULL)
     615    return bindir;
     616  return BINDIR;
     617}
     618
    611619/* Strips format characters from a valid utf-8 string. Returns the
    612620   empty string if 'in' does not validate. */
Note: See TracChangeset for help on using the changeset viewer.