commit | 04fde6e2ef2cbd39a185f4a6ea16eac7387ea3e4 | [log] [tgz] |
---|---|---|
author | guy <guy> | Wed Jul 21 21:42:32 2004 +0000 |
committer | guy <guy> | Wed Jul 21 21:42:32 2004 +0000 |
tree | fd54256b00d2707c5949fefdaf38affb981c6d6b | |
parent | 81078ad5b37875a2289aa080b3d15c95654cc029 [diff] |
Move the include of "interface.h" to where it was in 3.8[.x]. Get rid of the declaration of "strsep()" - we include "interface.h", which should declare it if we don't define HAVE_STRSEP, and if HAVE_STRSEP is defined on a platform that doesn't have "strsep()", that's a bug that should be fixed by arranging not to define it.