Skip to content

Commit

Permalink
Added support for HasMemmove
Browse files Browse the repository at this point in the history
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3356 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
tytso committed Jan 17, 1994
1 parent 9c9a01a commit 976c079
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config/Project.tmpl
Expand Up @@ -154,6 +154,9 @@
#ifndef HasStrerror
#define HasStrerror NO
#endif
#ifndef HasMemmove
#define HasMemmove NO
#endif

/* Hack around sun cpp bug */

Expand Down
1 change: 1 addition & 0 deletions src/config/ultrix.cf
Expand Up @@ -30,6 +30,7 @@
#define Bitsize32
#define HasVfprintf YES
#define HasStrerror YES
#define HasMemmove YES

/* #define StandardCppDefines -DPOSIX -D_POSIX_SOURCE */
/* Saber bug doesn't allow deref through const *'s */
Expand Down

0 comments on commit 976c079

Please sign in to comment.