Put your definitions in a .m file of .txt file, and then use the Get command.
Get["MyFile.txt"]
or using the << notation:
<< "MyFile.txt"
That should work. See the help of Get (ref/Get).