GLUT & Antialiasing

How can I apply antialiasing to my line() function using Pitteway and Watkinson algorithm without using the predefined GL_SMOOTH?

Thnx

you can use opengl blending to make antialiasing.

How can I apply this opengl blending for my line() function?
Have you got any examples that i can look at?

Thnx.